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.
- ORM model
- User, Food, Recipe Food, and Recipe model
To get a local copy up and running, follow these steps.
In order to run this project you need:
- Command line or terminal
- IDE such as VsCode.
- Rails needs to be installed on your system.
Clone this repository to your desired folder: Example command:
git clone https://github.com/chaseknis/recipe_app.git
cd recipe_app
Example command:
cd recipe_app
bundle install
To run the project redirecting to the root directory of the project and run the following command:
bin/rails server
To test the web app run the following command:
rspec spec
👤 Innocent N.
- GitHub: @chaseknis
- Twitter: @ChaseToTheWorld
- LinkedIn: Innocent N.
👤 Raphael Okolo
- GitHub: @RaphOkolo
- Twitter: @RaphOkolo
- LinkedIn: @RaphOkolo
- Validations and Model specs.
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
I would like to thank microverse community for the support and guidance.
This project is MIT licensed.