- Clone the repository
- Make sure you have dos-server-sdk.json (Part of report submission)
- run
go mod download && go mod verify
- Run the server
GOOGLE_APPLICATION_CREDENTIALS={path to dos-server-sdk.json} fresh
- Build the docker image
docker build -t dos-server .
- Build the executable
make build