- init project with https://start.spring.io/ or you can clone this repository
- install java sdk
- install mvn or gradle build
- install XAMPP or MAMP or Laragon for run the database server Mysql
- Make sure your database has been created with Mysql depend on this app
- Run the database server with XAMPP / MAMP / Laragon
- Run the spring app with "mvnw spring-boot:run"