Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/griffio/kollchap

kollchap dungeon crawler rest api
https://github.com/griffio/kollchap

Last synced: 8 days ago
JSON representation

kollchap dungeon crawler rest api

Awesome Lists containing this project

README

        

# Compojure-api-examples

## Kollchap example

Example project for using [Compojure-api](https://github.com/metosin/compojure-api).

~~~
[metosin/compojure-api "1.1.4"]
~~~

Aiming to make it Restful hypermedia with resource links

## Usage

### REPL

`brew upgrade leiningen` 2.5.3 needed

`lein repl`

```
(use 'midje.repl)
(autotest)
```

### Running

```
lein run

```

## License

Copyright © 2014-2016 [Metosin Oy](http://www.metosin.fi)

Distributed under the Eclipse Public License, the same as Clojure.