/chain-react

Chain regarding Actors. Not a blockchain.

Primary LanguageGoGNU General Public License v3.0GPL-3.0

chain-react

chain-react is a web based trivia game for guessing a path between actors who have acted in common movies.

CI

Demo

You can access the site here https://chain-react.xzy.

Development

Requirements

Running the server

Running the frontend

  • Copy the .env.local.example to frontend and fill in the variables.
  • npm install && npm run start:local

Start other services

  • Copy the .env.example file to the docker folder
  • docker compose up -d
    • you may want to comment out proxy and backend services while developing locally