This is a memory based game. The player who takes the least amount of clicks to open all the cards will win. The least possible amount of clicks will be 12.
- Install Docker and Docker Compose on the server
- Clone this github repository on the virtual machine
- Create a file
.envinside the main folder - Generate a secret key by
openssl rand -hex 32 - Create a variable
SECRET_KEYin the.envfile asSECRET_KEY={}where{}will be replaced by the secret key. - Change the hostname in
frontend/pages/index.tsx - CD into the main folder
- Run
docker-compose build - Run
docker-compose up - Expose post 80 and 8000 from the server




