Categorygithub.com/hawks-atlanta/authentication-go
modulepackage
0.0.32
Repository: https://github.com/hawks-atlanta/authentication-go.git
Documentation: pkg.go.dev

# README

authentication-go

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

Microservice used to authorize user inside the system.

Documentation

DocumentURL
CLI documentationCLI.md
CICDCICD.md
Database modelsDatabase.md
CONTRIBUTINGCONTRIBUTING.md
OpenAPI specificationSpecification

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

ServiceHOST:PORTCredentials
PostgreSQL127.0.0.1:5432username:password@database

Coverage

circlesquare

# 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