create-express-api-cli
v1.0.2
Published
A simple Node.js CLI tool that scaffolds a complete Express + MongoDB REST API with MVC architecture in seconds.
Readme
create-express-api-cli
A simple Node.js CLI tool that scaffolds a complete Express + MongoDB REST API with MVC architecture in seconds.
Features
- Automatically sets up folder structure: config, controllers, models, routes, views
- Includes basic RESTful user API with Mongoose
- Preconfigured with Express, CORS, dotenv, nodemon, uuid
- Auto-generates
.env,.gitignore, andpackage.json - Ready to run: just
npm installandnpm start
Usage
Run without installing (recommended)
npx create-express-api-cli