-
-
Notifications
You must be signed in to change notification settings - Fork 2
Home
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.
- Quick start
- Continuous Integration
- Documentation Standards
- Test Coverage Maintenance
- Production-Ready Setup
- 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