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 upgo run server.godocker-compose build
docker-compose upflask run --debugdocker-compose build
docker-compose updotnet run --project Search