Skip to content

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

Notifications You must be signed in to change notification settings

vishvendrasingh/xpress

Repository files navigation

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

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages