Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vic778/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/vic778/recipe-app
Last synced: about 2 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/vic778/recipe-app
- Owner: vic778
- Created: 2022-04-25T08:02:22.000Z (over 2 years ago)
- Default Branch: develop
- Last Pushed: 2022-05-13T20:01:06.000Z (over 2 years ago)
- Last Synced: 2023-03-05T22:38:46.371Z (almost 2 years ago)
- Language: Ruby
- Homepage:
- Size: 213 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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.
## Built With
- Ruby
- Ruby on Rails
- Postgresql
- Bootstrap## Getting Started
**To get a local copy up and running follow these simple example steps:**
### Prerequisites
- [Ruby](https://www.ruby-lang.org/en/)
- [Rails](https://gorails.com/)### Setup
- Make sure you have Ruby on Rails set up properly on your computer
``` sh
git [email protected]:vic778/Recipe-app
```### Install
```sh
bundle install
```### Run
```
rails db: create
``````
rails db:migrate
``````
rails s
```### Test
```sh
rspec
```
### UsageTo start recipe app you need to first `signup`
## Authors
👤 **Furkan Denizhan**- GitHub: [@nevisende](https://github.com/nevisende)
- Twitter: [@nevisen_de](https://twitter.com/nevisen_de)
- LinkedIn: [@furkan-denizhan](https://linkedin.com/in/furkan-denizhan)
-
👤 **Victor Barh**- GitHub: [@Vvic778](https://github.com/vic778)
- Twitter: [@victoirBarh](https://twitter.com/)
- LinkedIn: [LinkedIn](https://linkedin.com/in/victoir-barh)👤 **SadiQ HabiL**
- GitHub: [@kingqabil](https://github.com/kingqabil)
- Twitter: [@kingqabil](https://twitter.com/kingqabil)
- LinkedIn: [@kingqabil](https://linkedin.com/in/kingqabil)## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
- Feel free to check the [issues page](https://github.com/vic778/Recipe-app/issues).
## Show your support
- Give a ⭐️ if you like this project!
## Acknowledgments
- Microverse for giving us this chance