Files
car_rental/README.md
王子琦 f006ed4c89 add
2026-01-14 15:11:25 +08:00

40 lines
1.0 KiB
Markdown
Raw Permalink 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.

车智车辆租赁平台Vue + Spring Boot + MyBatis + MySQL + Arco Design Vue
## 功能模块
用户端:
- 登录注册、可租车辆、车辆详情、收藏夹、租车下单、归还车辆
- 实名认证、余额支付(模拟)、个人中心、我的订单
管理员端:
- 管理员登录、车辆管理、特价车辆
- 订单管理、实名审核、用户管理
- 数据统计、财务报表
## 后端启动
1. 初始化数据库MySQL
- 执行 `backend/sql/init.sql`
- 默认管理员账号:`admin`,密码:`admin123`
2. 修改配置
- `backend/src/main/resources/application.yml` 中的数据库连接信息
3. 启动
-`backend` 目录执行:`mvn spring-boot:run`
## 前端启动
1. 安装依赖
- `cd frontend`
- `npm install`
2. 启动
- `npm run dev`
3. 访问
- 前端地址:`http://localhost:5173`
- 后端地址:`http://localhost:8080`
## 说明
余额支付、实名认证为模拟流程:
- 余额可在个人中心“余额充值”完成
- 实名认证提交后由管理员审核