create-node-mrc-project
v1.1.2
Published
An npm package to create basic nodejs structure of models, controllers, routes, middlewares
Downloads
34
Maintainers
Readme
create-node-mrc-project
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.
Features
- 🚀 Automated Setup: Quickly scaffold a Node.js project with a single command.
- 📂 Organized Folder Structure: Includes:
ModelsControllersRoutesMiddlewaresDatabaseUtilsConfig
- 🛠 Pre-installed Dependencies: Automatically installs
expressand other basic dependencies. - 🌟 Pre-built APIs: Contains test APIs to verify the app is running.
- ⚡ Quick Start: Ready to run immediately after initialization.
Installation
Install the package globally:
npm install -g create-node-mrc-projectUsage
- 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
License
This project is licensed under the MIT License.
🎉 Happy Coding!
