Skip to content
Santosh Shinde edited this page May 19, 2024 · 4 revisions

NodeSeQ is a boilerplate for building Node.js apps using TypeScript and the Sequelize ORM.

Common Features

  • Quick start
  • Continuous Integration
  • Documentation Standards
  • Test Coverage Maintenance
  • Production-Ready Setup

Start The application in Development Mode

  • Clone the Application git clone https://github.com/santoshshinde2012/node-ts-sequelize-pg-boilerplate.git
  • Install the dependencies npm install
  • Start the application npm run dev
  • To run the test cases npm run test
Clone this wiki locally