You will need the following things properly installed on your computer.
- Ruby on Rails
- Node.js (with npm)
- MySQL (You can use XAMPP)
git clone https://github.com/serhangursoy/game-ruby-backend.gitcd game-ruby-backendbundle install
Just serve it with
- Create a database at first. It's preset as tictacruby , but feel free to change it at config/database.yml
rails db:migraterails s
- Go and check EmberJS Frontend
