Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 338 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 338 Bytes

Description

Nest framework with vitest unit test library.

Installation

  • create postgres container: yarn run initDb
  • install dependencies: yarn install

Running the app

# development
$ yarn run start

Test

# unit tests
$ yarn run test