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

https://github.com/kkasaija/tasty_trek

An app to keep 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
https://github.com/kkasaija/tasty_trek

cancancan capybara-rspec devise postgresql rspec ruby ruby-on-rails

Last synced: 6 months ago
JSON representation

An app to keep 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

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 (OPTIONAL)](#faq)
- [📝 License](#license)

# 📖 [Tasty Trek]

> The Recipe app keeps track of all your recipes, ingredients, 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

Client

Server

Database

### Key Features

- **User Can add his own recipes on this website**
- **Authentication process**
- **CRUD Operations on all resources with authorization roles**
- **Test cases using Rspec and Capybara**

(back to top)

## 🚀 Live Demo

> Add a link to your deployed project.

- Soon....

(back to top)

## 💻 Getting Started

### Prerequisites

In order to run this project you need:

- Rails
- Ruby
- PostgreSQL

### Setup

Clone this repository to your desired folder:

Example commands:

```sh
cd my-folder
git clone [email protected]:Kasaija-Kenneth/tasty_trek.git
```

### Install

Install this project with:

```sh
cd tasty_trek
```
```sh
bundle install
```

### Usage

To run the project, execute the following command:

```sh
rails server
```

### Run tests

To run tests, run the following command:

Example command:

```sh
rspec spec
```
-

### Deployment

Sooon....

(back to top)

## 👥 Authors

👤 **Kasaija Kenneth**

- GitHub: [@Kasaija-Kenneth](https://github.com/Kasaija-Kenneth)
- Twitter: [@kenn_ug](https://twitter.com/kenn_ug)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/kenneth-k-310722234/)

👤 **Kareem Magdy Wilson**

- GitHub: [@KareemWilson](https://github.com/KareemWilson)
- LinkedIn: [LinkedIn](https://linkedin.com/in/kareem-wilsons)

(back to top)

## 🔭 Future Features

- [ ] **Deploying this project soon**

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

(back to top)

## 🙏 Acknowledgments

I would like to thank [Unsplash](https://unsplash.com/) for assets contributed into this project

(back to top)

(back to top)

## 📝 License

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

(back to top)