Skip to content

alkukampela/curling

Repository files navigation

curl://ing

How to play

  1. Run bash build.sh

  2. Register first team:

    POST http://localhost/games/begin?team=Ykkösjengi

    Don't lose the reply, it contains valuable information!

  3. Register second team:

    POST http://localhost/games/join?team=Kakkosjengi

    This has also very important reply!

  4. Go to page linked in team registering reply

  5. Curl like there's no tomorrow!

build frontend

cd frontend
npm install
npm run build

dev frontend

cd frontend
npm install
npm run dev

Clear database

docker-compose exec redis redis-cli FLUSHALL