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 you to make them pub…

License

Notifications You must be signed in to change notification settings

daudi13/Recipe-app

Repository files navigation

README

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 you to make them public so anyone can access them.

EDR diagram

Getting started

  • Run bundle install to get the dependecies
  • Run rails db:create to create a local database
  • Run rails db:migrate to run migration
  • Run rails s to start the server
  • Open https://localhost:3000 in your browser
  • to run test bundle exec rspec

Tests

Diffult (run all spec files):

bundle exec rspec

Run all spec files in the Spec folder:

bundle exec rspec spec

Run all spec files in a single directory:

bundle exec rspec spec/models

Run a single spec file:

bundle exec rspec spec/views/login_page_spec.rb

Run a single example from a spec file(by line number):

bundle exec rspec spec/controllers/users_controller_spec.rb:8

See all options for running specs:

bundle exec rspec --help

Authors

👤 David Owuor Ouma

👤 Abenezer Tilahun

🤝 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!

📝 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 you to make them pub…

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published