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: 10 months 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.
- Host: GitHub
- URL: https://github.com/skyeav/finance-tracker
- Owner: SkyeAv
- License: other
- Created: 2024-12-04T00:35:22.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-06T03:20:59.000Z (about 1 year ago)
- Last Synced: 2025-02-01T04:44:31.395Z (12 months ago)
- Topics: clojure, finance-management, hobby-project, sqlite3
- Language: Clojure
- Homepage:
- Size: 16.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```