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
Server
Database
- Add Foods
- Display Foods
- Add Recipe
- Display Recipe
- Add Ingredient
- Display Ingredient
- Generate Shopping list
-
Live deployment link works only for one week
To get a local copy up and running, follow these steps.
In order to run this project you need:
Ruby version - ruby 3.1.2
Rails version - Rails
Chrome Browser
Vscode Optional
Clone this repository to your desired folder:
git clone https://github.com/Miliyonayalew/recipe-app.git
cd recipe-app
Install this project with:
Run bundle install
Run rails db:create
Run rails db:migrate
To run the project, execute the following command:
rails server or rails s
To run tests, run the following command:
To Run all tests - rspec
To Run model tests - rspec spec/models
To Run integration tests - rspec spec/views
👤 Miliyon Ayalew
- GitHub: @Miliyonayalew
- Twitter: @Miliyonayalew
- LinkedIn: Miliyonayalew
👤 David Tamayo
- GitHub: @IngDavidTM
- Twitter: @David5TM
- LinkedIn: LinkedIn
Describe 1 - 3 features you will add to the project.
- Add Search Recipe and Food
- Add Pagination or infinite scrolling for the lists.
- Improve the UI
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project please give it a ⭐️!
I would like to thank the following people for their support and guidance:
- Microverse
- Code reviewers
- Coding partners
This project is MIT licensed.