Add roadmap API and mock dashboard

This commit is contained in:
2025-11-13 15:05:34 -05:00
parent e21301cffb
commit 4455640afa
29 changed files with 3717 additions and 1 deletions

6
requirements.txt Normal file
View File

@@ -0,0 +1,6 @@
fastapi
uvicorn
requests
pydantic
pytest
jinja2