Skip to content
/ Project-n0 Public template

Node.js project setup with Sequelize ORM

Notifications You must be signed in to change notification settings

is124/Project-n0

Repository files navigation

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