/recipes

To help you prepare a tasty meal

Primary LanguageRuby

How to run

  • from the master branch run rails s, you might need to run bundle install first.
  • go to index page to view all recipes avaialble.
  • to view a single recipe details click on the show link in the page to go to the view page.

How to run tests

  • run rspec from the root directory of the projects.
  • no integration or controller tests written for this project as it is small and was easy to test that manually.