RNKM65 File
Stacks
Getting Start
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
Prerequisites
- golang 1.18 or later
- docker
- makefile
Installing
- Clone the project from RNKM65 File
- Import project
- Copy
config.example.yaml
in config
and paste it in the same location then remove .example
from its name.
- Download dependencies by
go mod download
Testing
- Run
go test -v -coverpkg ./... -coverprofile coverage.out -covermode count ./...
or make test
Running
- Run
docker-compose up -d
or make compose-up
- Run
go run ./src/.
or make server
Compile proto file