mez-setup
v1.0.3
Published
It is a pure and open source node js library that provides easy setup and helpfull structure
Downloads
207
Maintainers
Readme
mez-setup
It is a pure and open source node js library that provides easy setup and helpfull structure
First lunch
Date: 2024-12-23
Installation
$ npm install --save mez-setup
How it works?
You must make these steps:
- Make initial app
$ npm init -y
- Install the library
$ npm install --save mez-setup
- Create index.js file
- Inside index.js file add this
const initialize = require("mez-setup");
initialize(__dirname);
- Run this command
$ node index.js
- You did it :) Now you will be able to see the MVC structure and the initial configuration and files
Files structure
- >node_modules
- >src
- >controllers
- >helpers
- >middlewares
- >models
- >routes
- app.js
- server.js
- .gitignore
- .env
- package.json