There are three versions of the exercise: Golang, Python, and C#. You may use any of these.
To spin up the server, you can either run it locally or within docker.
docker-compose build
docker-compose up
go run server.go
docker-compose build
docker-compose up
flask run --debug
docker-compose build
docker-compose up
dotnet run --project Search