Skip to content

Latest commit

 

History

History
41 lines (37 loc) · 863 Bytes

README.md

File metadata and controls

41 lines (37 loc) · 863 Bytes

Introduction

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

Basic Architecture

Installation

From this git reposity

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

Bare express

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

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