Starting docker app:
docker-compose up
in src/ create a file with auth configs
{
"objHashSecret": "__SECRET_CHANGE_ME__",
"googleApi": {
"clientId": {CLIENT_ID},
"clientSecret": {CLIENT_SECRET},
"redirect": {APP_URL}
}
}
List of available API
- User with boards / position per board / round
- Boards (properties: Boxes)
- Credits (incremental)
- Life (decremental)
- Cards
- context (user/board)
- Position
- Move
- Talk
- discard (card)
- BoxesTypes
- CardTypes
- Game rules
- Profile
- Create Board
- Join Game (and invite other user by email)