FastAPI + Postgres service (portfolio) powering SupportDesk UIs like supportdesk-admin-ui repo.
docker compose up --buildAPI: http://localhost:8080/docs
This repo ships a .devcontainer that uses the existing docker-compose.yml:
- DB and API start automatically
- Port 8080 is forwarded
Open the repo in Codespaces, then hit: http://localhost:8080/docs
python -m pytestFor the full directory map and “what goes where” conventions, see STRUCTURE.md.
app/– FastAPI appapp/routes/– endpointstests/– API testsdocker-compose.yml– local DB + APIdocs/– longer-form documentation (architecture, API, etc)
See documentation
See the contributing guidelines
- Roadmap: ROADMAP.md
See the security policy
See LICENSE