Skip to content

Latest commit

 

History

History
41 lines (29 loc) · 759 Bytes

README.md

File metadata and controls

41 lines (29 loc) · 759 Bytes

Personal API ✨

Installation

First, ensure you have pnpm installed. Then, install the project dependencies:

$ pnpm install

Running the app

# development
$ pnpm run start

# watch mode
$ pnpm run start:dev

# production mode
$ pnpm run start:prod

Test

# unit tests
$ pnpm run test

# e2e tests
$ pnpm run test:e2e

# test coverage
$ pnpm run test:cov