- Download/Clone the repo
- go to \UBKGBankingApplication\src\main\ui
- run "npm start"
- go to \UBKGBankingApplication\src\main\java\com\BankingApplication\BankingApplication\BankingApplication.java
- run the class file
- The app will start running in localhost:3000 and all API requests will be served at localhost:8080
- Use "BankUser" as the username and "dummy" as the password
P.S: H2 in-memory DB is used