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 up and running, follow these steps:
git clone https://github.com/Matthieu96Code/recipe-app.git
In order to run this project you need:
Clone this repository to your desired folder:
git clone https://github.com/Matthieu96Code/recipe-app.git
Install this project with:
cd my-project
gem install
rails db:create
rails db:migrate
To run the project, execute the following command:
rails server
To run tests, run the following command: Install through : gem install rspec
rspec
π€ SENOU Kodjo Matthieu
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project kindly leave a β
I would like to thank Microverse for the great resources shared.
This project is MIT licensed.