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

https://github.com/alusp/rails_recipe

A recipe App will be a classic example of a recipe website. The app makes finding recipes easy. creation of the recipe includes entering the name, and description. ability to add an ingredient and generate a shopping list.
https://github.com/alusp/rails_recipe

Last synced: 6 months ago
JSON representation

A recipe App will be a classic example of a recipe website. The app makes finding recipes easy. creation of the recipe includes entering the name, and description. ability to add an ingredient and generate a shopping list.

Awesome Lists containing this project

README

          

logo

# 📗 Table of Contents

- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [:card_index: Entity Relationship Diagram](#er-diagram)
- [🚀 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](#faq)
- [📝 License](#license)

# 📖 Blog App

**A Recipe App** will be a classic example of a recipe website. The app makes finding recipes easy. creation of the recipe includes entering the name, and description. ability to add an ingredient and generate a shopping list.

## 🛠 Built With

### Tech Stack

Client


  • HTML, Tailwind css

  • JavaScript

Server


  • Ruby on Rails

Database

### Key Features

- **[Create and run necessary migration files]**
- **[Match table and column names to the ERD diagram.]**

(back to top)

## :card_index: Entity Relationship Diagram
![er-diagram](https://user-images.githubusercontent.com/84629565/203113736-82dacec0-6b75-42e6-b87e-8bf441ffbe57.png)

## 🚀 Live Demo

- in progress :smile: [Live Demo Link](https://yourdeployedapplicationlink.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:
`Git` and `Ruby`
```
gem install rails
```

### Install

Install this project with:

```sh
bundle install
```

### Usage

To run the project, execute the following command:

```sh
rails server or rails s
```

(back to top)

## 👥 Authors

👤 **Alusine Jalloh**

- GitHub: [@Alusp](https://github.com/Alusp)
- LinkedIn: [@alusine-jalloh](https://www.linkedin.com/in/alusine-jalloh)
- Twitter: [@aseni_jalloh](https://twitter.com/aseni_jalloh)

👤 **Bakhtiyor Yusubaliev**

- GitHub: [@username-forGithub](https://github.com/username-forGithub)
- LinkedIn: [@baxtiyor-yusubaliev](https://www.linkedin.com/in/baxtiyor-yusubaliev/)
- Twitter: [@Bakhtiyor_dev](https://twitter.com/Bakhtiyor_dev)

(back to top)

## 🔭 Future Features

- [ ] **[Controllers specs]**
- [ ] **[Processing data in models]**
- [ ] **[Views]**

(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

Give a ⭐️ if you like this project!

(back to top)

## 🙏 Acknowledgments

I would like to thank:
- [Microverse](microverse.org)

(back to top)

(back to top)

## 📝 License

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

(back to top)