Skip to content
/ gql-nest-prisma Public template

TypeScript based template to develop backend code with node + gql + nest + fastify + prisma with mysql and docker

Notifications You must be signed in to change notification settings

nori-k/gql-nest-prisma

Repository files navigation

Description

Nest framework TypeScript with GraphQL, Fastify, Prisma, MySQL, Docker starter Template repository.

Getting Started

$ docker-compose up

to Start Server.

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

TypeScript based template to develop backend code with node + gql + nest + fastify + prisma with mysql and docker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published