+title: wryb
Test project to learn clojure.
Simple todo list application.
Before using override sqlite file path in application.toml :
[database]
path = "/wryb.db" #if you use this app you have to rewrite thisRun:
lein runUi will be allowed by localhost:3000
To build uberjar use command:
lein uberjar
#to run
java -jar target/wryb-ui.jar


