Skip to content

ivandi1980/bookmark-service-api

Repository files navigation

Bookmark Service Api

Description

Bookmark Service Api is backend service api using NestJS framework written by TypeScript.

Installation

$ npm or yarn install

Running the app

# 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

Test

# unit tests
$ npm or yarn run test

# e2e tests
$ npm or yarn run test:e2e

# test coverage
$ npm or yarn run test:cov

Credits

  • Ivandjoh ( Author )
  • Delvin ( Reviewer )

License

Nest is MIT licensed.

About

Bookmark Service Api using NestJS as Backend Stack

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published