https://github.com/yitume/shop-api
A saas e-shop write by go.
https://github.com/yitume/shop-api
go golang mall saas shop
Last synced: 6 months ago
JSON representation
A saas e-shop write by go.
- Host: GitHub
- URL: https://github.com/yitume/shop-api
- Owner: yitume
- License: apache-2.0
- Created: 2019-06-11T13:38:25.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-06-18T14:58:27.000Z (about 7 years ago)
- Last Synced: 2025-05-07T00:35:56.291Z (about 1 year ago)
- Topics: go, golang, mall, saas, shop
- Language: Go
- Homepage:
- Size: 516 KB
- Stars: 54
- Watchers: 2
- Forks: 24
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING-CN.md
- License: LICENSE
Awesome Lists containing this project
- awesome-golang-repositories - shop-api - shop write by go. (Repositories)
README
# shop-api
shop-api 源于``https://github.com/mojisrc/fashop``项目,是一个 Saas 版的实现。
shop-api 是 HTTP api 部分代码。
## 使用
```bash
make
./bin/shop-api -h # 查看使用帮助
./bin/shop-api start # 启动 http 服务
./bin/shop-api start -h # 查看 start 子命令使用帮助
./bin/shop-api version # 查看版本信息
./bin/shop-api version -h # 查看 version 子命令使用帮助
```
## 导入数据
```bash
mysql> source ./tool/shop-201906132221.sql;
```
## 监控
### SaaS 总体监控

### 商家监控
TODO
## 贡献代码
[CONTRIBUTING](./CONTRIBUTING-CN.md)
## 加入我们

## LICENSE
[Apache License 2.0](./LICENSE)