/GraphQLExample

ExpressJS GraphQL Server und Angular 2 Frontend mit ApolloClient

Primary LanguageJavaScript

A simple example of Apollo-Client with Angular and GraphQL Server with express. The application is a equivalent to Contact management but with Authors and Posts.

Installation

Server

Use npm install in the GraphQLServer folder and run with npm start

Client

Erstellt mit Angular-CLI

Use npm install in the GraphQLClient folder and run with ng serve