July
An api server,base on echo . With mongodb store and cache with redis.
我的毕业设计,想的很丰满现实很骨感的破实现。目前还在整后端,前端有点难受。
thanks to yowko 's docker-compose
Usage
git clone https://github.com/JackyCZJ/July.git
go get
make ca #if you want to use it with https
make all #fmt , test , and build
./db_init.sh #db init
./july #run
TODO
Buyer-server
- 商品浏览
- 商品搜索
- 用户登陆注册
- 购物车增删改查
- 下单购买
Seller-server
- 商家登录
- 商品上架
- 订单管理
- 商品发货
Admin-server