Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 278 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 278 Bytes

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:

  1. git clone
  2. clojure -M:run
  3. Browse to: http://localhost:3000/

It uses an in-memory SQL DB, so data gets wiped on each run.