An open API service indexing awesome lists of open source software.

https://github.com/therealadetunji/recipe-app

The Recipe app keeps track of all your recipes, ingredients, and inventory. Built with Ruby on Rails
https://github.com/therealadetunji/recipe-app

postgresql rails

Last synced: 5 months ago
JSON representation

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

Awesome Lists containing this project

README

          

![](https://img.shields.io/badge/Microverse-blueviolet)

# 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

![image](https://github.com/microverseinc/curriculum-rails/blob/main/recipe-app/images/recipe_erd_2_members.png)

### Cloning the project

git clone git@github.com: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

```sh
bundle install
rspec
```

## Author

👤 **Ghazanfar Ali**

- GitHub: [@gak92](https://github.com/gak92)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/ghazanfar-ali-9a4998a/)

👤 **Michael Adetunji**

- GitHub: [@Therealadetunji](https://github.com/Therealadetunji)

## :handshake: Contributing

Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/Therealadetunji/Recipe-App/issues).

## Show your support

Give a :star:️ if you like this project!

## :memo: License

This project is [MIT](./MIT.md) licensed.