Introduction to likeshop100% open source free commercial B2C mall
Likeshop is a 100% open source free commercial e-commerce system. The PC mall, H5 mall, mini program mall, Android APP mall, and Apple APP mall are all 100% open source and free for commercial use.
Basic functions of likeshop open source mall system
likeshop open source mall system demonstration
PC mall
PC access link: https://likeshop.likemarket.net/
Mobile mall
PC management background
PC management background demo: http://likeshop-demo.likemarket.net/admin Account: admin Password: 123456
In order to facilitate the maintenance of demonstration data, the PC management backend is not connected to the mall. One benefit of this is that you can experience the management backend in depth. The obvious impact is that the effect of changes on the front-end mall cannot be seen.
The function code logic is clearly annotated, which is very convenient for secondary development.
Supports PHP7, doubles execution efficiency, and follows PSR-4 development specifications.
Supports composer and has built-in excellent PHP development SDK to facilitate secondary development. Supports docker deployment, built-in docker-compose container orchestration, and automatically configures the project running environment with one command.
Supports configuring scheduled tasks in the management background and recording scheduled task running logs.
Supports various OSS object storages of Qiniu Cloud, Alibaba Cloud, and Tencent Cloud, improving project access speed and reducing server costs.
Supports CDN configuration to speed up access to each network node. It supports footprint bubbles in various scenarios of the mall, making the mall more interactive with users.
Supports decoration mall homepage, decoration mall category page, decoration user personal center page, decoration bottom navigation, and personalized mall.
Supports a variety of advertising slots and can edit and add ads in multiple places in the mall. It supports 5 commission withdrawal methods, and WeChat change is also available, and the change can be directly transferred to the user's WeChat wallet. Download to experience more features! Catalog description
├─server root directory (management backend, interface)│├─application application directory││├─admin management backend││├─application server interface│├─publicWEB directory (external access directory)││├─index. PHP entry file ││├─mobile compiled H5 code directory (online operation) │├─.env project environment configuration file (optimized reading configuration) ││├─uniappuni-app source code directory ││├─dockerdocker directory ( docker deployment)│├─config all container configuration files││├─mysqlmmysql configuration││├─phpphp configuration││├─nginxnginx configuration│││├─conf.dnginx domain name configuration│├─data all container data storage (redis, mysql, etc.)│├─log all container logs│├─docker-compose.yml run container orchestration file Deploy and run Pagoda panel deployment (recommended for official release)
To install the Pagoda panel, refer to the official documentation to install the Pagoda panel: https://www.bt.cn/
Download code, upload code, add site and configure.
phpStudy deployment (local deployment recommended)
Download and install phpStudy (version 8.1 recommended): https://www.xp.cn/download.html
After installation, open phpStudy and start mysql and nginx.
Download the code, add the site and configure.
docker deployment
Download the installation package suitable for your system and install docker.
Start the docker software and set the docker image source.
Enter the likeshop/docker directory and run docker-compose-plikeshopdowndocker-compose-plikeshopup-d
(When debugging, you can remove the -d parameter, which allows docker to run in the background) and quickly start docker with one click.