https://github.com/karayamanemre/recipe-app
The Recipe app keeps track of all your recipes, ingredients, and inventory. It allows 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.
https://github.com/karayamanemre/recipe-app
postgresql recipe-app rubyonrails
Last synced: 12 days ago
JSON representation
The Recipe app keeps track of all your recipes, ingredients, and inventory. It allows 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.
- Host: GitHub
- URL: https://github.com/karayamanemre/recipe-app
- Owner: karayamanemre
- License: mit
- Created: 2023-02-06T07:39:10.000Z (over 2 years ago)
- Default Branch: dev
- Last Pushed: 2023-02-09T10:10:22.000Z (over 2 years ago)
- Last Synced: 2025-01-20T20:38:11.541Z (9 months ago)
- Topics: postgresql, recipe-app, rubyonrails
- Language: Ruby
- Homepage: https://recipe-app-8dxv.onrender.com/
- Size: 189 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# π Table of Contents
- [π About the Project](#about-project)
- [π Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [π Live Demo](#live-demo)
- [π» Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [π₯ Authors](#authors)
- [π Future Features](#future-features)
- [π€ Contributing](#contributing)
- [βοΈ Show your support](#support)
- [π License](#license)**The Recipe app** keeps track of all your recipes, ingredients, and inventory. It allows 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.
Client
Server
Database
- **[Register a user]**
- **[Login a user]**
- **[Create ingredients]**
- **[Create Recipes]**
- **[Generate shopping list]**
- **[Add Ingredients to a recipe]**
- **[View Public Recipes]**
- [Recipe App](https://recipe-app-8dxv.onrender.com/)
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
```sh
gem install rails
```
### Setup
Clone this repository to your desired folder:
```sh
cd my-folder
git clone https://github.com/karayamanemre/recipe-app.git
```
### Install
Install this project with:
```sh
cd recipe-app
bundle install
```
### Usage
To run the project, execute the following command:
```sh
rails server
```
π€ **Author1**
- GitHub: [Emre Karayaman](https://github.com/karayamanemre)
- LinkedIn: [Emre Karayaman](https://www.linkedin.com/in/emre-karayaman-a7b45b243/)
π€ **Author2**
- GitHub: [Kwasi Baayeh](https://github.com/Baayeh/)
- LinkedIn: [Kwasi Baayeh](https://www.linkedin.com/in/kabaayeh)
- [ ] **[Like a recipe]**
- [ ] **[Comment on a recipe]**
- [ ] **[Share private recipes]**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
If you like this project, kindly give it a starβοΈ
This project is [MIT](./LICENSE) licensed.