Online gaming portal for playing tic tac toe. Made with Ruby on Rails, HTML 5, CSS3
http://games.louiechristie.com
Clone the repo
rake db:setup
pg_restore --verbose --clean --no-acl --no-owner -h localhost -U <username> -d games_app_development latest.dump
bin/rails server
heroku run rake db:setup --app <app-name>
heroku run rake db:migrate --app <app-name>