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.
- Ruby on Rails
- Ruby
- Ruby
- Ruby on Rails
- PostgreSQL
- Ruby
- Ruby on Rails(as a gem)
- Postgresql database
To get a local copy of the app, run the following commands in your terminal:
git clone https://github.com/JEFFKAY16/recipe-app
cd recipe-app
bundle install
Run the following commands to run the app
rails db:create
rails db:migrate
rails s
In your browser, go to
http://localhost:3000
- To install rspec: gem install rspec
- To run all the tests: rspec ./spec
👤 Jeff Kayombo
- GitHub: @JEFFKAY16
- LinkedIn: Jeff Kayombo
- Twitter: @jeff_kayombo
👤 Maximiliano Diaz
- GitHub: @mistermaxis
- LinkedIn: Maximiliano Diaz
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!