walkable-server / realworld-fulcro

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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


Languages

Language:Clojure 98.0%Language:HTML 2.0%