MrFrangipane / tdc-desktop

Basic accounting application for small associations

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TDC Desktop App

Basic accounting application for small associations

Zero configuration testing

All is stored in RAM, nothing is saved on quit

python -m tdcdesktopapp --persistence ram

Use with API

python -m tdcdesktopapp --persistence http --api-host HOST --auth0-configuration auth0.json

Replace HOST with API host like 127.0.0.1:8000 for local testing

File auth0.json being

{
  "domain": "XXXX",
  "client_id": "XXXX",
  "audience": "XXXX"
}

Notes

About

Basic accounting application for small associations


Languages

Language:Python 100.0%