Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/meryemsanem/recipe-app
Recipe App is a web application built using Ruby on Rails that allows users to create and manage recipes, track their ingredients, and generate shopping lists.
https://github.com/meryemsanem/recipe-app
Last synced: 6 days ago
JSON representation
Recipe App is a web application built using Ruby on Rails that allows users to create and manage recipes, track their ingredients, and generate shopping lists.
- Host: GitHub
- URL: https://github.com/meryemsanem/recipe-app
- Owner: meryemsanem
- License: mit
- Created: 2023-10-16T08:15:11.000Z (over 1 year ago)
- Default Branch: dev
- Last Pushed: 2023-10-20T11:05:37.000Z (about 1 year ago)
- Last Synced: 2025-01-09T15:13:37.040Z (8 days ago)
- Language: Ruby
- Homepage:
- Size: 172 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Recipe App
## 📗 Table of Contents
- [📖 Recipe App](#-about-project)
- [🛠 Built With](#-built-with)
- [🌟 Key Features](#-key-features)
- [💻 Getting Started](#-getting-started)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Install](#install)
- [👥 Authors](#-authors)
- [🔭 Future Features](#-future-features)
- [🤝 Contributing](#-contributing)
- [⭐️ Show Your Support](#️-show-your-support)
- [🙏 Acknowledgments](#-acknowledgments)
- [📝 License](#-license)
- [:rocket: Live Demo](#live-demo)**Recipe App** is a web application built using Ruby on Rails that allows users to create and manage recipes, track their ingredients, and generate shopping lists.
- [Ruby on Rails](https://rubyonrails.org) - A powerful web application framework.
- [PostgreSQL](https://www.postgresql.org) - An open-source relational database.
- [Bundler](https://bundler.io) - A tool for managing Ruby gem dependencies.- **Create and manage recipes**: Users can create, edit, and delete recipes with details like name, description, preparation time, and cooking time.
- **Ingredient tracking**: Each recipe can include a list of ingredients, their quantities, and measurement units.
- **Generate shopping lists**: Users can generate shopping lists based on the ingredients required for their recipes.To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project, you need to have the following installed:
- Ruby on Rails
- Ruby
- PostgreSQL
- Bundler### Setup
Clone this repository to your desired folder:
```bash
git clone https://github.com/meryemsanem/recipe-app.git
```### Install
Install this project with:
```bash
cd recipe-app
bundle install
```it will install the required gemfile for running the project
## :rocket: Live Demo
-This is my project [Live Demo Link](https://food-app-6u84.onrender.com)👤 **Meryem Sanem Küçükbayram**
- GitHub: [Meryem Sanem Küçükbayram](https://github.com/meryemsanem)
- LinkedIn: [Meryem Sanem Küçükbayram](https://www.linkedin.com/in/meryemsanemkucukbayram/)👤 **Diana Beki**
- GitHub: [Diana Beki](https://github.com/DianaBeki)
- LinkedIn: [Diana Beki](https://www.linkedin.com/in/diana-beki-b49684230/)- **Search and filter:** Allow users to search for recipes and filter by criteria such as preparation time and ingredients.
- **User Comments and Ratings:** Allow users to leave comments and ratings on recipes. This can help others discover the most popular and well-received recipes.
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/meryemsanem/recipe-app/issues).
If you find this project helpful or interesting, star this repository on GitHub to let us know you like the project. ⭐️
I would like to thank Microverse for teaching and enforcing professional level practices.
This project is [MIT](./LICENSE) licensed.