Description

Nest framework TypeScript starter repository.

Installation

$ yarn install

Prerequisite

  1. Docker V2

How to start

Run with docker

docker compose up -d

Using postman to make request

Import the file `./notification-svc.postman_collection.json`

Development

Running app locally

# start docker compose for dependencies
$ docker compose up -d mongodb mongo-seed

# development
$ yarn run start

# watch mode
$ yarn run start:dev

Test

# unit tests
$ yarn run test

App Flow

flow

Entities

Entities