Our project uses Spring Boot with Gradle to build backend infrastructure for generating API routes for frontend interaction. The main goal is to provide endpoints for efficient data retrieval and manipulation, including fetching data, adding entities, and handling errors with comprehensive logging and exception management.
Set up datbase according to this tutorial.
Copy repository to your local machine.
If port is occupied:
- netstat -ano | findstr :8080
- taskkill /F /PID [taskid]
- ./gradlew bootRun --stacktrace