That project is example making Python Confluence module. That work on FastAPI, SQLAlchemy, docker and uvicorn. That module is Web application (Backend + Frontend). For use web app in Confluence you can do full unlock HTML Include, add HTML Include module on page and enter in HTML Include arg route to your page.
For first setup use:
cd "path_to_project"
docker-compose up -d
For remove use:
cd "path_to_project"
docker-compose down
For start use:
cd "path_to_project"
docker-compose start
For stop use:
cd "path_to_project"
docker-compose stop
For full rebuild if you write changes use:
cd "path_to_project"
bash rebuild.sh