A simple Lacinia tutorial
- Clone the repo and run
python createdb.py
to create database astest.db
- Rename
test.db
asdev.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
Copyright © 2017 Karthikeyan S
Distributed under the MIT License