Skip to content

devVinit/nestjs-graphql-crud

Repository files navigation

Installation

$ npm install

Running the app

# configure database
$ edit file ormconfig.json to your database configuration

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

About

An example of GraphQL server using nestjs framework

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published