当前位置:网站首页>A complete mall system
A complete mall system
2022-07-03 10:25:00 【Android Guide】

Good evening , I am Lao Bei , official account 「GitHub Point north 」 Will recommend GitHub There are interesting projects on , Tap the value of open source , Welcome to your attention .
This is a complete mall system , contain Spring Boot Back end + Vue Administrator front end + Wechat applet user front end + Vue User mobile terminal .
Manage background instances

- Browser open , Enter the following URL : http://122.51.199.160:8080/#/login
- Administrator user name
admin123, Administrator passwordadmin123
Be careful : This instance is just a test management background , It's not the management background of the first two small shopping malls .
Project framework

Technology stack
- Spring Boot
- Vue
- Wechat applet

function
The function of small Mall
- home page
- List of topics 、 Project details
- List of categories 、 Classification details
- Brand list 、 Brand details
- New product launch 、 Popular recommendation
- List of coupons 、 Coupon options
- Group purchase
- Search for
- Goods details 、 Product evaluation 、 Commodity sharing
- The shopping cart
- Place an order
- Order list 、 Order details 、 Order after sales
- Address 、 Collection 、 footprint 、 Feedback
- Customer service
Manage platform functions
- Member management
- Mall Management
- Commodity management
- Promotion management
- System management
- Configuration Management
- Statistical report
Quick start
Configure minimal development environment :
The databases are imported in turn litemall-db/sql Database file under
- litemall_schema.sql
- litemall_table.sql
- litemall_data.sql
Start the back-end service of small shopping mall and management background
Open the command line , Enter the following command
`cd litemall` `mvn install` `mvn clean package` `java -Dfile.encoding=UTF-8 -jar litemall-all/target/litemall-all-0.1.0-exec.jar`Start the management backend front end
Open the command line , Enter the following command
`npm install -g cnpm --registry=https://registry.npm.taobao.org` `cd litemall/litemall-admin` `cnpm install` `cnpm run dev`here , Browser open , Enter url
http://localhost:9527, At this point, enter the management background login page .Start the front end of the small mall
There are two sets of small shopping malls litemall-wx and renard-wx, Developers can import and test respectively :
- Wechat development tool import litemall-wx project ;
- Project configuration , Enable “ Do not verify legal domain name 、web-view( Business domain name )、TLS Version, and HTTPS certificate ”
- Click on “ compile ”, You can preview the effect on wechat development tools ;
- You can also click “ preview ”, Then scan your mobile phone and log in ( But the mobile phone needs to turn on the debugging function ).
Be careful :
Here is just the simplest way to start , And wechat login in small shopping malls 、 Wechat payment and other functions need to be set by developers to run , Please refer to file .
Start the front end of the light mall
Open the command line , Enter the following command
`npm install -g cnpm --registry=https://registry.npm.taobao.org` `cd litemall/litemall-vue` `cnpm install` `cnpm run dev`here , browser ( The proposal USES chrome Mobile phone mode ) open , Enter url
http://localhost:6255, Now enter the light shopping mall .Be careful :
Now the function is very unstable , In the development stage .
Source code address
And no. GitHub Point north The background to reply Mall system Get the source address .
边栏推荐
- Leetcode-513: find the lower left corner value of the tree
- Deep Reinforcement learning with PyTorch
- 波士顿房价预测(TensorFlow2.9实践)
- Replace the files under the folder with sed
- Flutter 退出当前操作二次确认怎么做才更优雅?
- Hands on deep learning pytorch version exercise solution - 2.6 probability
- Hands on deep learning pytorch version exercise solution - 2.5 automatic differentiation
- Numpy Foundation
- Markdown latex full quantifier and existential quantifier (for all, existential)
- 20220610其他:任务调度器
猜你喜欢

Hands on deep learning pytorch version exercise solution - 2.3 linear algebra

『快速入门electron』之实现窗口拖拽

【C 题集】of Ⅵ

Standard library header file

CV learning notes - Stereo Vision (point cloud model, spin image, 3D reconstruction)

Opencv image rotation

LeetCode - 705 设计哈希集合(设计)

Leetcode-106: construct a binary tree according to the sequence of middle and later traversal

Data preprocessing - Data Mining 1

波士顿房价预测(TensorFlow2.9实践)
随机推荐
Secure in mysql8.0 under Windows_ file_ Priv is null solution
LeetCode - 1670 設計前中後隊列(設計 - 兩個雙端隊列)
Leetcode - 933 number of recent requests
Leetcode-404:左叶子之和
Leetcode - the k-th element in 703 data flow (design priority queue)
CV learning notes ransca & image similarity comparison hash
QT setting suspension button
Pytorch ADDA code learning notes
Opencv interview guide
20220604 Mathematics: square root of X
LeetCode - 673. Number of longest increasing subsequences
20220603数学:Pow(x,n)
LeetCode - 703 数据流中的第 K 大元素(设计 - 优先队列)
Tensorflow2.0 save model
OpenCV Error: Assertion failed (size.width>0 && size.height>0) in imshow
【C 题集】of Ⅵ
Connect Alibaba cloud servers in the form of key pairs
Opencv notes 20 PCA
Leetcode - 1172 plate stack (Design - list + small top pile + stack))
20220610 other: Task Scheduler