/microservices

Golang backend microservices

Primary LanguageGoMIT LicenseMIT

microservices

Golang backend microservices

Auth Service

Environment

cp auth/conf/.env.example auth/conf/.env

Update environment variables

DATABASE_DSN=""

Migrate

make auth-migrate-up

Run

make auth-run