/nodejs-graphQL-Hapi-mongo

Nodejs API implementation using Hapi framework and GraphQl interface

Primary LanguageJavaScript

nodejs-graphql-Hapi-mongo

Nodejs API implementation using Hapi framework and GraphQl interface

pre requisites

nodejs version >= 8
mongodb download here

running the application

a) Clone the repository git clone https://github.com/icecreamsandwich/nodejs-graphQL-Hapi-mongo.git
b) install all the dependecies : npm install --save
c) start the server : npm run start

running prettier

npm run prettier

GraphQL interface

http://<hostname>:4000/graphql

Swagger Documentation

http://<hostname>:4000/documentation