A REST based Transaction and Loan management system inspired from Splitwise
Hobby Project for transaction management system.
It is a standard maven project. Use the install goal to build the project.
#Clone the repository.
git clone https://github.com/BikramKumar6928/splitwise.git
#Create the build files.
mvn clean install
#Run the built files.
mvn spring-boot:run