Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/skyeav/finance-tracker

This is a non-serious project I built to familiarize myself with Clojure and use a SQLite database to track my finances which I've been meaning to do for a while. I expect to maintain this occasionally and as needed. This is only meant to give me some quick spending analytics based on what I add to the database.
https://github.com/skyeav/finance-tracker

clojure finance-management hobby-project sqlite3

Last synced: about 1 month ago
JSON representation

This is a non-serious project I built to familiarize myself with Clojure and use a SQLite database to track my finances which I've been meaning to do for a while. I expect to maintain this occasionally and as needed. This is only meant to give me some quick spending analytics based on what I add to the database.

Awesome Lists containing this project

README

        

# Finance Tracker

## Version 1.0.0 by Skye Goetz

This is a non-serious project I built to familiarize myself with Clojure and use a SQLite database to track my finances which I've been meaning to do for a while. I expect to maintain this occasionally and as needed. This is only meant to give me some quick spending analytics based on what I add to the database.

### Usage (Unix)

```bash
lein run [parameters]
```

## Finance Tracker Commands

### Analysis

```bash
lein run analysis
```

### Income

```bash
lein run income
```

### Expense

```bash
lein run expense
```

### Theorhetical

```bash
lein run theorhetical
```