Car charging pile WeChat applet based on java SpringBoot and Vue uniapp
Version 1 demonstration video link: https://live.csdn.net/v/327239
Version 2 demonstration video link: https://www.bilibili.com/video/BV1r5BNYpEmo/
For details, please contact WeChat 1: egvh56ufy7hh, WeChat 2: dabocode. Undertake commercial projects, courses, graduation projects and papers, including but not limited to Web, APP, small programs, etc. Courses and graduation projects provide remote deployment and unlimited code answers!
Features implemented in version 1:
The background management of this system is the PC browser side, and the client side is the WeChat applet.
Functions should include: user registration and login, member management, order management, message management, shared charging pile management, etc. Users at the front desk can also perform operations such as information reading, charging and placing orders.
Registration and login: The administrator can log in to the backend management system using the account information that has been created. Unregistered WeChat users can register, and after having an account, they can log in to the mini program;
Member management: Administrators can view all registered member information and implement additions, deletions, modifications, and searches;
Order management: Administrators can view users’ charging order records on the mini program;
Message management: It is mainly for the administrator to add, delete, modify and check messages;
Shared charging pile management: realize the entry of the charging station name, parking lot name, location, quantity, charge, profile information, etc. of the charging pile. Implement additions, deletions, modifications and searches.
Version 2 adds new administrators based on version 1 to issue consumption coupons to users. Users can deduct charging fees when paying in the mini program, and can also view existing coupons. The coupons are divided into used and unused. state.
Technologies used:
Back-end Java language SpringBoot framework, MySql database, Maven dependency management, etc.;
The front-end PC front-end uses element-ui, and the WeChat applet uses the UniApp framework of Vue.js syntax.