Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mrpluto0/ecommerce
Qt电商平台
https://github.com/mrpluto0/ecommerce
Last synced: 2 months ago
JSON representation
Qt电商平台
- Host: GitHub
- URL: https://github.com/mrpluto0/ecommerce
- Owner: MrPluto0
- Created: 2021-06-16T16:38:07.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-06-16T17:42:02.000Z (over 3 years ago)
- Last Synced: 2024-04-15T05:05:15.311Z (9 months ago)
- Size: 1.01 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# eCommerce
2021年北邮C++大作业:Qt电商平台
### 第一版本
1. 客户与商家的登录与注册
2. 用户个人信息的查询与修改
3. 客户能够购买商品
4. 商家能够添加,编辑,删除商品
### 第二版本
在第一版功能上增加
1. 客户添加购物车功能
2. 购买的用户余额减少,商家余额增加
### 第三版本
客户端与服务端的构建(**socket**)
将数据库与JSON文件处理的代码分离出来,交给服务端处理