Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tirkarthi/lacinia-tutorial
A simple Lacinia tutorial
https://github.com/tirkarthi/lacinia-tutorial
clojure graphql lacinia
Last synced: about 1 month ago
JSON representation
A simple Lacinia tutorial
- Host: GitHub
- URL: https://github.com/tirkarthi/lacinia-tutorial
- Owner: tirkarthi
- License: mit
- Created: 2017-09-12T17:45:47.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-10-09T17:01:18.000Z (over 7 years ago)
- Last Synced: 2024-12-28T03:41:54.581Z (about 2 months ago)
- Topics: clojure, graphql, lacinia
- Language: Clojure
- Size: 1.5 MB
- Stars: 6
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Lacinia tutorial [![Build Status](https://travis-ci.org/tirkarthi/lacinia-tutorial.svg?branch=master)](https://travis-ci.org/tirkarthi/lacinia-tutorial)
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](https://github.com/tirkarthi/lacinia-tutorial/releases).
* Unzip the file with `gunzip `
* Run the jar using `java -jar `
* IGraphQL is present at `localhost:8888`# Demo
![IGraphQL](https://github.com/tirkarthi/lacinia-tutorial/raw/master/demo.gif)
# License
Copyright © 2017 Karthikeyan S
Distributed under the MIT License