Skip to content

dgknght/clj-money

Repository files navigation

clj-money

Clojure cloud accounting application

build status

Running locally

In a terminal:

lein repl

In another terminal:

lein figwheel

Inside the repl:

(start-server)

To stop

(stop-server)

Running on Heroku

heroku create my-app-name
heroku addons:create heroku-postgres:hobby-dev
heroku config:set DB=<value of DATABASE_URL> PARTITION_PERIOD=year
git push heroku master
heroku run lein migrate
heroku run lein partition <start-date> <end-date>
heroku open

Running tests

createdb money_test
lein with-profile test migrate
lein with-profile test partition 2015-01-01 2017-12-31
lein test

License

Distributed under the Eclipse Public License, the same as Clojure.

About

Clojure cloud accounting application

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •