My master's degree thesis project - backend for a personal finance manager web app (using Spring Boot)
- Download source code
- Import in Eclipse / Spring Tool Suite (or your preferred Java IDE) as a Maven project.
- Configure "spring.datasource" values in the application.properties file
- Run Maven command "mvn clean install"
- Run as a Java Application or a Spring Boot Application
- Access the app at http://localhost:8800
NOTE: REST API documentation is available at http://localhost:8800/swagger-ui.html