aditya-sridhar / graphql-with-nodejs

Simple nodejs app to demonstrate the use of GraphQL

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NodeJS App with GraphQL

This Code is part of a Blog. Read the blog to make the best use of this code. The Link to the blog is here

Pre-requisites

Install NodeJS from https://nodejs.org

Cloning the Code

Clone the code using the following command

git clone https://github.com/aditya-sridhar/graphql-with-nodejs.git

Running the Application

Install the npm packages using the following command

npm install

Start the application using the following command

node server.js

The application runs on localhost:5000/graphql

About

Simple nodejs app to demonstrate the use of GraphQL

License:MIT License


Languages

Language:JavaScript 100.0%