issues
search
iankiema
/
Recipe-App
Recipe App is based on Ruby Language and Rails framework which helps the user add food and recipes . You can choose to make recipes public.
MIT License
1
stars
0
forks
source link
CRUD Functionality for Recipes
#14
Closed
iankiema
closed
11 months ago
iankiema
commented
11 months ago
Generate Recipes controller and corresponding views.
Implement CRUD functionality for recipes (index, show, new, create, edit, update, destroy).
Create routes for recipe-related actions.