Skip to content

jcquinlan/nodegit-graphql

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nodegit-graphql

nodegit-grahpql provides a quick way to spin up a GraphQL-based web client for git, using nodegit. The GraphQL interface is a strict subset of GitHub's graphql API. This could be used to make a local, project-specific web front end to project's git repository.

setup (imagined)

  • npm install -g nodegit-graphql
  • open localhost:5000/graphiql
  • query the local git repository
  • profit!

graphql-hackathon quickstart instructions

Repo for starter kits and samples for the GraphQL Community Hackathon

Prereqs: NodeJS v4+

git clone https://github.com/robzhu/graphql-hackathon
cd nodegit-graphql

To run the GraphQL server:

cd server
npm install && npm start

Open http://localhost:5000 in your browser and you should see GraphiQL and be able to explore our example schema and data.

About

hackathon project - make a graphql back end for a web front end to git

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 95.3%
  • HTML 3.0%
  • CSS 1.7%