- golang
- gRPC
- mysql
- redis
- rabbitmq
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
- golang 1.19 or later
- docker
- makefile
- Clone the project from Goland Backend
- Import project
- Copy
app.example.yamlinconfigand paste it in the same location then remove.examplefrom its name. - Download dependencies by
go mod download
- Run
go test -v -coverpkg ./src/internal/... -coverprofile coverage.out -covermode count ./src/internal/...ormake test
- Run
docker-compose up -dormake compose-up - Run
go run ./src/.ormake server
- Run
make proto