This is the backend for the assignment Flutter Developer applicants make as part of the application process.
Pre-built binaries are in the api/bin/ directory. Run the one matching your platform:
macOS (Apple Silicon):
./api/bin/api-macos-arm64
macOS (Intel):
./api/bin/api-macos-amd64
Windows:
api\bin\api-windows.exe
On macOS, you may need to allow the executable in System Settings > Privacy & Security if you get a security warning.
Requires Go to be installed.
From the api/ directory:
go run .
The API starts on http://localhost:9000.
Verify it's running: http://localhost:9000/ping (should return {"message": "pong"}).
To reset match data: GET http://localhost:9000/reset.