Skip to content

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 allows to make them public.…

Notifications You must be signed in to change notification settings

cwaku/ror-recipe-app

 
 

Repository files navigation

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.

Project requirements

The project requirements can be viewed here

Built With

  • css framework: bootstrap, tailwindcss

  • Major languages: Rails, Ruby

  • Technologies used: Rubocop

Prerequisites

Install rails Install sqlite3

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

👤 Ricky Mormor

👤 Victor Chukwuemeka

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project!

Acknowledgments

N/A

📝 License

This project is MIT licensed.

About

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 allows to make them public.…

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 68.0%
  • HTML 28.4%
  • Batchfile 2.3%
  • Other 1.3%