stereolith / tilps

tilps helps splitting costs between friends. a web app built with clojure/script and a datomic database

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tilps

Tilps helps splitting costs between friends.

Development setup:

Database

  • run Datomic database (from datomic root): bin/transactor config/dev-transactor.properties

Server

Two options to run the API server:

  • run server with lein ring server
  • run server from REPL (i.e. for cider jack-in):
    1. in emacs, M-x cider-jack-in RET
    2. in REPL, run (ring-start) (function defined in dev/clj/user.clj and added to the source path in the :dev profile via project.clj)

About

tilps helps splitting costs between friends. a web app built with clojure/script and a datomic database


Languages

Language:JavaScript 99.3%Language:Clojure 0.7%Language:HTML 0.0%