Skip to content

dev-yohannylugo/back-end

Repository files navigation

Test Backend

Installation
$ npm install
$ npx sequelize-cli db:migrate
$ npx sequelize-cli db:seed:all

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

Test

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov

Support

  • Author - Ing.. Yohanny Jose Lugo Flores
  • Telefonos - 304 2281250
  • email - [email protected]

Releases

No releases published

Packages

No packages published