Environment Preparation List
The Cloud API demo is designed with a separate front-end and back-end, using the TS+Vue3 framework for the front-end and the JAVA language for the back-end (must be 11 and above, otherwise, the back-end code will not compile) and the Spring Boot framework. To use this demo, the user needs to be familiar with the following knowledge in advance.
- Front-end
- TypeScript, HTML, CSS.
- Vue3.x, Node.js npm.
- Ant Design Vue V2
- HTTP/Websocket
- The Linux environment deploys front-end application services via Nginx.
- Open API for amap.
- Back-end
- Java
- Spring Boot
- MQTT
- MySQL
- WebSocket
- Redis
- *Environment & Versions
- Linux, Ubuntu16.04
- Java version: openJDK must be 11 and above.
- MySQL version: 8.0.26
- EMQX version: 4.4.0
- Redis version: 6.2
- Nginx version: 1.20.2
- Vue version: 3.0.5
- Node.js version: 17.8
- Demo Download
- Click to download the front-end source code.
- Click to download the back-end source code.
- If you don't want to install the development environment, you can try deploying with docker. Click the link to download.