## (source code + 12,000-word document + ppt)
Ai Chi Hot Pot Ordering Mini Program consists of a mini program terminal and a management terminal.
The mini program is developed using the native language of the WeChat mini program.
The management front-end is developed with Vue+Elementui, and the management back-end is developed with SpirngBoot+MyBatis.
The database uses mysql.
Generally speaking, the technologies involved are relatively wide and the difficulty is moderate. They are all mainstream technologies on the market and are very suitable for learning in design projects or development.
Video introduction: Click to view the video introduction of Station B
Permission management: including menu management, user management, role management, department management, and user permission assignment.
Mini program management: including dish types, dish management, order management, and membership levels.
Mini app: menu inquiry, ordering, shopping cart management, dine-in takeout, order placement, order inquiry, address management.
If you have questions during the installation process or about the project, you can follow my official account to get my contact information for consultation.
There are more projects in the official account for you to choose from.
Tools & Techniques | Version |
---|---|
idea | |
JDK | 1.8 |
SpringBoot | 2.2.1 |
MyBatis | 1.3.2 |
JWT | 3.4 |
Vue | 2.0 |
ElementUI | 2.0 |
MySQL | 5.7 |
Node | v16.16.0 |
WeChat Developer Tools | |
WeChat mini program native development language |
1. The code is divided into three parts. orderfood-wx is the applet code, orderfood-vue is the front-end code, and orderfood-java is the back-end code.
2. Install the development environment jdk, node.js, vscode, idea/eclipse, and MySQL5.7.
3. Create the database orderfood in mysql and import orderfood.sql in the background code.
4. Just start the front-end program and the back-end program. The default startup port of the back-end program is 10000. The front-end calls the back-end to the 10000 port by default, which can be modified by yourself.
5. The WeChat applet needs to modify the appid and appsecret to its own.