An open API service indexing awesome lists of open source software.

https://github.com/walkable-server/realworld-fulcro

A full stack implementation of RealWorld spec https://github.com/gothinkster/realworld/
https://github.com/walkable-server/realworld-fulcro

clojure clojurescript duct fulcro full-stack postgresql realworld sql walkable

Last synced: 1 day ago
JSON representation

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

Awesome Lists containing this project

README

        

# conduit

A Clojure implementation of [RealWorld
app](https://github.com/gothinkster/realworld) 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](http://book.fulcrologic.com/)

[Duct guide](https://github.com/duct-framework/docs/blob/master/GUIDE.rst)

[Walkable readme](https://github.com/walkable-server/walkable) for documentation.

Progress is reported in project's github issues.