Skip to content

emaforlin/accounts-service

Repository files navigation

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"

About

Microservice dedicated to accounts management

Resources

Stars

Watchers

Forks

Packages

No packages published