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.
Client
Database
- food list
- recipe List
- general shopping
To get a local copy up and running, follow these steps.
In order to run this project you need:
gem install rails
Clone this repository to your desired folder:
git clone https://github.com/binhussen/recipe-app.git
cd recipe-app
Install this project with:
bundle install
To run the project, execute the following command:
rails server
To run tests, run the following command:
bin/rails test
You can deploy this project using:
👤 Mohammed Hussen (binhussen)
- GitHub: @binhussen
- Twitter: @binhussens
- LinkedIn: Linkedin
👤 Summyalena
- GitHub: @summyalena
- Twitter: @AOkolike
- LinkedIn: LinkedIn
- A food list
- A recipes list
- A general shopping list view
- A list of all public recipes from other users with their names and total prices.
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Write a message to encourage readers to support your project
If you like this project...
I would like to thank
- Microverse
- Code Reviewers
-
[Question_1]
- [Answer_1]
-
[Question_2]
- [Answer_2]
This project is MIT licensed.
NOTE: we recommend using the MIT license - you can set it up quickly by using templates available on GitHub. You can also use any other license if you wish.