Skip to content

This is a basic boilerplate describing how to use graphQL with Node.js (without DB)

Notifications You must be signed in to change notification settings

akshaydotsh/graphql-basic-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

graphql-basic-boilerplate

This is a basic boilerplate describing how to use graphQL with Node.js (without using any database)

All the implimentation of the basic structure is in server.js entry file

To test :

npm install

Then, run the node.js/express server:

node server.js

After starting the server, in your browser open

localhost:4000/graphql to open graphiql interface

About

This is a basic boilerplate describing how to use graphQL with Node.js (without DB)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published