Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Ring Jetty w/ Lacinia Engine Example

This example leverages the lacinia engine and provides a GraphiQL endpoint to interact with the API.

To run the server:

# In Shell 0
$ clj -M -m server.core

To open GraphiQL, open your preferred browser and navigate to http://localhost:9110/graphiql, or via shell:

$ open http://localhost:9110/graphiql