https://github.com/fene-87/recipe_app
Recipe App is a comprehensive Ruby on Rails application designed for managing recipes and ingredients. With the ability to save ingredients, track inventory, create recipes, and generate customized shopping lists, it simplifies the cooking experience. Additionally, users can make their recipes public, enabling easy sharing with a wider audience.
https://github.com/fene-87/recipe_app
postgresql ruby-on-rails
Last synced: 6 months ago
JSON representation
Recipe App is a comprehensive Ruby on Rails application designed for managing recipes and ingredients. With the ability to save ingredients, track inventory, create recipes, and generate customized shopping lists, it simplifies the cooking experience. Additionally, users can make their recipes public, enabling easy sharing with a wider audience.
- Host: GitHub
- URL: https://github.com/fene-87/recipe_app
- Owner: Fene-87
- License: mit
- Created: 2023-05-22T07:52:05.000Z (over 2 years ago)
- Default Branch: dev
- Last Pushed: 2023-06-02T20:10:29.000Z (over 2 years ago)
- Last Synced: 2025-02-13T17:49:44.570Z (8 months ago)
- Topics: postgresql, ruby-on-rails
- Language: Ruby
- Homepage:
- Size: 132 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Recipe App
# 📗 Table of Contents- [📗 Table of Contents](#-table-of-contents)
- [🛠 Built With ](#-built-with-)
- [Tech Stack ](#tech-stack-)
- [Key Features ](#key-features-)
- [💻 Getting Started ](#-getting-started-)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Install](#install)
- [Usage](#usage)
- [👥 Authors ](#-authors-)
- [🔭 Future Features ](#-future-features-)
- [🤝 Contributing ](#-contributing-)
- [⭐️ Show your support ](#️-show-your-support-)
- [🙏 Acknowledgments ](#-acknowledgments-)
- [📝 License ](#-license-)**Recipe App** is a ruby on rails application that keeps track of all your recipes and ingredients. It allows a user to save ingredients, keep track of what he/she has, create recipes and generate a shopping list based on what they have and what they are missing on a recipe. Also, since sharing recipes is an important part of cooking, the app should allow the user to make them public so anyone can access them.
- **[Authenticated signup/signin]**
- **[Add new food]**
- **[Create recipe]**
- **[Generate shopping list]**
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
- Ruby
- Rails
### SetUp
Clone this Repository to your desired folder:
``` sh
cd my-folder
git clone git@github.com:Fene-87/recipe_app.git
```
### Install
Install this project with:
``` sh
bundle install
```
### Usage
To run the project, execute the following command:
``` sh
rails s
```
## 👥 Authors
👤 **Mark Fenekayas**
- GitHub: [@Fene-87](https://github.com/Fene-87)
- LinkedIn: [@Mark Fenekayas](https://www.linkedin.com/in/mark-fenekayas/)
👤 **Ermiyas Demsew**
- GitHub: [@The-Normal-One1](https://github.com/The-Normal-One1)
- LinkedIn: [@Ermiyas Demsew](https://www.linkedin.com/in/ermiyas-demsew-616b1b19a/)
- [ ] **[Connect API]**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
If you like this project consider giving it a star ⭐️.
We would like to thank Microverse for giving us the opportunity to work on this project.
- LazyCoders
- Coding Partners
This project is [MIT](./LICENSE) licensed.