Microservice used to authorize user inside the system.
Document | URL |
---|---|
CLI documentation | CLI.md |
CICD | CICD.md |
Database models | Database.md |
CONTRIBUTING | CONTRIBUTING.md |
OpenAPI specification | Specification |
You can setup the necessary services by running:
docker compose up -d
Then you can run tests by:
go test -v ./...
For locally measuring coverage:
go test -v -covermode atomic -coverprofile ./cover.txt ./...
go tool cover -html ./cover.txt
Service | HOST:PORT | Credentials |
---|---|---|
PostgreSQL | 127.0.0.1:5432 | username:password@database |