Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 642 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 642 Bytes

conduit

A Clojure implementation of RealWorld app using full-stack Fulcro. Backend uses Duct framework, Buddy, Walkable SQL library, JDBC and Postgresql.

Quickstart

  1. Configure Postgres connection string in dev/resources/dev.edn
  2. lein repl
  3. user=> (dev)
  4. dev=> (go)
  5. Visit http://localhost:3000/index.html

Documentation

Fulcro

Duct guide

Walkable readme for documentation.

Progress is reported in project's github issues.