Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rubydevi/food-recipe
The Recipe 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.
https://github.com/rubydevi/food-recipe
Last synced: about 4 hours ago
JSON representation
The Recipe 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.
- Host: GitHub
- URL: https://github.com/rubydevi/food-recipe
- Owner: rubydevi
- License: mit
- Created: 2023-10-16T08:08:16.000Z (about 1 year ago)
- Default Branch: dev
- Last Pushed: 2023-10-22T04:08:26.000Z (about 1 year ago)
- Last Synced: 2024-04-14T14:02:57.254Z (7 months ago)
- Language: Ruby
- Size: 152 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Food Recipe
# 📗 Table of Contents
- [📗 Table of Contents](#-table-of-contents)
- [📖 Food Recipe ](#-food-recipe-)
- [🛠 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-)
- [📝 License ](#-license-)The Recipe 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 allows you to make them public so anyone can access them.
Client
Server
- MVC
- Integration Specs
- Devise Authentication
### Prerequisites
In order to run this project you need:
- [Ruby](https://www.ruby-lang.org/en/) installed and running.
- You should be able to use [IRB]().
### Setup
Clone this repository to your desired folder:
```
git clone [email protected]:rubydevi/food-recipe.git
```
### Install
Install thr project dependencies with:
```
bundle install
```
To run the project, execute the following command:
```
rails server
```
To test the project, execute the following command:
```
rspec src/spec/
```
👤 **Chongtham Ruby Devi**
- GitHub: [@rubydevi](https://github.com/rubydevi)
- LinkedIn: [Chongtham Ruby Devi](https://www.linkedin.com/in/chongtham-bhoomika/)
👤 **Kiko**
- GitHub: [@kit0-0](https://github.com/kit0-0)
- Authorization
- Inventory
- User Management System
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/rubydevi/food-recipe/issues).
If you like this project and want to support me make cooler projects Give this project a Star.
This project is [MIT](./LICENSE) licensed.