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/
- Host: GitHub
- URL: https://github.com/walkable-server/realworld-fulcro
- Owner: walkable-server
- Created: 2018-04-30T07:12:22.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2021-06-11T10:23:14.000Z (almost 4 years ago)
- Last Synced: 2023-03-21T23:08:44.981Z (about 2 years ago)
- Topics: clojure, clojurescript, duct, fulcro, full-stack, postgresql, realworld, sql, walkable
- Language: Clojure
- Size: 376 KB
- Stars: 86
- Watchers: 5
- Forks: 12
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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.