Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 294 Bytes

README.md

File metadata and controls

27 lines (21 loc) · 294 Bytes

Capitalism

An application for handling personal finances.

Supports tracking finances in the following ways.

  • Bank account
  • Nordnet
  • Coinbase
  • Static assets

Development

Backend

Firstly

cd backend

Run database

docker-compose up

Run application

cargo run