sulabhghimire / bookmark-api

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nest Logo

Description

[Bookmarks-API] A NEST-JS API for managing bookmarks with auth features

Installation

$ npm install

Pre-Requirement

  • Docker installed

Running the app

# development
$ npm run db:dev:restart # stops and starts the running container fo postgres
$ npm run start

# watch mode
$ npm run db:dev:restart # stops and starts the running container fo postgres
$ npm run start:dev

# production mode
$ npm run start:prod

Test

# unit tests
$ npm run test

# e2e tests
$ npm run db:test:restart # stops and starts the running container fo postgres
$ npm run test:e2e

# test coverage
$ npm run test:cov

Nest is MIT licensed.

About


Languages

Language:TypeScript 97.4%Language:JavaScript 2.6%