Code Monkey home page Code Monkey logo

fanqie_shop's Introduction

番茄社区多门店系统

介绍

番茄社区多门店是一款帮助多商家线上盈利的工具,可做社区门店,也可以做社区团购,还可以做自营连锁店,商业版内含小程序和公众号两个端源码,同一个后台管理。
主要功能模块:商家入住,合伙人推广,区域定位,分销裂变,积分商城,自定义海报

软件架构

本系统使用的是前后端分离的开发方式,后端采用国外优雅的CodeIgniter框架,小巧灵活安全性高非常容易上手,后台UI使用极简的LAYUI。
前端采用vue开发的uniapp框架,可发布到iOS、Android、H5、以及各种小程序(微信/支付宝/百度/头条/QQ/钉钉/淘宝)、快应用等多个平台。

安装教程

  1. 安装前说明:如果您使用的是nginx(如果不是请跳过此步骤),那么你需要配置伪静态:
if (!-e $request_filename) {
    rewrite ^/(.*)$ /index.php/$1 last;
    break;
}
  1. 在浏览器执行 :您的域名.com/install 即可安装。

开源版仅用于学习交流,开源不易请点个star,感谢!

部分截图

输入图片说明

fanqie_shop's People

Contributors

chaituan avatar dependabot[bot] avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.