Skip to content

Latest commit

 

History

History
52 lines (41 loc) · 1011 Bytes

README.md

File metadata and controls

52 lines (41 loc) · 1011 Bytes

Wallet Application

A simple web-based financial application built with Java, SQLite and Maven.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

Java JDK 19, SQLite, Maven, IntelliJ/Eclipse

Installation

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

Features

Manage multiple bank accounts Record transactions View account and transaction history

Built With

Java JDK 19 SQLite Maven Spring Boot Hibernate

Contributing

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.

Author

Rishi