# Hello FastAPI **Repository Path**: lygntx/hello-fast-api ## Basic Information - **Project Name**: Hello FastAPI - **Description**: 学习FastAPI的第一个项目,基于hello Flask 的实践项目, 电影的crud,学习阶段,一定要敲敲敲,理解理解 hello flask:http://helloflask.com/tutorial/ - **Primary Language**: Python - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2021-02-17 - **Last Updated**: 2021-09-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 前言 本项目照搬的项目实战,采用FastAPI实现的后端 # 技术栈 Python + FastAPI + SQLAlchemy(数据库orm) + Alembic(数据库迁移) # 实现细节 1. 使用alembic 初始化 迁移数据库配置文件 - `alembic init alembic` - https://blog.csdn.net/aimill/article/details/82152173 # 参考资料