asifvora / graphql-server

Building a GraphQL API with Apollo server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Building a GraphQL API with Apollo Server

Apollo Server

For help getting started with GraphQL Apollo Server, view online documentation.

2. Clone the repo

$ https://github.com/asifvora/graphql-server.git
$ cd graphql-server/

3. Install dependency

$ npm install

4. Run the server

$ npm start
  • Go to http://localhost:PORT_NUMBER to see the app running

Playground

About

Building a GraphQL API with Apollo server


Languages

Language:JavaScript 100.0%