
A simple nestjs starter template.
This is a nest framework starter template. It is built using Node.js version 18.17.1 and nest version 10.3. It provides a project structure with specific directories for handling basic server requirements, configurations, and separate modules for different business logic. It also includes features like Swagger API documentation, middleware, logging system, CORS support, and connection to a MySQL database. Deployment to a server using PM2 is also supported.
@nestjs/config and stored in a .env file.This nest framework starter template provides a solid foundation for building Node.js applications. It offers a well-organized project structure, includes essential features like Swagger API documentation, middleware, logging system, and CORS support. The template also simplifies the configuration of environment variables and provides options for custom filters, interceptors, and pipes. With easy deployment using PM2, this template streamlines the development and deployment process.
