Planning docs: http://i.imgur.com/BltfEyZ.jpg
This project was meant to be as simple as possible. I kept scope to just 2 tables with the intent to break out to more if time allowed- it did not.
Currently a user can log in, create a recipe, view all recipes they created, edit a recipe and delete a recipe.
In future iterations it is planned to show all recipes from all users and allow for a recipe to be searched by name.
Getting the recipes to show in a format that looked like I wanted proved more difficult than I had hoped. Ideally the site would allow a user to input a list of ingredients that was comma delimited and handlebars would parse this out into a list of LI tagged ingredients. I was not able to figure out how to make a handlbars helper in the scope of this project.
More talbes would be needed to make this work better. Specifically a join table between recipes and ingredients. Once this is implemented the handlbars helper would likely not be needed as I could iterate a list of ingredients from a server
Yet to add front end data validation - error handling is mostly there.
Production URL:https://antleo1995.github.io/recipe_card_app/
Repo:https://github.com/antleo1995/recipe_card_app
Production URL:https://recipe-card-backend.herokuapp.com/
Repo:https://github.com/antleo1995/recipe_card_app_api
- All content is licensed under a CCBYNCSA 4.0 license.
- All software code is licensed under GNU GPLv3. For commercial use or alternative licensing, please contact [email protected].