Skip to content

tirkarthi/lacinia-tutorial

Repository files navigation

Lacinia tutorial Build Status

A simple Lacinia tutorial

Installation

  • Clone the repo and run python createdb.py to create database as test.db
  • Rename test.db as dev.db
  • Download the jar from releases.
  • Unzip the file with gunzip <release.gz>
  • Run the jar using java -jar <jar_file>
  • IGraphQL is present at localhost:8888

Demo

IGraphQL

License

Copyright © 2017 Karthikeyan S

Distributed under the MIT License