Skip to content

mydnicq/prisma-nestjs

Repository files navigation

Description

Graphql server based on NestJS and Prisma.

Installation

$ npm install
$ docker-compose up
$ cd database
$ prisma deploy

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# incremental rebuild (webpack)
$ npm run webpack
$ npm run start:hmr

# production mode
$ npm run start:prod

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published