Saved your changes before starting work

Replit-Commit-Author: Agent
Replit-Commit-Session-Id: 5e584ab0-c340-4432-97ef-1972582b60e9
Replit-Commit-Checkpoint-Type: full_checkpoint
Replit-Commit-Event-Id: 6d4dbe7c-69e4-4510-bd62-638ff9c78d5c
This commit is contained in:
abhiramtx
2025-11-08 22:13:45 +00:00
parent c8cb73cd14
commit befc3160be
64 changed files with 2588 additions and 1707 deletions

34
.replit
View File

@@ -1,4 +1,4 @@
modules = ["web", "python-3.12"]
modules = ["web", "python-3.12", "postgresql-16"]
run = "python3 app.py"
[nix]
@@ -10,5 +10,35 @@ deploymentTarget = "cloudrun"
[[ports]]
localPort = 5000
externalPort = 80
[[ports]]
localPort = 44245
externalPort = 3000
exposeLocalhost = true
[agent]
expertMode = true
[workflows]
runButton = "Project"
[[workflows.workflow]]
name = "Project"
mode = "parallel"
author = "agent"
[[workflows.workflow.tasks]]
task = "workflow.run"
args = "Flask Server"
[[workflows.workflow]]
name = "Flask Server"
author = "agent"
[[workflows.workflow.tasks]]
task = "shell.exec"
args = "python app.py"
waitForPort = 5000
[workflows.workflow.metadata]
outputType = "webview"