Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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 requirements

The 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.