# fastapi_orm_crud **Repository Path**: yazutang/fastapi_orm_crud ## Basic Information - **Project Name**: fastapi_orm_crud - **Description**: 使用fastapi和tortoise orm实现简单的增删改查项目 - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 0 - **Created**: 2021-05-16 - **Last Updated**: 2025-02-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 使用FastAPI和Tortoise-orm实现简单crud项目 mysql异步驱动使用aiomysql,需要手动创建数据库create database test01; ## 安装依赖包 ```bash pipenv install ``` ## 启动项目 ```bash python run.py 或者 uvicorn run:app --reload ```