A demo project for college student to get started with credit card spend analyzer
-
Clone the code from GitHub
-
Download JDK17 and install it.
-
Open a terminal and change to the project folder
$cd spend-analyzer -
Run
$./gradlew clean build bootRunfor Mac/Linux, for Windows you can just rungradlew clean build bootRun -
You can access your application using
http://localhost:8080 -
Install an IDE, you can use any like Eclipse or Visual Studio Code
-
Open the project on an IDE of your choice to make changes