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.
Client
Server
Database
- User can add foods and recipes
- User can add ingredients to his recipes
- User can generate a shopping list
In order to run this project you need:
-
Ruby on Rails installed and running. To get more information, read the installation guide.
-
PostgreSQL installed and running
Clone this repository to your desired folder:
git clone https://github.com/AbeeraTahir/Recipe-App.git
Install the project dependencies with:
- bundle install
- npm install
To run the project, execute the following command:
rails s
To run tests, run the following command:
rspec
👤 Abeera Tahir
- GitHub: @AbeeraTahir
- Twitter: @AbeeraTahir8
- LinkedIn: Abeera Tahir
👤 Italo Lon Kan
- GitHub: @storres20
- Twitter: @italolonkan
- LinkedIn: LinkedIn
- Add inventory feature
- Improve UI
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project and want to support me make cooler projects Give this project a Star.
I would like to thank Microverse community.
This project is MIT licensed.