Skip to content

A basic nest js Service to create and fetch comments

Notifications You must be signed in to change notification settings

basilin/comment-service

Repository files navigation

Description

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

Test

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov

Deployment

Prerequisite: Docker

# run
$ docker-compose -f .\docker-compose.yaml up -d

About

A basic nest js Service to create and fetch comments

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published