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 up
To run Geralt server use command below. Remember to set all environment variables.
$ go run main.go
To run terminal client use the following command.
$ go run client/main.go http://hostname:port