Finance manager backend application with Java (Spring Boot) and H2.
- Clone the repo
- Open "src/backend" in the IDE of your choice (preferrably IntelliJ)
- Run the command "mvn clean install"
- Go into the plugins module and run the class "FinanceManagerBackendApplication"
- Access the API at "http://localhost:8080/swagger-ui/index.html" or the H2-Console at "http://localhost:8080/h2-console"
- Enjoy :)