greatkylin / shop-api

A saas e-shop write by go.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

shop-api

shop-api 源于https://github.com/mojisrc/fashop项目,是一个 Saas 版的实现。 shop-api 是 HTTP api 部分代码。

使用

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 子命令使用帮助

导入数据

mysql> source ./tool/shop-201906132221.sql;

监控

SaaS 总体监控

monitor

商家监控

TODO

贡献代码

CONTRIBUTING

加入我们

wechat

LICENSE

Apache License 2.0

About

A saas e-shop write by go.

License:Apache License 2.0


Languages

Language:Go 56.0%Language:TSQL 43.8%Language:Shell 0.2%Language:Makefile 0.0%