Bookmark Service Api is backend service api using NestJS framework written by TypeScript
.
$ npm or yarn install
# Running Postgres Docker by start postgres in docker and push migrations
yarn db:dev:restart
# development
$ npm or yarn run start
# watch mode
$ npm or yarn run start:dev
# production mode
$ npm or yarn run start:prod
# unit tests
$ npm or yarn run test
# e2e tests
$ npm or yarn run test:e2e
# test coverage
$ npm or yarn run test:cov
Ivandjoh
( Author )Delvin
( Reviewer )
Nest is MIT licensed.