84424fdae94a43f15124e250ea4939366c87a5a9
Unit Tracker API
Configure
- Copy
.env.exampleto.env - Set the environment variables in
.env
Run
- Put your static files in the
staticfolder - Run the server
Docker
# Startup
docker compose -f "docker-compose.yaml" up -d --build
# Shutdown
docker compose -f "docker-compose.yaml" down
Build binary with Go toolchain
go build -o unit-tracker-api.exe ./api
.\unit-tracker-api.exe
Use
Example endpoints:
http://localhost:1323/api/v1/members http://localhost:1323/api/v1/members/3
Description
Languages
JavaScript
42.2%
Go
29.8%
CSS
20.8%
HTML
6.9%
Dockerfile
0.3%