A simple website implemented in Clojure that let's you create posts and see them. Used as a demo for how to make websites in Clojure.
To run:
git clone
clojure -M:run
- Browse to: http://localhost:3000/
It uses an in-memory SQL DB, so data gets wiped on each run.