[RECIPE APP] 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.
- Ruby v3.2.2
- Rails v7.0.5
- Postgresql v15.3
- Devise
- CanCanCan
- Bullet
- Rspec
- Capybara
Language
Server
Database
- [User login and sign up]
- [Food, personal recipes and public recipes]
- [Recipies details]
- [Shopping list]
- Live Demo Link[link will be added after review is made for any changes]
To get a local copy up and running, follow these steps.
In order to run this project you need:
Have a suitable installation of Ruby v3.2.2 Have a suitable installation of Postgresql v15
install Rails
gem install railsClone this repository to your desired folder:
gh git clone https://github.com/kambereBr/Recipe-App--->
Install this project with:
cd recipe_app
bundle install
rails db:setup
rails db:migrateTo run the project, execute the following command:
rails serverOpen the following ing in your web browser http://localhost:3000
To run tests, run the following command:
Example command:
rspecπ€ Ahmed Elkholy
- GitHub: @ahmed
- Twitter: @AhmedEl18692792
- LinkedIn: Ahmed Salah
π€ Abdelaziz Ali
- GitHub: @Abdelaziz-Ali
- Twitter: @AbdelazizDV
- LinkedIn: in/abdelaziz-mahdi
π€ Bruno Kambere
- GitHub: @kambereBr
- Twitter: @kambereBr
- LinkedIn: bruno kambere
- [Inventory list and details]
- [Shopping list based on in inventory availabilty ]
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project coomment or send it a star
I would like to thank Microverse for suggesting the app
This project is MIT licensed.