/realworld-fulcro

A full stack implementation of RealWorld spec https://github.com/gothinkster/realworld/

Primary LanguageClojure

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.