Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/kisom/clj-drunken-dangerzone
- Owner: kisom
- Created: 2013-04-06T05:59:10.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-04-06T05:59:22.000Z (over 11 years ago)
- Last Synced: 2024-10-11T02:47:12.779Z (about 1 month ago)
- Language: Clojure
- Size: 102 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.