/user-account-auth-system

User account CRUD operations, including login, logout, and session validation functions

Primary LanguageGoApache License 2.0Apache-2.0

user-account-auth-system

User account CRUD operations, including login, logout, and session validation functions.

logs

Makefile commands are:

make build-api
make run
make lint
make test
make cyclomatic 
make clean

Project environment variables

HTTP_LISTEN_ADDRESS=
DB_HOST=
DB_PORT=
DB_USER=
DB_PASSWORD=
DB_NAME=
DB_SSLMODE=

th