FastAPI + MySQL Web项目生成器 ,个人认为较为合理的项目组织结构;基于apscheduler的定时任务。 - wxy2077/fastapi-mysql-generator
FastAPI + MySQL Web项目生成器 ,个人认为较为合理的项目组织结构;基于apscheduler的定时任务。 - fix: 定时任务代码结构调整 · wxy2077/fastapi-mysql-generator@ff61673
FastAPI + MySQL Web项目生成器 ,个人认为较为合理的项目组织结构;基于apscheduler的定时任务。 - fix:remove type check · wxy2077/fastapi-mysql-generator@89925ab
from fastapi import status from fastapi.responses import JSONResponse, Response from fastapi.encoders import jsonable_encoder def resp_200(*, data: Union[list, dict, str] = None, message: str = "Success") -> Response: return JSONResponse( status_code=status.HTTP_200_OK, content={ content...
FastAPI + MySQL Web项目生成器 ,个人认为较为合理的项目组织结构;基于apscheduler的定时任务。 - style: 优化日志存储格式 · wxy2077/fastapi-mysql-generator@86b1da8
Full stack, modern web application generator. Using FastAPI, PostgreSQL as database, Docker, automatic HTTPS and more. - aaron-beach/fastapi-mysql
FastAPI + MySQL Web项目生成器 ,个人认为较为合理的项目组织结构;基于apscheduler的定时任务。 - refactor: 新增角色,API权限初始化 · wxy2077/fastapi-mysql-generator@7fbde4b
Full stack, modern web application generator. Using FastAPI, MySQL as database, Docker, automatic HTTPS and more. - full-stack-fastapi-mysql/README.md at master · vuongtlt13/full-stack-fastapi-mysql