Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 374 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 374 Bytes

Nice Time on Ice - Mashup of NHL game links

The source for my website: http://www.nicetimeonice.com

Includes main website and REST API.

Setup

**Setup Postgresql**
brew update && brew install postgres
brew services start postgresql

**Setup Rails**
bundle install
bundle exec rake db:setup