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
- Host: GitHub
- URL: https://github.com/therealadetunji/recipe-app
- Owner: Therealadetunji
- Created: 2022-11-14T12:45:57.000Z (over 3 years ago)
- Default Branch: development
- Last Pushed: 2023-01-11T09:17:02.000Z (over 3 years ago)
- Last Synced: 2025-07-11T06:20:51.679Z (12 months ago)
- Topics: postgresql, rails
- Language: Ruby
- Homepage:
- Size: 320 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# 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 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.