Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/piercel2022/food_recipe_app


https://github.com/piercel2022/food_recipe_app

Last synced: 15 days ago
JSON representation

Awesome Lists containing this project

README

        


FOOD RECIPE APP



logo


# 📗 Table of Contents

- [📗 Table of Contents](#-table-of-contents)
- [📖 \[Recipe App\] ](#-recipe-app-)
- [🛠 Built With ](#-built-with-)
- [Tech Stack ](#tech-stack-)
- [Key Features ](#key-features-)
- [🚀 Live Demo ](#-live-demo-)
- [💻 Getting Started ](#-getting-started-)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [👥 Authors ](#-authors-)
- [🔭 Future Features ](#-future-features-)
- [🤝 Contributing ](#-contributing-)
- [⭐️ Show your support ](#️-show-your-support-)
- [🙏 Acknowledgments ](#-acknowledgments-)
- [📝 License ](#-license-)

# 📖 [FOOD RECIPE APP]

**The FOOD 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. 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

Server

Database

### Key Features

- **Add Foods**
- **Display Foods**
- **Add Recipe**
- **Display Recipe**
- **Add Ingredient**
- **Display Ingredient**
- **Generate Shopping list**

(back to top)

## 🚀 Live Demo
- This application has no live demo yet

(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
Ruby version - ruby 3.1.3
Rails version - Rails
Chrome Browser
Vscode Optional
```

### Setup

Clone this repository to your desired folder:

```sh
git clone https://github.com/Piercel2022/FOOD_RECIPE_APP.git
cd FOOD_RECIPE_APP
```

### Install

Install this project with:

```sh
Run bundle install
Run rails db:create
Run rails db:migrate
```

### Usage

To run the project, execute the following command:

```sh
./bin/dev
rails server or rails s
```

### Run tests

To run tests, run the following command:

```sh
To Run all tests - rspec spec --format documentation
To Run model tests - rspec spec/models
To Run integration tests - rspec spec/views
```

(back to top)

## 👥 Authors

👤 **Onomeh Onwuanibe**

- GitHub:[@Estherstarr](https://github.com/Estherstarr)
- Twitter:[@anibeesther](https://twitter.com/anibeesther)
- LinkedIn:[@onwuanibe-onomeh](https://www.linkedin.com/in/onwuanibe-onomeh/)

👤 **Pierre Celestin Moussa**

- GitHub:[@Piercel2022](https://github.com/Piercel2022)
- Twitter:[@pier_celestin](https://twitter.com/pier_celestin)
- LinkedIn:[@piercelestinmax](https://linkedin.com/in/piercelestinmax)

(back to top)

## 🔭 Future Features

> Describe 1 - 3 features you will add to the project.

- [ ] **Add Search Recipe and Food**
- [ ] **Add Pagination or infinite scrolling for the lists.**
- [ ] **Improve the UI**

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

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

(back to top)

## ⭐️ Show your support

If you like this project please give it a ⭐️!

(back to top)

## 🙏 Acknowledgments

I would like to thank the following people for their support and guidance:

- [Microverse](https://www.microverse.org/)
- Code reviewers
- Coding partners

(back to top)

## 📝 License

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

(back to top)