ucsb-cs56-webapps / ucsb-cs56-scrapstosnacks

gives recipe suggestions based on ingredient input
MIT License
4 stars 5 forks source link

add form to add new recipes (200 pts) #12

Closed rphammy closed 6 years ago

rphammy commented 6 years ago

Add a form page that allows the user to add a new recipe to our database of recipes. User should be able to type in the recipe name, and the ingredients in that recipe. When submitted, the website will go to the "Display All Recipes" page, which should have that new recipe on it.

wilsonmui commented 6 years ago

This recipe will be entered onto the apps database. After submitted, the database should be updated with this new recipe.

200 pts

wilsonmui commented 6 years ago

DONE