Spaces:
Running
Running
File size: 708 Bytes
7f328dd c918faa 7f328dd 3bd1468 7f328dd 3bd1468 7f328dd 3bd1468 7f328dd 7710b18 7f328dd 7710b18 7f328dd | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 | ---
title: TaskTrackingSystem
colorFrom: blue
colorTo: green
sdk: docker
app_port: 7860
---
# TaskTrackingSystem
This repo runs the Web API and Web App together inside one Docker container for Hugging Face Spaces.
## Hosting Setup
- Database: Supabase PostgreSQL
- Public app: Hugging Face Space
- API and Web App: same container, routed through Nginx
## Local Notes
- The app now expects PostgreSQL instead of SQL Server.
- The API creates the schema on first startup with `EnsureCreatedAsync()`.
- The Web App talks to the API at `http://127.0.0.1:5001/api/` by default inside the container.
## Default Demo Accounts
- `admin` / `P@ssw0rd123!`
- `mgr01` / `P@ssw0rd123!`
- `emp01` / `P@ssw0rd123!`
|