MohiuddinAkib / nestjs-type-graphql

Type graphql and nestjs integration with out any fancy work around

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

backend

Description

poke-dex-backend

Installation

$ npm install

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

Type graphql and nestjs integration with out any fancy work around


Languages

Language:TypeScript 98.1%Language:JavaScript 1.9%