afrida67 / GraphQL_Hapi_Express-API

simple api using graphql, hapi, express

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A Simple API using GraphQL

Express.js and Hapi.js, both of them have been used individually.

Features:

Query Mutation

Setup:

$ npm init
$ npm install

As only back-end has been implemented, for front-end, used Graphiql, in-browser IDE

Run:

  $ http://localhost:4000/graphql

So, now fetch data from MongoDB and do mutation i.e create, update, delete :)

About

simple api using graphql, hapi, express


Languages

Language:JavaScript 100.0%