Demo Project for P33 Strong Start with Discover
- Install Java Development Kit (JDK) 21, options:
- Install IDE of choice
- Spring Tools for Eclipse - free
- Visual Studio Code - free
- IntelliJ IDEA - requires license
- Download source code, options:
- Click green 'Code' button -> Download Zip, then extract zip file
- Clone repository, see intructions here
- Open Project folder in IDE of Choice
- Find the file
SpendDashboardApiApplication.java
-> Right Click -> Run Java / Run Application - You should see logs in the console that application has started up
- Load http://localhost:8080/swagger-ui/index.html in a browser window