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 allows us to make them public so anyone can access them.
Ruby
Ruby on Rails
Visual Studio Code
PostgreSQL
git clone https://github.com/lmunozm1702/recipes_on_rails
cd recipes_on_rails
bundle install
rails db:create
rails db:migrate
rails server
rspec spec
👤 Luis Muñoz
👤 Amanuel Galema
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project please give it a star 😁🌟✨
Microverse.
This project is MIT licensed.