# 锋蜜海淘管理平台服务端
**Repository Path**: qianfeng-html5-front-end/fm-haitao-admin-server
## Basic Information
- **Project Name**: 锋蜜海淘管理平台服务端
- **Description**: No description available
- **Primary Language**: Unknown
- **License**: Not specified
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2021-04-13
- **Last Updated**: 2025-02-26
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
## 项目启动
```
yarn
pm2 start ./bin/haitao_www.js
```
## 手动创建超级管理
```
cd utils
node test.js
```
## 手动批量导入商品数据
```
浏览器访问地址
http://localhost:8012/api/pro/uploadProduct
```