https://github.com/luigirazum/flavorhood-app
FlavorHood is a recipe app that keeps track of all your recipes. It will allow you to save ingredients, keep track of them, create recipes, and generate a shopping list based on what you have and what you are missing from a recipe. Also, since sharing recipes is an important part of cooking the app should allow you to make them public to anyone.
https://github.com/luigirazum/flavorhood-app
Last synced: 9 months ago
JSON representation
FlavorHood is a recipe app that keeps track of all your recipes. It will allow you to save ingredients, keep track of them, create recipes, and generate a shopping list based on what you have and what you are missing from a recipe. Also, since sharing recipes is an important part of cooking the app should allow you to make them public to anyone.
- Host: GitHub
- URL: https://github.com/luigirazum/flavorhood-app
- Owner: luigirazum
- License: mit
- Created: 2024-02-09T10:49:24.000Z (almost 2 years ago)
- Default Branch: dev
- Last Pushed: 2024-02-10T11:28:35.000Z (almost 2 years ago)
- Last Synced: 2025-01-11T01:12:02.354Z (11 months ago)
- Language: Ruby
- Size: 80.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 📗 Table of Contents
- [📗 Table of Contents](#-table-of-contents)
- [📖 About ](#-about-)
- [🛠 Built With ](#-built-with-)
- [Key Features ](#key-features-)
- [💻 Getting Started ](#-getting-started-)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Usage](#usage)
- [Run tests](#run-tests)
- [👥 Authors ](#-authors-)
- [🔭 Future Features ](#-future-features-)
- [🤝 Contributing ](#-contributing-)
- [⭐️ Show your support ](#️-show-your-support-)
- [🙏 Acknowledgments ](#-acknowledgments-)
- [📝 License ](#-license-)
FlavorHood App keeps track of all your recipes, ingredients, and inventory. It will allow you to save ingredients, keep track of what you have, create recipes, and generate a shopping list based on what you have and what you are missing from a recipe. Also, since sharing recipes is an important part of cooking the app should allow you to make them public so anyone can access them.
Tech Stack
- Ruby on Rails
- PSQL
- Webpack
- List recipes with CRUD functionalities.
- List public recipes
- Display food list
- Display general shopping list
- Display inventories list
- Display food list for a given inventory with CRUD functionalities
- Generate Inventory shopping list
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
Example command:
```sh
Install Ruby
Install rails
```
### Setup
Clone this repository to your desired folder:
```sh
cd my-folder
git clone git@github.com:luigirazum/flavorhood-app
```
### Usage
To run the project, execute the following command:
```sh
rails s
```
### Run tests
To run tests, run the following command:
```sh
rails test
```
👤 **Faisal Mumtaz**
- GitHub: [@faisalakb](https://github.com/faisalakb)
- Twitter: [@faisalakb786](https://twitter.com/Faisalakb786)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/faisal-mumtaz-514a221a6/)
👤 **Axcell Evans**
- GitHub: [@axcell-0](https://github.com/axcell-0)
- Twitter: [@noumbuh](https://twitter.com/noumbuh)
- LinkedIn: [LinkedIn](https://linkedin.com/in/thierry-noumbuh-a44173257/)
👤 **Luis Zubia**
- GitHub: [@luigirazum](https://github.com/luigirazum)
- Twitter: [@luigirazum](https://twitter.com/LuigiRazum)
- LinkedIn: [@luigirazum](https://linkedin.com/in/luiszubia)
- [ ] **Add Food Reservations**
- [ ] **Add Bouffet Ticketing**
Contributions, issues, and feature requests are welcome!
If you like this project, give it a star.
Special thanks goes to the Microverse community
This project is [MIT](./LICENSE) licensed.