Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kisom/clj-drunken-dangerzone

A simple in-memory key-value store with a REST-like API.
https://github.com/kisom/clj-drunken-dangerzone

Last synced: 18 days ago
JSON representation

A simple in-memory key-value store with a REST-like API.

Awesome Lists containing this project

README

        

# drunken-dangerzone

This is a very simple in-memory key-value store with a REST-like
API. See the index page for the endpoints.

## Prerequisites

You will need [Leiningen][1] 1.7.0 or above installed.

[1]: https://github.com/technomancy/leiningen

## Running

To start a web server for the application, run:

lein ring server

## License

`drunken-dangerzone` is released under the ISC license.