If I have more time Create Swagger API Doc (OpenAPI). Use logger instead of builtin log. Add more unit tests (Cover HTTP handlers, storage, etc). Add more logs for future investigation? Add bonus task with CDT\CST How to run and test API Clone repo. Put dataset.json file into project directory. docker compose up -d - this command builds container with API and run it using port 8585 (can be changed in compose.yaml) open api.http file and send requests from there with rest client (I used VSCode rest client) How to run unit tests go test ./...