Welcome to the NestJS Starter Project! This project is a boilerplate to help you get started quickly with NestJS, a progressive Node.js framework for building efficient and scalable server-side applications.
- Production-ready starter code with Node.js cluster support
- Environment variable validation using Zod
- OpenAPI Swagger setup for API documentation
- Comprehensive test setup, including unit tests, integration tests, and end-to-end tests
git clone https://github.com/appasahebnage/nestjs-starter-with-jwt.git
cd nestjs-starter-with-jwt
npm install
npm run start:dev
visit http://localhost:8081/api
Author - Appasaheb Nage