Backend for No Cambio Tonight
- Clone repo
- Register an app at Board Games Atlas and get an API key.
- Configure Rails secret credentials as follows:
auth:
secret: <your secret key for generating authentication token>
bga:
client_id: <your bga client id>
- Run
bundle install
rails db:create
rails db:migrate
rails db:seed # optional
rails s