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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
vishvendra
Jun 26, 2019
c2e20ed · Jun 26, 2019

History

7 Commits
Jun 26, 2019
Jun 26, 2019
Jun 26, 2019
Jun 26, 2019
Jun 26, 2019
Jun 26, 2019
Jun 26, 2019
Jun 26, 2019
Jun 26, 2019
Jun 26, 2019
Jun 26, 2019
Jun 26, 2019
Jun 26, 2019
Jun 26, 2019
Jun 26, 2019
Jun 26, 2019
Jun 26, 2019

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

No packages published