GraphQL Server for NestJS
$ npm install
# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod
http://localhost:3000/graphql
npm run test:e2e
npm run test:graphql
cooming soon...
cooming soon...
nestjs-graphql is open-sourced software licensed under the MIT license.
- Creator & Maintainer - Nurettin Topal
- 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