v-express-bulid
v1.0.3
Published
CLI to create Express app
Readme
📦 v-express-build
A simple and fast CLI tool to generate a ready-to-use Express.js + MongoDB project structure.
🚀 Features ⚡ Instant Express.js project setup 📁 MVC folder structure (controller, router, db, src) 🔌 MongoDB connection setup (Mongoose) 🧠 Clean and scalable architecture 🛠 Ready for production development 📥 Installation Global install (recommended) npm install -g v-express-build ⚡ Usage
Create a new Express project instantly:
v-express
This will generate a full backend structure automatically.
📁 Generated Project Structure project/ │ ├── src/ │ └── app.js │ ├── controller/ │ └── controller.js │ ├── router/ │ └── router.js │ ├── db/ │ └── dbConnect.js │ ├── package.json ▶️ Run Your Project
After generation:
cd project npm install npm start 🌐 Server Info
After running:
Server runs on: http://localhost:4000 📡 Default API Route GET /
Response:
Hello from controller ⚙️ Requirements Node.js >= 14 npm 🧠 Tech Stack Node.js Express.js MongoDB (Mongoose) dotenv ES Modules 🛠 Example Workflow npm install -g v-express-build v-express ` cd project npm install npm start 👨💻 Author
Vikash Kumar
