Skip to content

🚀 fast-antd-admin is a website building solution based on Python FastAPI、Antd、SQLAchemly. (WIP)

License

Notifications You must be signed in to change notification settings

yyong008/fastapi-antd-admin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

  • [] 数据库优化

About

🚀 fast-antd-admin is a website building solution based on Python FastAPI、Antd、SQLAchemly. (WIP)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published