A simple web-based financial application built with Java, SQLite and Maven.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
Java JDK 19, SQLite, Maven, IntelliJ/Eclipse
Clone the repository:
$ git clone https://github.com/RishiM1408/wallet.git
Navigate to the project directory:
$ cd wallet
Build the project using Maven:
$ mvn clean install
Run the application:
$ mvn spring-boot:run
Open your browser and navigate to http://localhost:8080
Manage multiple bank accounts Record transactions View account and transaction history
Java JDK 19 SQLite Maven Spring Boot Hibernate
Contributions are welcome! Feel free to fork the repository and make changes as you see fit. When you're ready, submit a pull request and I will review and merge your changes.
Rishi