This is a simple hackernews graphql server that show how to implement CRUD operations using grahpql.
- 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
- Open the browser and go to http://localhost:4000/graphiql