Populate .env (or .env.local)
# example
POSTGRES_DB=app_db
POSTGRES_PASSWORD=app_pass
POSTGRES_USER=app_userFrom project root run one
docker compose up -d
# or
# make devhttp://.../api/docs
# default:
http://localhost:8080/api/docs
- Run
/api/games/setup-datato get a Classes and Items list - Run
/api/games/startto receive agameId - Run
/api/games/{gameId}/next-roundto play next round
To disable OPCache in Dev environment replace docker/php/opcache.ini with:
opcache.enable=0
opcache.jit=disable
opcache.jit_buffer_size=0make help
make [target] -- [arguments] # e.g. make down -- -v