# fastapi-mongo-starter **Repository Path**: yazutang/fastapi-mongo-starter ## Basic Information - **Project Name**: fastapi-mongo-starter - **Description**: fastapi搭配mongodb起始项目 - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 1 - **Created**: 2021-09-07 - **Last Updated**: 2023-08-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # fastapi-mongo-starter #### 介绍 fastapi搭配mongodb起始项目 #### 第三方模块 MongoDB异步驱动包motor `pipenv install motor` [https://motor.readthedocs.io/en/stable/](https://motor.readthedocs.io/en/stable/) #### 接口 - /api/tasks/ GET(获取多条数据) POST(添加新数据) - /api/tasks/{task_id}/ GET(获取单条数据) PUT(更新数据) DELETE(删除数据)