Best way to set up environment is to use docker along with docker-compose.
The following commands will set up the database.
$ docker-compose up db
$ go run migrations/*.go upTo run Geralt server use command below. Remember to set all environment variables.
$ go run main.goTo run terminal client use the following command.
$ go run client/main.go http://hostname:port