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

https://github.com/fhightower/simple-clojure-webapp

Simple web app in Clojure (using Luminus).
https://github.com/fhightower/simple-clojure-webapp

Last synced: about 1 year ago
JSON representation

Simple web app in Clojure (using Luminus).

Awesome Lists containing this project

README

          

# Simple Clojure Web App

A simple web app for experimentation in Clojure (specifically using [luminus](https://luminusweb.com/)).

## Usage

To run the app:

```
docker-compose run --service-ports dev
```

Then (once in the dev environment):

```
cd guestbook/
lein run migrate
lein run
```