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.
- Host: GitHub
- URL: https://github.com/alusp/rails_recipe
- Owner: Alusp
- Created: 2022-12-12T14:04:14.000Z (over 3 years ago)
- Default Branch: dev
- Last Pushed: 2023-02-06T20:29:40.000Z (over 3 years ago)
- Last Synced: 2025-02-04T13:19:36.598Z (over 1 year ago)
- Language: HTML
- Homepage:
- Size: 1000 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)
- [: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)
**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.
Client
- HTML, Tailwind css
- JavaScript
Server
- Ruby on Rails
Database
- **[Create and run necessary migration files]**
- **[Match table and column names to the ERD diagram.]**
## :card_index: Entity Relationship Diagram

- in progress :smile: [Live Demo Link](https://yourdeployedapplicationlink.com)
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
```
👤 **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)
- [ ] **[Controllers specs]**
- [ ] **[Processing data in models]**
- [ ] **[Views]**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
Give a ⭐️ if you like this project!
I would like to thank:
- [Microverse](microverse.org)
This project is [MIT](./MIT.md) licensed.