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

https://github.com/techemprez/my-recipe

A food recipe app
https://github.com/techemprez/my-recipe

Last synced: about 1 month ago
JSON representation

A food recipe app

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)
- [πŸ’» 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)
- [πŸ“ License](#license)

# πŸ“– CookPad🍜

> The CookPad 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

## πŸ›  Built With

### Tech Stack

> Here are List of technologies used on this project

Languages

Framework

Database

Linters

Test library

### Key Features

- Create recipes
- Generate a user custom shopping list.
- Keeps track of all your recipes, ingredients, and inventory.

(back to top)

## πŸ’» Getting Started

### Prerequisites

In order to run this project you need:

- Ruby installed on your computer

### Setup

Clone this repository to your desired folder:

```
git clone https://github.com/techEmprez/My-Recipe.git
```

change directory to cloned folder

```
cd My-Recipe
```

### Install

Install project dependecies with:

```
bundle install
```

-

### Usage

To run the project, execute the following command:

```
rails server
```

- After running `rails server`, open your browser and enter this address http://localhost:3000/

- Congratulations! your're running **_My-Recipe_**

(back to top)

## πŸ‘₯ Authors

πŸ‘€ **Choice Osobor**

- GitHub: [@techempress](https://github.com/techempress)
- Twitter: [choice](https://twitter.com/choice)
- LinkedIn: [choice](https://www.linkedin.com/in/choice/)

πŸ‘€ **Emmanuel Simasiku**
- Github: [Mukumbuta](https://github.com/Mukumbuta)
- Twitter: [mukumbuta8](https://twitter.com/mukumbuta8)
- LinkedIn: [Mukumbuta](https://www.linkedin.com/in/Mukumbuta/)

(back to top)

## πŸ”­ Future Features

> These features will be added in future updates. ⬇️⬇️

- [ ] **Controllers specs**
- [ ] **Processing data in models**
- [ ] **Add api endpoint for generating recipes**

(back to top)

## 🀝 Contributing

Contributions, issues, and feature requests are welcome!

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

## ⭐️ Show your support

If you likeπŸ‘πŸ½ this project, give the repository a star ⭐

(back to top)

## πŸ™ Acknowledgments

I would like to thank the Microverse community

## πŸ“ License

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

(back to top)