/foredev-apollo-server

A small graphql project using apollo-server and graphql-tools

Primary LanguageJavaScript

foredev-apollo-server

A graphql example using apollo server

this is a small project using apollo-sever and graphql-tools

Usage

Runing with Docker

to build image

docker build -t foredev .

to run image

docker run -p 8080:3000 foredev