Skip to content

john-shika/nokotan-backend-ts

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published