joelkingsley / graphql-server-poc

A GraphQL server POC built on NestJS framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Built on

Nest Logo

A progressive Node.js framework for building efficient and scalable server-side applications, heavily inspired by Angular.

Description

This is a POC worked on by using the official tutorial from the Apollo GraphQL website. The data source being used is the SpaceX REST API.

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

A GraphQL server POC built on NestJS framework


Languages

Language:TypeScript 94.4%Language:JavaScript 5.6%