https://github.com/vicenteneto/balances
A checking account from a bank that allows putting or taking money at any given time.
https://github.com/vicenteneto/balances
bank clojure datomic lein
Last synced: 2 months ago
JSON representation
A checking account from a bank that allows putting or taking money at any given time.
- Host: GitHub
- URL: https://github.com/vicenteneto/balances
- Owner: vicenteneto
- License: mit
- Created: 2017-05-02T00:43:56.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-05-06T04:25:27.000Z (about 8 years ago)
- Last Synced: 2025-01-17T09:44:49.144Z (4 months ago)
- Topics: bank, clojure, datomic, lein
- Language: Clojure
- Size: 33.2 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Balances
A checking account from a bank that allows putting or taking money at any given time.
## Installation
To build **Balances** from scratch on OSX or Linux:
* Install [lein](https://leiningen.org/)
* Install [datomic-free](https://my.datomic.com/downloads/free)
* add path to datomic in your ~/.lein/profiles.clj
* {:user {:datomic {:install-location "/path/to/your/install/dir/datomic-free-0.9.5561"}}}
* Download [balances](https://github.com/vicenteneto/balances)```bash
$ git clone https://github.com/vicenteneto/balances.git
$ cd balances
```## Usage
* lein datomic start &
* lein datomic initialize
* lein ring server
* At this point you should be able to go to http://localhost:3000/index.html in your browser and interact with the service## Tests
* lein midje
## License
Copyright © 2017 -
Distributed under the MIT License either version 0.1.0 or any later version.