Recipe App is an app that keeps track of all users' recipes, ingredients, and inventory. It will allow the user to save ingredients, keep track of what they have, create recipes, and generate a shopping list based on what the user has and missing from a recipe.
To get a local copy up and running follow these simple example steps.
You need the following tools to be installed on your computer:
Clone this repository to your desired folder:
cd my-preferred-folder
git clone https://github.com/binyamolango/recipe_app2.git
Install this project with:
cd recipe_app2
bundle install
Create the databases and run migrations with:
rails db:create
rails db:migrate
To run the project, execute the following command:
rails server or rails s
To run tests, run the following command:
rspec spec/
π€ Binyam Yohannes
π€ Ochieng Steven Otieno
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project please give it a star.
I would like to thank My God, family, friends, teammates, and Microverse.
This project is MIT licensed.