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

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

A recipe web app is an online platform that provides users with a wide range of recipes for different types of meals.
https://github.com/ubdanam/recipe-app

capybara-rspec devise postgresql ruby ruby-on-rails

Last synced: about 2 months ago
JSON representation

A recipe web app is an online platform that provides users with a wide range of recipes for different types of meals.

Awesome Lists containing this project

README

          

# Recipe App

# 📗 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)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Install](#install)
- [Usage](#usage)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contribution](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [📝 License](#license)

# 📖 Recipe App

Hi there! Welcome to Recipe App

A recipe web app is an online platform that provides users with a wide range of recipes for different types of meals. It also includes a food list and recipe list that display items added by the logged-in user. Users can add new food and recipes, and owners of recipes can delete them. The app also includes a public recipe list that displays all public recipes ordered by the latest, as well as a shopping list view that shows missing ingredients for all recipes of the logged-in user

## 🛠 Built With

### Tech Stack

Server

### Key Features

- **Shows list of foods and recipe**
- **Authentication and Authorization**
- **General shoping list**

(back to top)

## 🚀 Live Demo

- [Live Demo Link](https://recipe-app-43nq.onrender.com/)

(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 to install the following:

- Ruby
- PostgreSQL
- Rails gem

### Setup

Clone this repository to your desired folder:

```snippet
git clone https://github.com/UbdaNam/Recipe-app.git
```

### Install

```snippet
bundle install
```

Install this project with: Any code editor or terminal which you are comfortable with

### Usage

In the project directory, you can run:

```Create db
rails db:create
```

```Migrate db
rails db:migrate
```

```Start server
rails s
```

## 👥 Author

👤 **Ubda Nam**

- GitHub: [@UbdaNam](https://github.com/UbdaNam)
- LinkedIn: [Abdurahim M.](https://www.linkedin.com/in/abdurahim-miftah/)

👤 **Wullah Jonas Nuta**

- GitHub: [@jonas-45](https://github.com/jonas-45)
- LinkedIn: [jonas-wullah](https://linkedin.com/in/jonas-wullah)

(back to top)

## Future Features

- [ ] **Add recipe search**
- [ ] **Filter by category**

(back to top)

## 🤝 Contribution

Contributions, issues, and feature requests are welcome!

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

(back to top)

## ⭐ Show your support

If you like this project please give it a star. If you have any recommandations for future improvments, I would be happy to hear them.

(back to top)

## 🙏 Acknowledgments

I would like to thank microverse in advance. This is the first draft of this project. It works on my machine. If you try it and run into problems, please create an issue; I'll get back to it as soon as possible.

(back to top)

## 📝 License

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