Skip to content

hendraaagil/nest-prisma

Repository files navigation

Nest Prisma Starter Template

This template is using Nest and Prisma ORM.

Installation

yarn
# or yarn install

Prisma command

# run migration in development
yarn prisma:migrate:dev

# run migration in production
yarn prisma:migrate:prod

# run seeder
yarn prisma:seed

# run prisma studio
yarn prisma:studio

Running the app

# development
yarn start

# watch mode
yarn start:dev

# production mode
yarn start:prod

Test

# unit tests
yarn test

# e2e tests
yarn test:e2e

# test coverage
yarn test:cov

License

This project is under MIT License

About

Starter template with Nest and Prisma ORM.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published