
REST boilerplate to build APIs / microservices using the NestJS framework
NestJS is a framework for building server-side applications. This project provides a template that integrates several features of NestJS and allows for easy and quick application development. The goal is to minimize configuration effort and provide out-of-the-box functionality. The project is built with NestJS, Fastify, Prisma, Pino, and Open Telemetry.
This project provides a template for building server-side applications using NestJS. It offers a range of features such as Open Telemetry for telemetry data, Terminus for health checks, and an OpenAPI specification for HTTP routes. The project also includes middleware for exception handling, request logging, and caching. It provides a programmatic way to access environment variables and a database ORM with Prisma. The template also includes an example implementation of a Kafka transporter layer. Overall, this project aims to simplify and streamline the development process for server-side applications.
