Basic Hangman for Rails forked from https://github.com/kofno/HangmanRails
- PostgreSQL (it'll just work if your user can login with no password locally.)
brew install postgresql
apt install postgresql
- Install Ruby:
rvm install 2.4.6
- Install Bundler:
gem install bundler
- Bundle:
bundle install
- Create DB:
rake db:create
- Migrate:
rake db:migrate
- Profit:
rails s
Play