Skip to content

Latest commit

 

History

History
50 lines (30 loc) · 1.42 KB

File metadata and controls

50 lines (30 loc) · 1.42 KB

Raw node js server with MVC pattern to deliver data to frontend without any external module.

Table of Contents

The problems and The Solutions

The main goal of this project is serving frontend data as popular MVC pattern but not using any external npm module. So I have created very custom server with a versatile content type feature which is capable to deliver as per client demand with a stable MVC pattern. ... will be updated later....

How to run

Please follow the below instructions to run this project in your machine:

  1. Clone this repository
    git clone https://github.com/mmesba/node-mvc.git
  2. Run the app
    node index
  3. Your app should be available in http://localhost:3000

Contact

Mesbaul Haque - http://mesba.live

DM - mail

Project Link: https://github.com/mmesba/node-mvc