Digital Wallet Simulator is a menu-driven command line application
developed using Core Java, JDBC, and MySQL.
It follows layered architecture (DTO, DAO, Service) and demonstrates
real-time database operations.
This project is suitable for academic projects, resume, and viva.
- Core Java
- JDBC
- MySQL
- VS Code / Eclipse
- Create Wallet
- Add Money
- Withdraw Money
- View Balance
- Menu-driven console UI
src/ βββ dto/ βββ dao/ βββ daoimpl/ βββ service/ βββ util/ βββ main/