Skip to content

walkable-server/realworld-fulcro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.