Recipe App is a rails application that keeps track of all your recipes and ingredients create recipes and generate a shopping list based on what you have and what they are missing on a recipe. You can also make your favourite recipes public
To get a local copy up and running, follow these steps.
In order to run this project you need:
Clone this Repository to your desired folder:
cd my-folder
git clone https://github.com/batoorsohail/recipe-app.git
To install dependencies, run:
bundle install
To set up the database, run:
rails db:create
rails db:migrate
To run the server, execute the following command:
rails s
To run tests, run the following commands:
rspec
π€ Sohail Batoor
π€ Racheal Appiah-kubi
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project consider giving it a star βοΈ.
We would like to thank Microverse for giving us the opportunity to work on this project.
This project is MIT licensed.