Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 358 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 358 Bytes

Code Typing

Auth Service on Golang

Auth service written on Golang with MongoDB and Gin framework

Swagger URL: http://localhost:8090/swagger-ui/index.html

Run locally

make run

Build docker container

docker build . -t ghcr.io/ttodoshi/code-typing-auth-service:latest