Recipe app

The Recipe app keeps track of all your recipes, ingredients. 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.

UML class diagram

Preview

This is gif of our project

Built With

  • Ruby
  • Rails
  • PostgreSQL

Getting Started

Clone this repository

$ git@github.com:Nicolaswg/Rails-recipe-app.git
$ cd Rails-recipe-app

Install gems

$ bundle install

Setup database

$ rails db:create
$ rails db:migrate

Start server

$ rails s

Open http://localhost:3000/ in your browser

Run tests

$ bundle exec rspec

Authors

👤 Sahar Abdel Samad

👤 Nicolas Gonzalez

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Show your support

Give a ⭐️ if you like this project!