An browser application & HTTP API server to demonstrate some useful things that can be done with Bitcoin.
Technologies & tools used:
- ClojureScript
- shadow-cljs
- re-frame (for UI application architecture and internal communication)
- PostgreSQL (as storage back-end)
- React (via Reagent)
Start these 2 processes in separate terminal windows:
overmind start
- will run the processes defined in the
Procfile
using overmind
node out/server.js
- starts the API server application