This is a starter app for the Durango Ruby School in-class project.
- Postgresql
-
Copy config/database.yml.example to config/database.yml
-
Update config/database.yml to work with your local machine
-
Create and migrate the database
$ rake db:create db:migrate db:test:prepare
-
Run rake to make sure rspec runs successfully
$ rake