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. Also, since sharing recipes is an important part of cooking the app should allow you to make them public so anyone can access them.
Clone the repository and change the directory to blog
$ git clone https://github.com/ridwanediallo/Recipe-app.git
$ cd Recipe-app
Install all project dependencies by running the command below
$ bundle install
$ bin/rails server
$ http://localhost:3000/
$ rubocop .
$ rspec
👤 Ridwan
👤 Shahnawaz Ali
If you wish to run the project locally, please do the following:
git clone git@github.com:teckim/blograils.git
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.