Skip to content
This repository has been archived by the owner on Feb 11, 2020. It is now read-only.

Latest commit

 

History

History
35 lines (25 loc) · 402 Bytes

README.md

File metadata and controls

35 lines (25 loc) · 402 Bytes

NestJS NextJS Prisma Starter

Installation

$ docker-compose up -d # start prisma and postgres
$ npm install
$ npm run prisma:dev

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

Test

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov