Create Express MongoDB TypeScript Starter (v1.0.8) is a CLI scaffolding tool that generates a production-ready Express + MongoDB + TypeScript application with built-in security, validation (Zod), logging (Pino), Swagger docs, and error handling. It targets Node >=18 and provides a structured project following best practices. It differentiates itself from other starters by bundling Mongoose 8, Express 5, Zod schemas, and a clean modular architecture out of the box. Releases are infrequent; the package is stable but not actively updated.
npm install create-express-mongodb-ts-starterNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Scaffold a new project, copy environment variables, install dependencies, and start the development server.
Use a different project name or delete existing folder.
Run 'cp .env.example .env' after scaffolding.
Upgrade Node.js to v18+ or use nvm to switch.
Ensure your MongoDB instance is at least version 5.0.
Run 'npm install' in the project directory.
Change PORT in .env or kill the process using port 3000.
Start MongoDB or update MONGODB_URI in .env to point to a running instance.
No dependency data recorded yet.