Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/atillatahak/ror-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. Also, since sharing recipes is an important part of cooking the app should allow you to make them public so anyone can access them.
https://github.com/atillatahak/ror-recipe-app
Last synced: 19 days 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. Also, since sharing recipes is an important part of cooking the app should allow you to make them public so anyone can access them.
- Host: GitHub
- URL: https://github.com/atillatahak/ror-recipe-app
- Owner: AtillaTahak
- Created: 2022-04-25T14:02:00.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-04-30T17:30:20.000Z (over 2 years ago)
- Last Synced: 2023-03-08T01:49:29.990Z (over 1 year ago)
- Language: Ruby
- Size: 206 KB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rails Blog
> 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.
## Project requirementsThe project requirements can be viewed [here](https://github.com/microverseinc/curriculum-rails/blob/main/recipe-app/buisness_requirements.md)
## Built With
- css framework: bootstrap, tailwindcss
- Major languages: Rails, Ruby
- Technologies used: [Rubocop](https://rubocop.org/)
### Prerequisites
Install [rails](https://guides.rubyonrails.org/getting_started.html)
Install [sqlite3](https://www.sqlite.org/index.html)### Setup
- Install gems with:
- ` bundle install`
- Setup database with
- `rails db:create`
- `rails db:migrate`### Usage
- run: `git clone https://github.com/AtillaTahak/ror-recipe-app`
- run: `rails s`
- Open http://localhost:3000/ in your browser.### Run tests
- install npm with:
- `npm i`
- install rspec with:
- `bundle install`
- and
- ` rails generate rspec:install`
- Run the test with:
- `rspec spec`
## Authorπ€ **ATΔ°LLA TAHA KΓRDΓΔΓM**
- GitHub: [@AtillaTahak](https://github.com/AtillaTahak)
- Twitter: [@AtillaTahaa](https://twitter.com/AtillaTahaa)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/atilla-taha-k%C3%B6rd%C3%BC%C4%9F%C3%BCm-a93702186/)
- Blog: [Blog](https://github.com/AtillaTahak/school_library/blob/dev/atillataha.blogspot.com)
- Youtube: [YouTube](https://www.youtube.com/channel/UCmoD0x4Z9vdG2PCsI5p8FYg)π€ **Ricky Mormor**
- GitHub: [@cwaku](https://github.com/cwaku)
- Twitter: [@rickymormor](https://twitter.com/rickymormor)
- LinkedIn: [Ricky Mormor](https://github.com/cwaku/blog/blob/develop/www.linkedin.com/in/rickymormor)π€ **Victor Chukwuemeka**
- GitHub: [@chukwuemeka1234](https://github.com/chukwuemeka1234/)
- Twitter: [@twitterhandle](https://twitter.com/@avc_victor)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/vic-chukwuemeka/)## π€ Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/AtillaTahak/rails-blog/issues).
## Show your support
Give a βοΈ if you like this project!
## Acknowledgments
N/A
## π License
This project is [MIT](./license.md) licensed.