Skip to content

Boilerplate code for backend services

License

Notifications You must be signed in to change notification settings

mtti/microservice

Repository files navigation

npm version Build Status

This project began as a small framework for creating microservices, but has over time been optimized down to contain a couple of snippets of boilerplate code I tend to use in most of my TypeScript backend projects. Current functionality consists of:

  • Setting up winston with my preferred settings.
  • Logging unhandled rejections and exiting the process afterwards.
  • Receiving a @mtti/configs instance and loading configuration options from the process environment.

...and that's it. Some of the functionality this project used to have, and some more, has been moved to its sibling packages:

License

Released under the Apache License, version 2.0.

About

Boilerplate code for backend services

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published