https://github.com/ilynette/recipe_app
The Recipe app keeps track of all the users' recipes and ingredients. It will allow the user to save ingredients, keep track of what they have, create recipes, and generate a shopping list based on what they have and what they are missing from 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.
https://github.com/ilynette/recipe_app
database ruby
Last synced: 2 months ago
JSON representation
The Recipe app keeps track of all the users' recipes and ingredients. It will allow the user to save ingredients, keep track of what they have, create recipes, and generate a shopping list based on what they have and what they are missing from 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.
- Host: GitHub
- URL: https://github.com/ilynette/recipe_app
- Owner: iLynette
- Created: 2022-06-27T08:28:47.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-07-02T11:55:48.000Z (almost 4 years ago)
- Last Synced: 2025-06-29T11:50:57.575Z (12 months ago)
- Topics: database, ruby
- Language: Ruby
- Homepage:
- Size: 141 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Recipe App
> The Recipe app keeps track of all the users' recipes and ingredients. It will allow the user to save ingredients, keep track of what they have, create recipes, and generate a shopping list based on what they have and what they are missing from 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.
> ORM Diagram:
> 
## Built With
- Ruby
- Ruby on Rails
- PostgreSQL
## Getting Started
- [Install Ruby](https://www.ruby-lang.org/en/documentation/installation/) on your local machine
- [Install Ruby on Rails](https://guides.rubyonrails.org/v5.1/getting_started.html)
- Clone [this repository](https://github.com/Meri-MG/recipe-app)
```
git clone https://github.com/iLynette/Recipe_app.git
```
- To get started, In the root directory run:
```
gem install bundler
```
Then run:
```
bundle install
```
To start the server run:
```
rails s
```
Open the browser with `localhost:3000`
## After installing bundle
Please run the following commands `rails db:create` `rails db:migrate` `rails s`
### To track linter errors locally follow these steps:
Track linter errors run:
```
rubocop
```
## Authors
👤 **Lynette Aluoch Acholah**
- GitHub: [@iLynette](https://github.com/iLynette)
- Twitter: [@acholah_lynette](https://twitter.com/acholah_lynette)
- LinkedIn: [lynette-acholah](https://linkedin.com/in/lynette-acholah)
👤 **Usor faith Eloho**
- GitHub: [@usorfaitheloho](https://github.com/usorfaitheloho)
- Twitter: [@faithusor16](https://twitter.com/faithusor16)
- LinkedIn: [faith-usor](https://linkedin.com/in/faith-usor)
## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/iLynette/Recipe_app/issues).
## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments
Thanks to our morning session partners, coding partners and teammates.
## 📝 License
This project is [MIT](./MIT.md) licensed.