**基于RoR的电子商务开源项目
ShopRoR is based on Rails 4.2, include normal the features of e-commerce.
Please feel free to contact me if you have any questions.
Requirement
Installation
$ bundle install
$ rake db:setup
Start the server
$unicorn_rails -c config/development.unicorn.conf.rb
Or
$rails s
ShopRoR 是基于 Rails4.2 和 MongoDB 开发的电子商务平台, 覆盖电子商务常用功能,支持大数据网店。
有任何问题或建议请联系我.
基本功能
- 商品,含商品分类、库存,自动生成商品图片各种规格的缩略图
- 顾客,含顾客分组,统计消费情况
- 订单,含发货处理
- 支付,整合支付宝
- 物流,制定物流及快递规则
- 搜索,支持对商品、顾客、订单等进行全文检索
附加功能
- 页面,用于维护长期有效的信息,如"关于我们"、"支付流程"等
要求
安装
$ bundle install
$ rake db:setup
启动应用服务器
$ unicorn_rails -c config/development.unicorn.conf.rb
或者
$ rails s
QQ群: 178663593