https://github.com/talaxy009/cardduoduo
软件系统实验课作业
https://github.com/talaxy009/cardduoduo
Last synced: 12 months ago
JSON representation
软件系统实验课作业
- Host: GitHub
- URL: https://github.com/talaxy009/cardduoduo
- Owner: Talaxy009
- License: mit
- Created: 2022-02-24T03:29:23.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-24T03:46:38.000Z (over 4 years ago)
- Last Synced: 2025-03-13T22:25:14.192Z (over 1 year ago)
- Language: JavaScript
- Size: 600 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 卡多多
软件系统实验课作业,购物平台前后端源码,已实现登录、注册、验证码、购物车功能。
## 结构
```txt
├── client
│ ├── common
│ └── src
│ ├── components
│ └── pages
└── server
├── index.js
└── data
├── images
└── shop.db
```
## 前端
- React
- React-cookie
- Axios
- Material-UI
- Styled-components
## 后端
- Express
- SQLite