Skip to content

Latest commit

 

History

History
56 lines (38 loc) · 905 Bytes

README.md

File metadata and controls

56 lines (38 loc) · 905 Bytes

Nokotan Backend

Description

Nest framework TypeScript starter repository.

ports available

Project setup

pnpm i

Compile and run the project

# development
pnpm run start

# watch mode
pnpm run start:dev

# production mode
pnpm run start:prod

Run tests

# unit tests
pnpm run test

# e2e tests
pnpm run test:e2e

# test coverage
pnpm run test:cov

Update All Dependencies

pnpm install -g npm-check-updates
npx ncu -u

Prisma New Migration

npx prisma migrate dev --name init