xpress icon indicating copy to clipboard operation
xpress copied to clipboard

MVC+Service+Repository Base architecture API+JWT auth ready Express.js of nodeJS storage Database is Mysql

Introduction

NodeJs & Express.js with Repository Design pattern with working example. More clear explanation is shown in this diagram Diagram

Installation

From this git reposity

  • Take git clone
git clone https://github.com/vishvendrasingh/xpress.git
  • Install dependencies
npm install
  • Then run
DEBUG=xpress:* nodemon npm start

Bare express

  • Install Express generator globally
npm install express-generator -g
  • Install
express --view=pug xpress
  • Install dependencies
npm install
  • Then run
DEBUG=xpress:* nodemon npm start

ref link - https://expressjs.com/en/starter/generator.html