Skip to content

nurettintopal/nestjs-graphql

Repository files navigation

GraphQL Server for NestJS

NestJs Logo    GraphQL Logo

Usage

Installation

$ npm install

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

Open a browser and go to:

http://localhost:3000/graphql

Test

npm run test:e2e

npm run test:graphql

Usage with docker-compose

cooming soon...

contributing

cooming soon...

License

nestjs-graphql is open-sourced software licensed under the MIT license.

Stay in touch

To-Dos

  • NestJS initialization
  • Initialize GraphQL structure
  • Add resolver between relational models
  • Add configuration
  • Add health endpoint for the health checks
  • Add e2e & graphql test structure
  • Sample REST API Implementation
  • Authentication with Bearer Token