Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nevinmathew/digital-wallet
Wallet Service is a Java application built with Spring Boot that provides financial services such as user account management, transactions, and balance inquiries. It utilizes MySQL as the database for storing user data and transaction logs. This project offers a simple and secure solution for managing digital wallets and financial transactions.
https://github.com/nevinmathew/digital-wallet
digital-wallet financial-services java mysql spring-boot
Last synced: 24 days ago
JSON representation
Wallet Service is a Java application built with Spring Boot that provides financial services such as user account management, transactions, and balance inquiries. It utilizes MySQL as the database for storing user data and transaction logs. This project offers a simple and secure solution for managing digital wallets and financial transactions.
- Host: GitHub
- URL: https://github.com/nevinmathew/digital-wallet
- Owner: nevinmathew
- Created: 2023-01-09T18:58:03.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-20T12:04:18.000Z (9 months ago)
- Last Synced: 2024-11-07T10:20:33.207Z (2 months ago)
- Topics: digital-wallet, financial-services, java, mysql, spring-boot
- Language: Java
- Homepage:
- Size: 33.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Digital-Wallet
This project implements a digital wallet service using Java and the Spring Boot framework. The service allows users to perform various wallet-related operations, including creating and managing user accounts, checking balances, depositing and withdrawing funds, and viewing transaction histories.
## Table of Contents
- [Languages and Tools](#languages-and-tools)
- [Features](#features)
- [Configuration](#configuration)
- [Acknowledgment](#acknowledgment)## Languages and Tools
[![Java](https://img.shields.io/badge/java-%23ED8B00.svg?style=for-the-badge&logo=java&logoColor=white)](https://www.java.com/)
[![Spring](https://img.shields.io/badge/spring-%236DB33F.svg?style=for-the-badge&logo=spring&logoColor=white)](https://spring.io/)
[![MySQL](https://img.shields.io/badge/mysql-%2300f.svg?style=for-the-badge&logo=mysql&logoColor=white)](https://www.mysql.com/)## Features
Below are some of the key features of this project:- Create and manage user accounts with detailed information.
- Perform secure and accurate deposit and withdrawal operations.
- Maintain transaction logs for tracking financial activities.
- Utilize Spring Boot, MySQL database, and Java technologies.
- Easy setup and configuration for rapid deployment.## Configuration
The configuration specifies the database connection details, compression settings, and other properties to manage your application. You can modify these settings as needed