1 Star 0 Fork 0

海南丁当软件科技有限公司 / beeshop

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
MIT

beeshop

介绍

BeeShop商城系统是一个基于Symfony5框架开发的系统,感谢symfony和doctrine,这两个组织开发分享这么优雅的项目框架和工具包给我们使用。废话少说,我们开始一起不断完善它吧。

软件架构

软件架构说明

安装教程

准备工作:

  1. 修改.env文件的DATABASE_URL,连接上你的本地或者服务器mysql数据库
  2. 初次使用需要创建数据库和建表导入数据,操作如下:
    #创建数据库
    php bin/console doctrine:database:create
    #建表迁移等
    php bin/console doctrine:migrations:migrate 
    #更多命令
    php bin/console help list
  1. 本地开发调试
    composer install && composer start  
  2. docker构建部署,需要linux环境
    docker-compose up -d
  3. 前端开发调试,其他命令参考package.json文件中的scripts
    yarn install
    yarn dev-server

使用说明

  1. xxxx
  2. xxxx
  3. xxxx

参与贡献

  1. Fork 本仓库
  2. 新建 Feat_xxx 分支
  3. 提交代码
  4. 新建 Pull Request

参考以及感谢

  1. symfony官网
MIT License Copyright (c) 2020 阿炉 Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

简介

BeeShop 展开 收起
PHP 等 2 种语言
MIT
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
PHP
1
https://gitee.com/dingdang-software/beeshop.git
git@gitee.com:dingdang-software/beeshop.git
dingdang-software
beeshop
beeshop
master

搜索帮助