nidhish-nayak / node-graphql-server

A basic node server for GraphQL APIs.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Basic graphql server

Introduction

This project covers the basic parts for a graphql server. Any beginner can go use the server to analyze the flow of data and process to get more insights.

Setup

Install dependencies:

  npm install

Run locally:

  npm run dev

After installing the dependencies, you can login to Apollo client for more configurations. This can be found generally on the internet. Post setting these up, you can use Postman or spin up your own frontend to test the server requests and responses.

Happy Coding!

About

A basic node server for GraphQL APIs.


Languages

Language:JavaScript 100.0%