REPOSITORY OVERVIEWLive repository statistics
★ 5Stars
⑂ 2Forks
◯ 0Open issues
◉ 5Watchers
78/100
OPENREPOHUB HEALTH SIGNALHealthy signals
A transparent discovery signal based on current public GitHub metadata.
Recent activity35% weight
100 Community adoption25% weight
12 Maintenance state20% weight
100 License clarity10% weight
100 Project information10% weight
100 This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
README preview
create-express-modular

Scaffold a production-ready Express + TypeScript backend in seconds.
Choose your database, your validator, and optionally add JWT auth — all from one interactive CLI.
If you find this tool helpful, consider leaving a ⭐ star on GitHub to support the project!
Quick Start
# npm
npx create-express-modular my-api
# yarn
yarn dlx create-express-modular my-api
# pnpm
pnpm dlx create-express-modular my-api
Then:
cd my-api
cem dev
Your server is live at http://localhost:5000. ✅
What Gets Generated
Answer 5 prompts — get a complete, wired-up backend:
| Prompt | Options |
|---|
| Database / ORM | Mongoose · Prisma · Drizzle |
| Validator | Zod · Joi |
| JWT Auth | Yes / No (bcrypt + refresh tokens + rate limiting) |
| Token delivery | HTTP-only cookies · Authorization header |
| Docker | Yes / No (Dockerfile + docker-compose + DB sidecar) |
🤖 AI Coding Assistants (Cursor & Claude Ready)
To support seamless development with AI assistants (Cursor, Claude Code, GitHub Copilot, etc.), the CLI automatically scaffolds custom configuration context files during project initialization:
AGENTS.md — Universal rules detailing code style, technology choices, strictly-enforced directory structure guidelines, and available CLI tools.
ALGORITHMICALLY RELATEDSimilar Open-Source Projects
Selected from shared topics, language and repository description—not editorial ratings.
Complete CRUD is a CLI tool that instantly generates a production-ready Express.js + MongoDB CRUD API. With a single command, it scaffolds models, controllers, routes, and database configuration using modern ES Modules—perfect for rapid prototyping and real-world backend development.
38/100 healthActive repository
JavaScriptNo license#api-generator#boilerplate#cli#crud
⑂ 0 forks◯ 0 issuesUpdated Dec 28, 2025