Auth Service with gRPC

Simple Auth Service build with gRPC in Go.

Lib and Stack 📚

How to Update gRPC file from Proto (if the are any changes) 🤖

$ make update-proto

How to Run Test 💉

$ make test

How to Run Server 🏃‍♀️

Make sure you have MySQL tb_user table fisrt. Check in /config/db/dump.sql for definition.

$ go mod tidy
$ cp config.yaml.example config.yaml
$ nano config.yaml # modify your .env here
$ go run main.go