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

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

The Recipe app keeps track of all your recipes, ingredients, and inventory. It allows you to save ingredients, 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.
https://github.com/marcraphael12/recipe-app

Last synced: about 1 year ago
JSON representation

The Recipe app keeps track of all your recipes, ingredients, and inventory. It allows you to save ingredients, 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.

Awesome Lists containing this project

README

          


logo

Food Recipe


# 📗 Table of Contents

- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [💻 Getting Started](#getting-started)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [Deployment](#deployment)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [📝 License](#license)

# 📖 Food Recipe

**[Food Recipe]** is a Full Stack project. Explore and share delicious recipes with this Ruby on Rails project designed for food lovers. From cooking inspiration to tasty dishes, it's your go-to place for all things culinary!

## 🛠 Built With

### Tech Stack

> The stacks used to build this project are shown below.

Frontend

Backend

Database

Authentication

Authorization

Deployment

Version Control

Other Tools

Server

Database

### Key Features

- **Recipe Management**
- **Food List**
- **Shopping List**
- **User Authentication**

(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:

Example command:

```sh
gem install rails
```

### Setup

Clone this repository to your desired folder:

Example commands:

```sh
cd my-folder
git clone https://github.com/Marcraphael12/recipe-app.git
```

### Install

Install this project with:

Example command:

```sh
cd my-project
gem install bundler
bundle install
npm install
```

### Usage

To run the project, execute the following command:

Example command:

```sh
rails server
```

### Run tests

To run tests, run the following command:

Example command:

```sh
rspec spec/
```

(back to top)

## 👥 Authors

👤 **Moyasi**

- GitHub: [MoyasiGinko](https://github.com/MoyasiGinko)
- Twitter: [moyasi_ginko](https://twitter.com/moyasi_ginko)
- LinkedIn: [moyasi](https://www.linkedin.com/in/moyasi)

👤 **Marc Raphael**

- GitHub: [@Marcraphael12](https://github.com/Marcraphael12)
- Twitter: [@MarcRaphael20](https://twitter.com/MarcRaphael20)
- LinkedIn: [Marc Raphael](http://linkedin.com/in/marc-raphael-326039204)

(back to top)

## 🔭 Future Features

- [ ] **User Profiles and Authentication**
- [ ] **Recipe Ratings and Reviews**
- [ ] **Advanced Search and Filters**

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](https://github.com/Marcraphael12/recipe-app/issues)

(back to top)

## ⭐️ Show your support

If you like this project, don't forget to give it a star on GitHub! Your support helps us to continue improving the app.

(back to top)

## 🙏 Acknowledgments

At first, I would like to thank Microverse for providing such amaizng documentation.
My coding partners and I would like to thank our Microverse community for their support and encouragement.

(back to top)

## 📝 License

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

(back to top)