https://github.com/oscarfmdev/recipe-inventory
Recipe app built with rails that allows the user to register recipes, foods and watch other people's recipes.
https://github.com/oscarfmdev/recipe-inventory
devise rails ruby
Last synced: 7 months ago
JSON representation
Recipe app built with rails that allows the user to register recipes, foods and watch other people's recipes.
- Host: GitHub
- URL: https://github.com/oscarfmdev/recipe-inventory
- Owner: OscarFMdev
- Created: 2023-02-06T14:53:02.000Z (about 3 years ago)
- Default Branch: dev
- Last Pushed: 2023-03-22T05:36:17.000Z (about 3 years ago)
- Last Synced: 2025-07-22T00:35:15.370Z (9 months ago)
- Topics: devise, rails, ruby
- Language: Ruby
- Homepage: https://recipe-inventory.fly.dev/
- Size: 184 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)
- [Run tests](#run-tests)
- [Deployment](#triangular_flag_on_post-deployment)
- [π₯ Authors](#authors)
- [π Future Features](#future-features)
- [π€ Contributing](#contributing)
- [βοΈ Show your support](#support)
- [π Acknowledgements](#acknowledgements)
- [β FAQ](#faq)
- [π License](#license)
## Receipe Inventory
The Recipe inventory web 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. Also, since sharing recipes is an important part of cooking the app should allow you to make them public so anyone can access them.
Client
Database
- **[Unique user sessions per login]**
- **[Foods and recipe sync to get a general shopping list]**
- **[Recipes can be made private or public]**
## Live Demo
- [Live Demo](https://recipe-inventory.fly.dev/)
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 git@github.com:OscarFMdev/recipe-inventory.git
```
### Install
Install this project with:
```sh
cd recipe-inventory
gem install
```
--->
### Usage
To run the project, execute the following command:
```sh
rails db:migrate
rails db:seeds
rails server
```
--->
### Run tests
To run tests, run the following command:
```sh
bin/rails rspec
```
### Deployment
You can deploy this project using:
nill....
π€ **Author1: Oscar FernΓ‘ndez MuΓ±oz**
- GitHub: [@OscarFMdev](https://github.com/OscarFMdev)
- Twitter: [@OscarFMdev](https://twitter.com/OscarFMdev)
- LinkedIn: [LinkedIn](https://linkedin.com/in/OscarFMdev)
π€ **Author2: Shedrack Sunday**
- GitHub: [@Shedrack-Sunday](https://github.com/Shedrack-Sunday)
- Twitter: [@DeleSundayS](https://twitter.com/DeleSundayS)
- LinkedIn: [@Shedrack Sunday](https://linkedin.com/in/Shedrack-Sunday)
- [ ] **[Abikity to upload images]**
- [ ] **[Refactoring of stying witha framework]**
- [ ] **[Connnecting to an external API to get recipe]**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
If you like this project we'll be glad to see you show some support with stars :wink
I would like to thank Microverse for inspring the design of the project
- **[Question_1]**
- [Answer_1]
- **[Question_2]**
- [Answer_2]
This project is [MIT](./MIT.md) licensed.