Files
Public/README.md
T
daiyongkang 76f266645d Initial commit: 风影 OA 全栈源码(API/Web/Flutter/IM)
含 Phase 1.1 IM seq 排序、断线重连、多端已读同步与微信式语音转文字 UI。
排除 node_modules、构建产物、安装包与 .env 密钥。

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-09-02 10:04:03 +00:00

24 lines
666 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 企业综合运营管理平台
内部使用。先上 Web,手机和桌面端以后再说。
## 启动
```bash
cp .env.example .env
docker compose up -d
cd apps/api && pnpm exec prisma migrate dev --name init && pnpm prisma:seed && pnpm start:dev
# 另一个终端
cd apps/web && pnpm dev
```
打开 http://localhost:5173 ,账号 `admin` / `Admin@123456`
Swaggerhttp://localhost:3000/api/v1/docs
## 模块
个人办公、往来单位、证照用章、投标管理、合同管理、项目管理、财务收支、组织人事、经营报表、系统设置。
投标筛选可以新建。其余页面已接通列表接口,数据会随使用增加。