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