NestJS Standard Kit
Production-ready NestJS starter kit with modular RapidKit integration and TypeScript best practices.
Quick Start
Create a new project:
npx rapidkit create project nestjs.standard my-project1. Install RapidKit CLI first
2. Run the command above
3. Follow interactive prompts
Overview
A comprehensive NestJS starter kit featuring TypeScript best practices, modular architecture, and seamless RapidKit integration. Includes authentication, database support, caching, monitoring, and comprehensive testing setup out of the box.
How to Use
Step 1: Install RapidKit CLI
pipx install rapidkit-coreOr use: pip install rapidkit-core
Step 2: Create Your Project
npx rapidkit create project nestjs.standard my-projectReplace my-project with your desired project name
Step 3: Navigate and Install Dependencies
cd my-project
npm installStep 4: Start Development Server
npm run start:devYour application will be available at http://localhost:3000
Quick Tip
Use the interactive wizard for a guided setup experience: npx rapidkit create project
Architecture
This kit implements nestjs modular architecture to ensure scalability, maintainability, and testability of your application.
Key Features
Capabilities
Tech Stack
Perfect For
Module Support
Environments
Development environment with hot reload
Production environment optimized for performance