# README
authentication-go
Microservice used to authorize user inside the system.
Documentation
Document | URL |
---|---|
CLI documentation | CLI.md |
CICD | CICD.md |
Database models | Database.md |
CONTRIBUTING | CONTRIBUTING.md |
OpenAPI specification | Specification |
Development
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
Services
Service | HOST:PORT | Credentials |
---|---|---|
PostgreSQL | 127.0.0.1:5432 | username:password@database |
Coverage
# Packages
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author