QuickSpends
├─ .python-version
├─ .qodo
│ ├─ agents
│ └─ workflows
├─ alembic
│ ├─ env.py
│ ├─ README
│ ├─ script.py.mako
│ └─ versions
├─ alembic.ini
├─ conf
│ └─ QScConfig.py
├─ domains
│ ├─ accounts
│ │ └─ __init__.py
│ ├─ trips
│ │ ├─ trip_models.py
│ │ ├─ trip_routes.py
│ │ └─ trip_service.py
│ ├─ users
│ │ ├─ user_models.py
│ │ ├─ user_routes.py
│ │ └─ user_service.py
│ └─ wallet_manager
│ ├─ wallet_models.py
│ ├─ wallet_router.py
│ └─ wallet_service.py
├─ pkg
│ ├─ api
│ │ ├─ v1
│ │ │ ├─ QSrRouter.py
│ │ │ └─ __init__.py
│ │ └─ __init__.py
│ ├─ auth
│ │ ├─ QSaAuthManager.py
│ │ └─ __init__.py
│ ├─ db
│ │ ├─ QSdDBCreator.py
│ │ ├─ QSdDBManager.py
│ │ └─ __init__.py
│ ├─ integrations
│ │ └─ __init__.py
│ └─ __init__.py
├─ pyproject.toml
├─ QSApp.py
├─ README.md
├─ schema
│ ├─ QSscTripSchemas.py
│ ├─ QSscUserSchemas.py
│ └─ QSscWalletSchemas.py
├─ shared
│ ├─ QSLogger.py
│ └─ __init__.py
└─ uv.lock
-
Notifications
You must be signed in to change notification settings - Fork 0
TechHubHQ/QuickSpends
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published