Initial project structure: directories, empty files, requirements.txt, and logo

This commit is contained in:
HotSwapp
2025-10-06 18:18:47 -05:00
commit 36dffd5372
113 changed files with 7103 additions and 0 deletions

1
app/main.py Normal file
View File

@@ -0,0 +1 @@
# FastAPI application entry point

1
app/models.py Normal file
View File

@@ -0,0 +1 @@
# SQLAlchemy models for the Delphi database

1
app/templates/admin.html Normal file
View File

@@ -0,0 +1 @@
<!-- Admin CSV import interface -->

1
app/templates/base.html Normal file
View File

@@ -0,0 +1 @@
<!-- Base template with Bootstrap 5 and navigation -->

1
app/templates/case.html Normal file
View File

@@ -0,0 +1 @@
<!-- Case view/edit form -->

View File

@@ -0,0 +1 @@
<!-- Dashboard with case listing and search -->

1
app/templates/login.html Normal file
View File

@@ -0,0 +1 @@
<!-- Login form template -->