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.
RecipeApp.-.Google.Chrome.2022-05-19.00-43-12.mp4
- Ruby
- Ruby on Rails
- RSpec, PostgreSQL
To use this project you first need to have installed the following:
- Node.js
- Ruby
- PostgreSQL
- Rails
- Ruby version
The version of ruby that is needed for this project is
- 3.1.1
Once you have installed them, you need to use the following command to clone the repository:
git clone git@github.com:Reem-lab/Recipe-app.git
Then install the bundle configruation by thr following command
bundle install
Next, use this command to create the databases:
rails db:create
Finally, use the following command to initialize the live server:
rails s
before you run the tests
rails db:seed RAILS_ENV=test
rspec spec
rspec spec/models
rspec spec/views
👤 Reem Janina
Platform | Badge |
---|---|
GitHub | @Reem-lab |
Rem79940127 | |
LinkdIn | reem-janina |
👤 Piero Lescano
- GitHub: @piero-vic
- Twitter: @v1ccenzo
- LinkedIn: piero-lescano
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
- Hat tip to anyone whose code was used
- Inspiration
- etc
This project is MIT licensed.