https://github.com/juandbta/recipes-project
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, the app allows you to make them public so anyone can access them.
https://github.com/juandbta/recipes-project
capybara css-flexbox css3 database front-end-development posgresql rspec ruby ruby-on-rails unit-testing
Last synced: 3 months 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. Also, the app allows you to make them public so anyone can access them.
- Host: GitHub
- URL: https://github.com/juandbta/recipes-project
- Owner: JuanDBta
- License: mit
- Created: 2023-10-02T00:36:43.000Z (over 1 year ago)
- Default Branch: dev
- Last Pushed: 2023-12-20T03:05:34.000Z (over 1 year ago)
- Last Synced: 2025-01-29T13:28:03.030Z (5 months ago)
- Topics: capybara, css-flexbox, css3, database, front-end-development, posgresql, rspec, ruby, ruby-on-rails, unit-testing
- Language: Ruby
- Homepage:
- Size: 250 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
RECIPES PROJECT
![]()
# 📗 Table of Contents
- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [🚀 Live Demo](#live-demo)
- [💻 Getting Started](#getting-started)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [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)**[RECIPES PROJECT]** 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 should allow you to make them public so anyone can access them.
1- Ruby 3.2.2
2- Rails 7.0.7.2
3- PostgreSQL
4- Gitflow
5- Rubocop
6- RSpecClient
Ruby
Rails
Database
- **[Created rails project]**
- **[Created tables and relations in database]**
- **[Added routes, models and controllers]**
> Add a link to your deployed project.
- [Coming Soon...](https://github.com/JuanDBta/recipes-project)
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
Web Browser (Chrome recommended)
Code editor (VS recommended)
GitHub account
### Setup
Clone this repository to your desired folder:
```sh
cd my-folder
git clone "https://github.com/JuanDBta/recipes-project.git"
```
### Install
Go to your /recipes-project folder:
```sh
cd recipes-project
bundle install
rails server
```
### Usage
```sh
rails server
```
### Run Tests
```sh
rspec spec
```
### Deployment
You can deploy this project using:
[Coming Soon!!!](https://github.com/JuanDBta/recipes-project)
👤 **Micronaut JUAN DAVID DIAZ**
- GitHub: [@JuanDBta](https://github.com/JuanDBta)
- Twitter: [@simplebetsas](https://twitter.com/simplebetsas)
- LinkedIn: [LinkedIn](https://linkedin.com/in/simplebet/)
- [ ] **[Login page and registration page]**
- [ ] **[Food list]**
- [ ] **[Display a list of food added by the logged-in user as in the wireframe (display also quantity of a given food)]**
- [ ] **[Recipes list]**
- [ ] **[Display a list of recipes created by the logged-in user as in the wireframe]**
- [ ] **[Recipe details]**
- [ ] **[Public recipe list]**
- [ ] **[Display a list of all public recipes ordered by newest as in the wireframe]**
- [ ] **[Display a toggle button that allows for a recipe to be made public or private]**
- [ ] **[Display the recipe details as in the wireframe]**
- [ ] **[Allows the user to add new food]**
- [ ] **[General shopping list view (only for a group that has less than 3 members)]**
- [ ] **[Show the list of food that is missing for all recipes of the logged-in user (compare the list of food for all recipes with
the general food list of that user)]**
- [ ] **[Count the total food items and total price of the missing food]**
- [ ] **[No N+1 queries happening]**
- [ ] **[Navigation menu that allows users to open all of the pages you created]**
- [ ] **[Unit and integration tests]**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
If you like this project, please give me a like, it doesn't cost you anything and it helps me a lot to keep working.
We would like to thank Bee in Student Success who is always avalaible to solve issues and Microverse for push us to work hard every day!
- **["How can I see more projects associated with this author?"]**
- Check my [@JuanDBta](https://github.com/JuanDBta)
- **[How can I contact the author of this project?]**
- Check my [LinkedIn profile](https://linkedin.com/in/simplebet/) or email me at [email protected]
This project is [MIT](./LICENSE) licensed.