An open API service indexing awesome lists of open source software.

https://github.com/talaxy009/cardduoduo

软件系统实验课作业
https://github.com/talaxy009/cardduoduo

Last synced: 12 months ago
JSON representation

软件系统实验课作业

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