Skip to content

szib/no-cambio-tonight-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

No Cambio Tonight Backend

Backend for No Cambio Tonight

Installation

  • 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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published