Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/reem-lab/recipe-app
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.
https://github.com/reem-lab/recipe-app
bootstrap database herokudeployment rspec-rails ruby rubyonrails testing
Last synced: about 1 month 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, since sharing recipes is an important part of cooking the app should allow you to make them public so anyone can access them.
- Host: GitHub
- URL: https://github.com/reem-lab/recipe-app
- Owner: Reem-lab
- License: mit
- Created: 2022-05-16T16:17:24.000Z (over 2 years ago)
- Default Branch: dev
- Last Pushed: 2022-07-17T19:27:15.000Z (over 2 years ago)
- Last Synced: 2024-09-23T23:02:29.834Z (about 2 months ago)
- Topics: bootstrap, database, herokudeployment, rspec-rails, ruby, rubyonrails, testing
- Language: Ruby
- Homepage:
- Size: 165 KB
- Stars: 7
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![](https://img.shields.io/badge/Microverse-blueviolet)
![](https://img.shields.io/static/v1?label=BY&message=Reemoz&color=pink)# Recipe App
> 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.
## vedio demo 🎥
https://user-images.githubusercontent.com/58553711/169167658-052ebde7-76a5-41b0-af72-de8be66b034b.mp4
## Heroku Deploy 🚀
[Live demo here](https://powerful-mountain-66036.herokuapp.com/)
## Netlify Deploy
[![Netlify Status](https://api.netlify.com/api/v1/badges/326fe2c9-e5df-4e55-a0a0-f3014754e409/deploy-status)](https://app.netlify.com/sites/reciperailsapp/deploys)
## Built With
- Ruby
- Ruby on Rails
- RSpec, PostgreSQL## Configuration
To use this project you first need to have installed the following:
+ Node.js
+ Ruby
+ PostgreSQL
+ Rails* Ruby version
The version of ruby that is needed for this project is
+ 3.1.1
Once you have installed them, you need to use the following command to clone the repository:
```
git clone [email protected]:Reem-lab/Recipe-app.git
```Then install the bundle configruation by thr following command
```bundle install
```### Database creation
Next, use this command to create the databases:
```
rails db:create
```## Usage
Finally, use the following command to initialize the live server:
```
rails s
```
## How to run the testsbefore you run the tests
```
rails db:seed RAILS_ENV=test
``````
rspec spec
```
### or :
```
rspec spec/models
rspec spec/views
```## Authors
👤 **Reem Janina**
Platform | Badge |
--- | --- |
**GitHub** | [@Reem-lab](https://github.com/Reem-lab)
**Twitter** | [Rem79940127](https://twitter.com/Rem79940127)
**LinkdIn** | [reem-janina](https://www.linkedin.com/in/reem-janina-ab74ab21a/)👤 **Piero Lescano**
- GitHub: [@piero-vic](https://github.com/piero-vic)
- Twitter: [@v1ccenzo](https://twitter.com/v1ccenzo)
- LinkedIn: [piero-lescano](https://linkedin.com/in/piero-lescano)## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments
- Hat tip to anyone whose code was used
- Inspiration
- etc## 📝 License
This project is [MIT](./LICENSE) licensed.