Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/orozcoding/recipe-app
https://github.com/orozcoding/recipe-app
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/orozcoding/recipe-app
- Owner: orozCoding
- Created: 2022-05-16T07:41:23.000Z (over 2 years ago)
- Default Branch: dev
- Last Pushed: 2022-05-20T02:35:02.000Z (over 2 years ago)
- Last Synced: 2024-11-01T14:51:51.323Z (about 2 months ago)
- Language: Ruby
- Size: 191 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![](https://img.shields.io/badge/Microverse-blueviolet)
# Blog 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.
### Preview
Coming soon
## Live Version
Coming soon
## Built With
- Ruby on Rails## Getting Started
- Follow setup instructions below### Prerequisites
- Ruby
- Git and Github
- Terminal
- Browser### Setup
- clone the following repo `https://github.com/orozCoding/recipe-app.git`
- cd into the directory and run `bundle install` to install dependencies
- Run `rails db:create` and then `rails db:migrate`
- Run `rails s` to start the app
- Visit `localhost:3000` in your browser### Tests
- To run the tests, simply run `rspec` command
# Credits
## Authors
👤 **Angel Orozco** (orozCoding).
- GitHub: [@orozCoding](https://github.com/orozCoding)
- Twitter: [@orozCoding](https://twitter.com/orozCoding)
- LinkedIn: [Angel Orozco](https://www.linkedin.com/in/angel-orozco-652230228/)
-
👤 **Banlon Jones** (orozCoding).- Github: [banlon-jones](https://github.com/banlon-jones)
- Twitter: [@banlonj](https://twitter.com/banlonjones)
- LinkedIn: [banlon jones](https://www.linkedin.com/in/banlon-jones-b0205812a)## 🤝 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
- [Microverse](https://www.microverse.org/)
## 📝 License
This project is [MIT](./MIT.md) licensed.