Skip to content

A demo GraphQL application that exposes parts of the BoardGameGeek XML API

License

Notifications You must be signed in to change notification settings

solidfox/inventist-backend

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Inventist Backend

A backend for the Inventist web-app.

Since we are using Clojure and are inherently interested in the history of each inventory item we are using the append-only Datomic database and exposing that through a GraphQL API.

Usage

Running main.clj will start a server on port 8888. GraphQL calls can then be made to [host]:8888/graphql and there's a web GraphQL client that can be reached by pointing a browser directly at [host]:8888.

About

A demo GraphQL application that exposes parts of the BoardGameGeek XML API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 92.5%
  • Clojure 4.8%
  • CSS 2.4%
  • HTML 0.3%