Rugal / clojure-template

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Clojure Template

Prerequisites

You will need Leiningen 2.0.0 or above installed.

Running

To start a web server for the application, run:

lein ring server

check code style

lein bikeshed -v

Test

test with auto refresh

lein test-refresh

run with profile

lein with-profile dev,default test-refresh

run single namespace

lein test :only namespace_name

run single test in namespace

lein test :only namespace_name/testname

mutaton

echo 'mutation {add_course(name: "Rugal") {id name} }' | http POST localhost:8080/graphql

About


Languages

Language:Clojure 100.0%