Skip to content

nidhish-nayak/node-graphql-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 

Repository files navigation

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!

Releases

No releases published

Packages

No packages published