Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/skyeav/finance-tracker
- Owner: SkyeAv
- License: other
- Created: 2024-12-04T00:35:22.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-12-04T20:18:11.000Z (about 1 month ago)
- Last Synced: 2024-12-04T20:22:47.920Z (about 1 month ago)
- Topics: clojure, finance-management, hobby-project, sqlite3
- Language: Clojure
- Homepage:
- Size: 11.7 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
```