This commit is contained in:
zhouchengrong
2024-03-11 10:58:34 +08:00
parent fe822eeffb
commit 117e569730
172 changed files with 1664 additions and 9 deletions

View File

@@ -18,12 +18,9 @@ def get_application() -> FastAPI:
title=settings.PROJECT_NAME, docs_url="/docs", redoc_url='/re-docs',
openapi_url=f"{settings.API_PREFIX}/openapi.json",
description='''
Base frame with FastAPI micro framework + Postgresql
- Login/Register with JWT
- Permission
- CRUD User
- Unit testing with Pytest
- Dockerize
Base frame with FastAPI
- out_matcher_hon API
'''
)
application.add_middleware(