Golang开源O2O实现 Go2o

码农软件 · 软件分类 · 网店系统/电子商务 · 2020-02-01 15:58:25

软件介绍

What's Go2o

Golang combine simple o2o DDD domain-driven design realization, including multi-channel (businesses), multi-store, multi-member commodity, Promotions, orders, coupons implementation also includes a micro framework in package "gof", providing ORM, Reporting, Web Framework,Rpc Framework.

Golang 结合DDD领域驱动设计的简单o2o实现,包含多渠道(商家),多门店,多会员.商品, 促销,订单,优惠券的实现,依赖一个微型框架atnet/gof,提供ORM,报表,Web Framework,Rpc Framework.

Deploy

1.Complied

git clone https://github.com/atnet/go2o.git /home/usr/go/src/go2o
    export GOPATH=$GOPATH:/home/usr/go/
    cd /home/usr/go
    go build server.go

2.Running Service

Usage of ./server:
      -debug=false: enable debug
      -help=false: command usage
      -mode="sh": boot mode.'h'- boot http service,'s'- boot socket service
      -port=1001: web server port
      -port2=1002: socket server port

3.Add http proxy by nginx

server {
          listen          80;
          server_name     *.ts.com;
          location / {
             proxy_pass   http://localhost:1002;
             proxy_set_header Host $host;
          }
    }

4.Add test hosts

vi /etc/hosts
    127.0.0.1   wly.ts.com static.ts.com img.ts.com partner.ts.com
    member.ts.com www.ts1.com www.ts2.com api.ts.com wsapi.ts.com

Access Entry

Partner Management

partner.ts.com

Member Center

member.ts.com

Partner Sales

wly.ts.com

you can add host to table "pt_host" use MySql Workbench.

本文地址:https://codercto.com/soft/d/24668.html

硅谷产品:36讲直通世界级产品经理

硅谷产品:36讲直通世界级产品经理

曲晓音 / 电子工业出版社 / 2018-10 / 59

《硅谷产品:36讲直通世界级产品经理》是Facebook资深产品经理曲晓音撰写的产品实战教程,立足于作者在Facebook、Instagram、Microsoft、Atlassian等硅谷科技公司的工作经验,分享硅谷先进的产品思维和方法论,用实际案例带领读者了解硅谷产品经理的所想所做。 《硅谷产品:36讲直通世界级产品经理》适合产品经理从业者、想要提升产品理解能力的技术运营人员、刚刚入行或者......一起来看看 《硅谷产品:36讲直通世界级产品经理》 这本书的介绍吧!

JS 压缩/解压工具
JS 压缩/解压工具

在线压缩/解压 JS 代码

JSON 在线解析
JSON 在线解析

在线 JSON 格式化工具

在线进制转换器
在线进制转换器

各进制数互转换器