Set up database configuration and connection management

- Created app/database.py with SQLAlchemy engine, session management, and connection utilities
- Added comprehensive database models in app/models.py for User, Client, Phone, Case, Transaction, Document, and Payment
- Implemented FastAPI application with database lifecycle management in app/main.py
- Added health check endpoint to verify database connectivity
- Created README.md with database configuration documentation
- Verified database connection works correctly with SQLite backend
This commit is contained in:
HotSwapp
2025-10-06 18:22:18 -05:00
parent 36dffd5372
commit de983a73d2
8 changed files with 457 additions and 2 deletions

BIN
delphi.db Normal file

Binary file not shown.