Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/emmanuelallan/rails_recipe
The Recipe app keeps track of all your recipes🍲 , ingredients🍇 , and inventory📚.
https://github.com/emmanuelallan/rails_recipe
cancancan devise-token-auth postgresql ruby ruby-on-rails
Last synced: 8 days ago
JSON representation
The Recipe app keeps track of all your recipes🍲 , ingredients🍇 , and inventory📚.
- Host: GitHub
- URL: https://github.com/emmanuelallan/rails_recipe
- Owner: emmanuelallan
- Created: 2022-07-25T08:29:00.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-07-30T12:39:30.000Z (over 2 years ago)
- Last Synced: 2025-01-02T12:41:13.733Z (20 days ago)
- Topics: cancancan, devise-token-auth, postgresql, ruby, ruby-on-rails
- Language: Ruby
- Homepage:
- Size: 309 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![](https://img.shields.io/badge/Microverse-blueviolet)
# Recipe app
![](./app//assets/images/screenshot.png)
The Recipe app keeps track of all the 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 to make them public so anyone can access them.
## [Live link](https://tranquil-plateau-94067.herokuapp.com/)
## Getting Started- Clone the repository
`git clone https://github.com/maxthestranger/rails_recipe.git`
- Navigate to the folder
`cd rails_recipe`
- Install packages
`bundle install`
- Setup database
`rails db:setup`
- Run migration
`rails db:migrate`## Built With
- Ruby
- Ruby on Rails
- PostgreSQL## Authors
👤 **Selma Belhadj**
- GitHub: [@selma-belhadj](https://github.com/selma-belhadj)
- Twitter: [@Bel_Selma16](https://twitter.com/Bel_Selma16)
- LinkedIn: [@selma-belhadj](https://www.linkedin.com/in/selma-belhadj/)👤 **Max The Stranger**
- GitHub: [@maxthestranger](https://github.com/maxthestranger)
- Twitter: [@maxthestranger](https://twitter.com/maxthestranger)
- LinkedIn: [@maxthestranger](https://www.linkedin.com/in/maxthestranger/)## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/maxthestranger/rails_recipe/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](./MIT.md) licensed.