Skip to content

🏦 💰 That's "ma" fictional bank system written in clojure!

License

Notifications You must be signed in to change notification settings

itsdaiego/mabank

Repository files navigation

mabank

That's "ma" fictional bank system written in clojure!

Installation

How to use

1 - Start the transactor

~/.lein/datomic-free-0.9.5697.21/bin/transactor <path_to_template>/mabank/resources/datomic/free-transactor-template.properties

2 - Start the application

  • lein run

Running tests

lein test

TODO

  • [] create integration and e2e tests
  • [] create transfer model
  • [] create balance model