peterdtitan / recipe_app

The Recipe app keeps track of all your recipes, ingredients, and inventory. It will allow you to save ingredients, keep track of what you have, create recipes, and generate a shopping list based on what you have and what you are missing from a recipe.
MIT License
2 stars 0 forks source link

Scaffold and Setup Relationships #16

Closed peterdtitan closed 1 year ago

peterdtitan commented 1 year ago

Based on the given ERD, I have set up the models and controllers, as well as the migrations for:

Using scaffold I have been able to generate template view files and specify routes/resources as well.