/module_3a_diagnostic

module 3 diagnostic (order-of-the-phoenix)

Primary LanguageRuby

README

Run through the standard Rails setup.

$ bundle install
$ figaro install
$ rake db:{create,migrate}
$ rails s

Navigate to http://localhost:3000