Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 463 Bytes

File metadata and controls

11 lines (9 loc) · 463 Bytes

DH-Software-Engineering-II

Finance manager backend application with Java (Spring Boot) and H2.

How to start it

  1. Clone the repo
  2. Open "src/backend" in the IDE of your choice (preferrably IntelliJ)
  3. Run the command "mvn clean install"
  4. Go into the plugins module and run the class "FinanceManagerBackendApplication"
  5. Access the API at "http://localhost:8080/swagger-ui/index.html" or the H2-Console at "http://localhost:8080/h2-console"
  6. Enjoy :)