alkukampela / curling

Multiplayer game with micro services architecture

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Multiplayer game with micro services architecture

License:MIT License


Languages

Language:JavaScript 33.7%Language:Python 22.5%Language:Vue 17.0%Language:C# 14.2%Language:CSS 11.6%Language:HTML 1.0%Language:Shell 0.1%