IUNO-TDM / JuiceMarketplaceWebsite

Frontend and Backend implementation of the marketplace website. Allowing users to login, manage and create juice recipes.
GNU General Public License v3.0
0 stars 3 forks source link

Missing form validation on create recipe screen #181

Closed MBeuttler closed 6 years ago

MBeuttler commented 6 years ago

grafik

MBeuttler commented 6 years ago

title: { type: "string", minLength: 1, maxLength: 250 }, description: { type: "string", minLength: 1, maxLength: 30000 },