Python3 web application Demo for comment tree (including comment tree, user authentication, and Swagger API documentation), using Python3+FastAPI+SQLModel+Pydantic+Alembic as backend, and ...
. ├── Dockerfile # Python environment with Alembic ├── docker-compose.yml # Services: StarRocks DB and Alembic ├── alembic.ini # Alembic configuration ├── migrations/ # Migration scripts │ ├── ...