Application

This library streamlines the nest service start configuration by providing default nest configuration including

  • Fastify framework instead of Express because of its superior performance

  • Winston logger formatted to raw JSON, so your service logs can easily be connected to services such as Datadog

  • Enabled global Validation pipe for the use of class validator decorators

  • Enabled cors

Last updated