1.0.3 • Published 5 months ago

mez-setup v1.0.3

Weekly downloads
-
License
MIT
Repository
-
Last release
5 months ago

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:

  • 1) Make initial app
    $ npm init -y
  • 2) Install the library
    $ npm install --save mez-setup
  • 3) Create index.js file
  • 4) Inside index.js file add this
    const initialize = require("mez-setup");

    initialize(__dirname);
  • 5) Run this command
    $ node index.js
  • 6) 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

License

MIT

1.0.3

5 months ago

1.0.1

6 months ago

1.0.0

6 months ago