Categorygithub.com/emaforlin/accounts-service
modulepackage
1.1.0
Repository: https://github.com/emaforlin/accounts-service.git
Documentation: pkg.go.dev

# README

Accounts Service

Features

  • Config manager: Simple setup using the config.yaml file.
  • Input validation: All RPC calls are validated by an interceptor.
  • Graceful stop: Stop the server with Crtl+C

Next stage

  • Role based authorization
  • Config file Watcher
  • TLS
  • ...

Setup

Setup the service instace by editing config.yaml.

service:
  api: "v0.1"
  port: 50014 # now this is harcoded 
database:
  name: "accounts-service"
  user: "app-user"
  password: "changepass"
  host: "localhost:3306"

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author