DESKTOP-72TV0V4\caoxiaozhu 83d7da3d62 feat: add FastAPI backend with PostgreSQL and start script fixes
- Add server/ directory with FastAPI backend
- Fix server/start.sh to properly handle venv on Windows/Git Bash
- Add alembic migrations and pyproject.toml
- Add server tests

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-06 17:43:47 +08:00

X-Financial

项目结构已按前后端拆开:

  • web/:前端工程(当前 Vue + Vite 项目)
  • server/:后端工程目录
  • docs/:方案和阶段文档
  • UI/:界面参考稿
  • document/:业务文档

从根目录启动前端:

./start.sh

或手动进入前端目录:

cd web
npm run dev
Description
影子财务系统
Readme 106 MiB
Languages
JavaScript 44.9%
Python 42.9%
Vue 5.8%
CSS 4.7%
HTML 1.2%
Other 0.5%