a full stack web framework for antd-admin (WIP)
- ⚡ FastAPI
- 🧰SQLAlchemy
- 💾PostgreSQL
- 🤖Uvicorn
- 🔍Pydantic
- 🌐React
- 💯TypeScript、Vite、Hooks and other modern features
- 🎨antd/pro-component/tailwindcss
- 🎯@tanstack/router
- 🔒 Secure
- 🔑 JWT token authentication.
# clone
git clone https://github.com/yyong008/fastapi-antd-admin
# backend
cd fastapi-antd-admin
cd backend
poetry install
# frontend
cd frontend
pnpm i
pnpm run dev
- server dev use vscode debugger run server and server on
http://localhost:8003
and docs onhttp://localhost:8003/docs
- fontend dev use vscode debugger run server and server on
http://localhost:5173
- [] 数据库优化