ysomad / go-auth-service

Authentication and account management service

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Golang authentication service

Local development

  1. Configure env file
  2. Run postgres and redis in docker container
$ make compose-up
  1. Build and run the app
$ make run

Make sure Makefile includes correct env file.

Links

About

Authentication and account management service

License:MIT License


Languages

Language:Go 97.6%Language:Makefile 1.0%Language:Dockerfile 1.0%Language:Shell 0.4%