Skip to content

Example of a GraphQL Node.js backend for a news feed, built with Hapi and SQLite

License

Notifications You must be signed in to change notification settings

reindexio/graphql-nodejs-newsfeed

Repository files navigation

graphql-nodejs-newsfeed

Example of graphql nodejs backend with newsfeed, built with hapi and sqlite

Set Up Database

$ sqlite3 db.sqlite3 < scripts/createdb.sql

Run Server

$ npm start

Example Query

$ curl --data "query={ __schema { types { name } } }" localhost:8000

About

Example of a GraphQL Node.js backend for a news feed, built with Hapi and SQLite

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors 4

  •  
  •  
  •  
  •