chain-react is a web based trivia game for guessing a path between actors who have acted in common movies.
You can access the site here https://chain-react.xzy.
go
react
docker
- create a TMDB api key
- Copy the .chain-react.yaml.example file to
backend
and fill in the required fields. go run main.go server
- Copy the .env.local.example to
frontend
and fill in the variables. npm install && npm run start:local
- Copy the .env.example file to the
docker
folder docker compose up -d
- you may want to comment out
proxy
andbackend
services while developing locally
- you may want to comment out