Skip to content

Latest commit

 

History

History
executable file
·
22 lines (14 loc) · 546 Bytes

README.md

File metadata and controls

executable file
·
22 lines (14 loc) · 546 Bytes

go-user-auth-api

Go User Auth Api ( Returns all user,permission and roles information differs by application etc )

Build

go mod vendor

go build main.go

Run

  • First: Run docker-compose up -d to start sqlserver
  • Second: Run DDL under the infrastructure/resource/go_user_auth_api_schema.sql on your local sql(works on docker)
  • Last: Start main.go

Swagger

http://localhost:6161/swagger/index.html

Postman

Use infrastructure/resource/go-user-auth-api.postman_collection.json to run sample requests