Skip to content

allangsilva/nodejs-typescript-express-sequelize-boilerplate

Repository files navigation

Nodejs Boilerplate

Stack

  • Nodejs (v16)
  • Typescript (^4.6.4)
  • Sequelize (^6.19.0)
  • Express (^4.18.1)
  • Swagger API doc
  • Jest
  • Sinon

Scripts

  • yarn dev:run — Launches the app in development mode on http://localhost:3331.
  • yarn build — Builds the app for production to the build folder (dist as default).
  • yarn start — Launches the app using built files.
  • yarn test — Launches the test runner.
  • yarn test:watch — Launches the test runner in the interactive watch mode.
  • yarn test:coverage — Create a report of coverage test.

About

A Nodejs Boilerplate using Typescript + Express + Sequelize + Jest

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published