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

xanthous-tech/nestjs-nextjs-prisma-starter

Repository files navigation

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

About

NestJS / NextJS / Prisma Starter

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published