vtrack-server
Usage
You need to install go-task wich will help you build or run the application:
Using go:
go get -u -v github.com/go-task/task/cmd/task
Using an install script:
curl -s https://taskfile.org/install.sh | sh
Run test, lint and more
To run lint, vet and tests use the following command:
task
Build the server binary
task server:build
Build the docker image
The created docker image will embed the server binary and the webapp files
task docker:build
Clean the project folder
task clean