/nestjs-graphql-crud

An example of GraphQL server using nestjs framework

Primary LanguageTypeScript

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