001 基础篇
python使用主要使用fastapi框架
uvicorn main:app --reload
使用以上命令来启动项目
前端使用npm来构建项目
npx create-react-app fronted