The Recipe app enables you to manage your recipes and ingredients. You can save ingredients, monitor your stock, develop new recipes, and generate a shopping list based on what you have and what you need for a recipe. Additionally, the app emphasizes the importance of sharing recipes and provides an option to make them public for everyone to access
Ruby Ruby on Rails Postgresql
- Add foods.
- List foods.
- Add recipes.
In order to run this project you need:
- Mac or PC
- Install Ruby
- Install Rails
- Install Postgresql
- Understanding of Ruby
- Clone this repository to your desired folder:
git clone https://github.com/rbhatt1999/recipe_app.git
- Navigate into the cloned folder
cd recipe_app
- Install this project with:
bundle install
- Set up the database
Change the username and password of your postgres account in
config/database.yml
rails db:create db:migrate
- Start the server
rails s
- Run tests
rails db:migrate RAILS_ENV=test
rspec spec
- if it shows error try using this command
bundle exec rspec spec
👤 Hassan EL OUARDY
- GitHub: @codehass
- Twitter: @hassanelourdy
- LinkedIn: Hassan El OUARDY
👤 Rohit Bhatt
- GitHub: @rbhatt1999
- Twitter: @RohitBhatt
- LinkedIn: Rohit Bhatt
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project, please leave a ⭐️
I would like to thank Microverse for providing us with reading materials that aided us to during the project development
This project is MIT licensed.