Used language and technologies:
- GoLang
- PostgreSQL as database
To run app you should check, if you have installed docker-compose
and make
. Because third_party technology run in container.
Run dependencies:
make run-compose
Run app:
make run-app
If you don't have make
tool installed, use commands below to run container and app
Run container:
docker-compose -f ./deployment/docker-compose.yaml up -d
Run app:
go run cmd/main.go