@kaungkhantdev/create-nestjs-api
v1.0.1
Published
CLI to scaffold NestJS API starter with Prisma, JWT auth, and Swagger
Maintainers
Readme
create-nestjs-api
CLI to scaffold a NestJS API starter with Prisma, JWT authentication, and Swagger.
Usage
npx @kaungkhantdev/create-nestjs-api my-appWhat's Included
- NestJS 11
- Prisma ORM with PostgreSQL
- JWT Authentication
- Swagger API Documentation
- Class Validator & Transformer
- Jest Testing Setup
- ESLint + Prettier
Quick Start
# Create new project
npx create-nestjs-api my-app
# Navigate to project
cd my-app
# Install dependencies
npm install
# Setup environment
cp .env.example .env
# Run migrations
npm run prisma:migrate:dev
# Start dev server
npm run start:devLinks
License
MIT
