This backend service is built with Spring Boot and connects to a MySQL database managed in Docker, with phpMyAdmin for database management.
- Spring Boot: Java backend framework
- MySQL: Database for storing application data, managed in Docker
- phpMyAdmin: Web interface for MySQL, managed in Docker
- Docker: Ensure Docker is installed and running on your machine.
- Java 17 or above: Required to run Spring Boot.
- Maven: Ensure Maven is installed for dependency management (or use the included
mvnw
wrapper).
git clone <your-repo-url>
cd <your-repo-directory>