This is a simple implementation of a take-out system. It is a simple system that allows the user to order food from a restaurant and allows the restaurant employees to manage the orders and the stock information.
This project follows a tutorial video from BiliBili 黑马 with minor modifications to adapt some up-to-date technologies. Thus, the main system design is not original, but this is not a simple copy-paste project. The project focuses on the implementation of the backend. Although the frontend is given directly from the tutorial, it is always a good practice to know some basic frontend technologies.
- Spring Boot 3.2.2
- Java SDK 21
- MySQL Latest
- OrbStack (for container management)
- The Vue.js
- Mybatis Plus 3.5.5 from baomidou
- Lombok 1.18.30
- Fast JSON 1.2.76 from Alibaba
- Commons Lang 2.6
- MySQL Connector Java 8.0.33 from MySQL
- Druid Spring Boot Starter 1.2.23 from Alibaba