Skip to content

Latest commit

 

History

History
42 lines (31 loc) · 799 Bytes

README.md

File metadata and controls

42 lines (31 loc) · 799 Bytes

fastapi-antd-admin

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.

install and run

# 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 on http://localhost:8003/docs
  • fontend dev use vscode debugger run server and server on http://localhost:5173

todo

  • [] 数据库优化