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

@@ -2,7 +2,7 @@ import logging
from fastapi import APIRouter from fastapi import APIRouter
from app.service.outfit_matcher_hon.service import OutfitMatcherHon from app.service.outfit_matcher.service import OutfitMatcherHon
logger = logging.getLogger() logger = logging.getLogger()
router = APIRouter() router = APIRouter()

View File

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

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Some files were not shown because too many files have changed in this diff Show More