This was a one-day project that Cohort 5 of Nashville Software School went through.
2.1.2
None
- Copy config/database.yml.example to config/database.yml.
- (Optional) Make any changes to database.yml that are necessary for your database setup.
- Run
rake db:create:all
rake db:migrate
- Run the test suite:
rake
To run the server locally using unicorn:
bundle exec unicorn -p 3000 -c ./config/unicorn.rb
(Pending)