Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 412 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 412 Bytes

Project-N0

Node.js project setup with Sequelize ORM.

  • Template for Node.js application.
  • Basic CRUD is implemented, can be modified as per requirements.

Setup

  • git clone : [email protected]:is124/template-nodejs.git
  • run npm i
  • start serevr nodemon index.js

Project flow

  • index.js (request entry) ---> Router ---> Controller <---> Provider <---> Repo (DB Ops)
  • Response <--- Controller