Skip to content

nodejs-viathink/apollo-server

Repository files navigation

Apollo Server

Introduction

This is a simple hackernews graphql server that show how to implement CRUD operations using grahpql.

Usage

  1. Clone and run this project
# clone this project
git clone https://github.com/nodejs-viathink/apollo-server.git

# cd & intall node modules
cd ./apollo-server
npm install

# start the server
npm start
  1. Open the browser and go to http://localhost:4000/graphiql

Releases

No releases published

Packages

No packages published