There was an error while loading. Please reload this page.
Follow these steps to run the backend Java Spring Boot 3 service locally.
backend
cd backend
.env
backend/.env.example
Database schemas are managed using Flyway. To run migrations manually:
mvn flyway:migrate
Start the Spring Boot backend server on port 8080:
mvn spring-boot:run