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

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.

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)

# πŸ“– Recipe Inventory

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

## πŸ›  Built With

### Tech Stack

Client

Database

### Key Features

- **[Unique user sessions per login]**
- **[Foods and recipe sync to get a general shopping list]**
- **[Recipes can be made private or public]**

(back to top)

## πŸš€ Live Demo

## Live Demo
- [Live Demo](https://recipe-inventory.fly.dev/)

(back to top)

## πŸ’» Getting Started

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

(back to top)

## πŸ‘₯ Authors

πŸ‘€ **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)

(back to top)

## πŸ”­ Future Features

- [ ] **[Abikity to upload images]**
- [ ] **[Refactoring of stying witha framework]**
- [ ] **[Connnecting to an external API to get recipe]**

(back to top)

## 🀝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](../../issues/).

(back to top)

## ⭐️ Show your support

If you like this project we'll be glad to see you show some support with stars :wink

(back to top)

## πŸ™ Acknowledgments

I would like to thank Microverse for inspring the design of the project

(back to top)

## ❓ FAQ

- **[Question_1]**

- [Answer_1]

- **[Question_2]**

- [Answer_2]

(back to top)

## πŸ“ License

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

(back to top)