The Recipe app keeps track of all your ingredients, recipes, and public recipes. 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
Server
Database
- Food list: Displays a list of food added by the logged-in user, and add a new food.
- Recipes list: Display a list of recipes created by the logged-in user, and/delete the recipe.
- Public recipe list: Display a list of all public recipes ordered by newest.
- General shopping list view: Displays the list of food that is missing for all recipes of the logged-in user.
- Explore this project on Render
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 git@github.com:KanzaTahreem/Recipe-App.git
cd Recipe-App
bundle install
rails db:create
rails db:migrate
Install thr project dependencies with:
bundle install
To run the project, execute the following command:
rails server/rails s
To run all tests, including unit and integration tests, run the following command:
rspec
You can deploy this project using:
N/A
👤 Kanza Tahreem
- GitHub: @KanzaTahreem
- Twitter: @kanza_tahreem
- LinkedIn: kanza-tahreem
👤 Mauricio Mendoza
- Add Inventory
- Add pagination
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project and want to support me to make cooler projects, please give this project a star. ✨
This project is MIT licensed.