module
0.0.0-20220121054149-dad66ffd93ad
Repository: https://github.com/ysomad/go-auth-service.git
Documentation: pkg.go.dev
# README
Golang authentication service
Local development
- Configure
env
file - Run postgres and redis in docker container
$ make compose-up
- Build and run the app
$ make run
Make sure Makefile includes correct env
file.