Recipe-App

The Recipe app keeps track of all your recipes, ingredients, and inventory. Built with Ruby on Rails

Stars
2

Recipe App

Description

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.

Built with

  • Ruby 3.1.2 on Rails 7.0.3.1
  • PostgreSQL

ERD

Cloning the project

git clone [email protected]:Therealadetunji/Recipe-App.git

- cd Recipe-app
- rails s

Prerequisites

Vscode or anyother Setup

Install

Ruby
Rails

Development Database

Create the database

rails db:create

Create database Migration

rails db:migrate

### Run

rails s

Run tests

bundle install
rspec

Author

👤 Ghazanfar Ali

👤 Michael Adetunji

🤝 Contributing

Contributions, issues, and feature requests are welcome! Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project!

📝 License

This project is MIT licensed.

Related Projects