pileg-muhyidin
v1.7.35
Published
package pileg
Downloads
46
Readme
Description
Bisa Ekspor Use Nest framework TypeScript starter repository.
Installation
$ npm install
Running the app
# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod
# running migration
$ npx sequelize-cli db:migrate
# create data migration
$ npx sequelize-cli model:generate --name UpdateTotalView --attributes firstName:string
Test
# unit tests
$ npm run test
# e2e tests
$ npm run test:e2e
# test coverage
$ npm run test:cov