/susuba

Susuba Backend

Primary LanguageClojure

susuba

This application provides a MongoDB backend that can be accessed via a JSON API. A frontend is in development at the [susuba-web-ui project][1]. [1]: http://github.com/jugglinghobo/susuba-web-ui

Prerequisites

Leiningen

You will need Leiningen 1.7.0 or above installed.

MongoDB

Install MongoDB. Here's how.

Running

Start MongoDB first:

mongod

then run the application:

lein run

Foreman

This application has a Procfile, so if you're using foreman you can also run it with:

foreman start

License

Copyright © 2013 FIXME