Skip to content

hawks-atlanta/authentication-go

Repository files navigation

authentication-go

Release Tagging Go Report Card codecov GitHub go.mod Go version

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

circle square