create-node-mrc-project
is an npm package designed to streamline the setup of Node.js applications. It automatically generates a well-structured project with essential files, folders, and dependencies, allowing you to kickstart your development effortlessly.
- 🚀 Automated Setup: Quickly scaffold a Node.js project with a single command.
- 📂 Organized Folder Structure: Includes:
Models
Controllers
Routes
Middlewares
Database
Utils
Config
- 🛠 Pre-installed Dependencies: Automatically installs
express
and other basic dependencies. - 🌟 Pre-built APIs: Contains test APIs to verify the app is running.
- ⚡ Quick Start: Ready to run immediately after initialization.
Install the package globally:
npm install -g create-node-mrc-project
-
Initialize the Project:
Run the following command in your terminal:init-node-project
-
Start the Server:
Navigate to your project folder and start the server:node index.js
This project is licensed under the MIT License.
🎉 Happy Coding!