https://github.com/raminka13/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.
https://github.com/raminka13/recipe-app
cancancan devise postgresql ruby ruby-on-rails
Last synced: 6 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.
- Host: GitHub
- URL: https://github.com/raminka13/recipe-app
- Owner: raminka13
- Created: 2022-11-07T16:17:46.000Z (almost 3 years ago)
- Default Branch: dev
- Last Pushed: 2022-11-12T15:27:29.000Z (almost 3 years ago)
- Last Synced: 2025-04-09T01:16:00.886Z (6 months ago)
- Topics: cancancan, devise, postgresql, ruby, ruby-on-rails
- Language: Ruby
- Homepage:
- Size: 3.4 MB
- Stars: 7
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

 
# Ruby on Recipe App
A great blog app created with RoR.## Class diagram for the Database
## Getting Started
- Check the Ruby version or if you have at all by running `ruby -v` if you get something like this `ruby 2.6.8p205 (2021-07-07 revision 67951)` you have Ruby installed.
- Clone the repository by runiing `git clone https://github.com/raminka13/recipe-app.git` in your CLI.
- `cd recipe-app`
- Run `bundle install`
- Run `rails db:create db:migrate`
- Run `rails server`
- Open Browser `http://localhost:3000/`## Testing
- Run `rspec spec/`## Authors
👤 **Raul A Ospina** 🧑🏻💻
- GitHub: [@raminka13](https://github.com/raminka13)
- Twitter: [@raminka13](https://twitter.com/raminka13)
- LinkedIn: [Raul Ospina](http://linkedin.com/in/raul-ospina)👤 **Vitor Guedes Madeira** 🧑🏻💻
- GitHub: [@vitorguedesmadeira](https://github.com/VitorGuedesMadeira)
- Twitter: [@CDahguedes](https://twitter.com/CDahguedes)
- LinkedIn: [Vitor Guedes](https://www.linkedin.com/in/vitor-guedes-madeira/)## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/raminka13/recipe-app/issues).
## Show your support
Give a ⭐️ if you like this project!
## 📝 License
This project is [MIT](./MIT.md) licensed.