An analytics API supporting GET request lookup of data based on user ID. Intended to be used in conjunction with 2023-minimap.
- Clone this repository
- Edit compose.yml to change the environment variables to the analytics database.
- run
docker compose up -d
PGUSER = The user to connect to PGPASSWORD = The password of the user PGHOST = Host IP/Domain PGPORT = Port, usually 5432 PGDATABASE = The database to connect to