Skip to content

Chia1104/wayi-backend

Repository files navigation

Wayi Backend NestJS

Get Started

Generate the .env file and add the database credentials.

$ cp .env.example .env

Install dependencies and enable Husky.

$ pnpm install
$ pnpm husky install

Running the app

# development
$ pnpm start

# watch mode
$ pnpm start:dev

# production mode
$ pnpm start:prod

Test

# unit tests
$ pnpm test

# e2e tests
$ pnpm test:e2e

# test coverage
$ pnpm test:cov

Releases

No releases published

Packages

No packages published

Languages