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. Also, since sharing recipes is an important part of cooking the app should allow you to make them public so anyone can access them.
To get a local copy of the app, run the following commands in your terminal:
git clone git@github.com:bizip/recipe_app.git
cd /blog-app.git
bundle install
Run the following commands to run the app
rails db:create
rails db:migrate
rails s
In your browser, go to
http://localhost:3000
👤 Bizimungu Pascal
👤 Nati Gebregorgis
👤 Hammad Siddique
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
This project is MIT licensed.