https://github.com/alkukampela/curling
Multiplayer game with micro services architecture
https://github.com/alkukampela/curling
curl curling docker game traefik
Last synced: over 1 year ago
JSON representation
Multiplayer game with micro services architecture
- Host: GitHub
- URL: https://github.com/alkukampela/curling
- Owner: alkukampela
- License: mit
- Created: 2017-01-10T14:47:33.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-11-17T13:50:34.000Z (over 8 years ago)
- Last Synced: 2025-03-26T13:21:45.072Z (over 1 year ago)
- Topics: curl, curling, docker, game, traefik
- Language: JavaScript
- Homepage:
- Size: 2.54 MB
- Stars: 6
- Watchers: 4
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# curl://ing
## How to play
1. Run ```bash build.sh```
1. Register first team:
POST http://localhost/games/begin?team=Ykkösjengi
Don't lose the reply, it contains valuable information!
1. Register second team:
POST http://localhost/games/join?team=Kakkosjengi
This has also very important reply!
1. Go to page linked in team registering reply
1. 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
```