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.
The project requirements can be viewed here
-
css framework: bootstrap, tailwindcss
-
Major languages: Rails, Ruby
-
Technologies used: Rubocop
- Install gems with:
bundle install
- Setup database with
rails db:create
rails db:migrate
- run:
git clone https://github.com/AtillaTahak/ror-recipe-app
- run:
rails s
- Open http://localhost:3000/ in your browser.
- install npm with:
npm i
- install rspec with:
bundle install
- and
rails generate rspec:install
- Run the test with:
rspec spec
👤 ATİLLA TAHA KÖRDÜĞÜM
- GitHub: @AtillaTahak
- Twitter: @AtillaTahaa
- LinkedIn: LinkedIn
- Blog: Blog
- Youtube: YouTube
👤 Ricky Mormor
- GitHub: @cwaku
- Twitter: @rickymormor
- LinkedIn: Ricky Mormor
👤 Victor Chukwuemeka
- GitHub: @chukwuemeka1234
- Twitter: @twitterhandle
- LinkedIn: LinkedIn
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
N/A
This project is MIT licensed.