{"id":26784939,"url":"https://github.com/nitish906/payment-wallet-application","last_synced_at":"2026-04-13T10:31:08.239Z","repository":{"id":122976536,"uuid":"562709818","full_name":"nitish906/Payment-Wallet-Application","owner":"nitish906","description":"A payment application with CRUD operations and banking logical operations while maintaining the balance and account sections of the customers while providing the transactions.","archived":false,"fork":false,"pushed_at":"2022-12-09T18:11:25.000Z","size":460,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-29T10:47:58.447Z","etag":null,"topics":["api","hibernate","java-8","jpa-hibernate","mysql","postman","spring","spring-boot","swager"],"latest_commit_sha":null,"homepage":"https://github.com/nitish906/Payment-Wallet-Application","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nitish906.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-11-07T04:49:07.000Z","updated_at":"2022-11-23T05:22:09.000Z","dependencies_parsed_at":"2024-07-14T08:31:04.144Z","dependency_job_id":null,"html_url":"https://github.com/nitish906/Payment-Wallet-Application","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/nitish906/Payment-Wallet-Application","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nitish906%2FPayment-Wallet-Application","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nitish906%2FPayment-Wallet-Application/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nitish906%2FPayment-Wallet-Application/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nitish906%2FPayment-Wallet-Application/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nitish906","download_url":"https://codeload.github.com/nitish906/Payment-Wallet-Application/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nitish906%2FPayment-Wallet-Application/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31748888,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-13T09:16:15.125Z","status":"ssl_error","status_checked_at":"2026-04-13T09:16:05.023Z","response_time":93,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["api","hibernate","java-8","jpa-hibernate","mysql","postman","spring","spring-boot","swager"],"created_at":"2025-03-29T10:47:58.501Z","updated_at":"2026-04-13T10:31:08.234Z","avatar_url":"https://github.com/nitish906.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Payment Wallet Application\n- A payment application with CRUD operations and banking logical operations while maintaining the balance and account sections of the customers while providing the transactions.\n\n- An developement of RESTful API for an Online Payment Wallet application. This API performs all the fundamental CRUD operations of any Online Wallet Banking platform with user validation at every step.\n\n## Teach Stacks Implemented:\n- Java\n- Spring\n- Spring Boot JPA\n- Hibernate\n- MySQL\n- Swagger(UI)\n- Lombok\n\n\n## Problem Statement:-\n- To create payment wallet application for XYZ bank. \n- Customers will be able to park their money in the wallet.\n- Customer should be able to pay different bills using this wallet.\n- They should be able to connect bank account with this payment wallet and add money. \n- Application should allow customers to check the balance, deposit money etc.\n\n## Features(How to Work Application)\n- User Login authrntication\n- validation for the account number\n- validation for the current user and user identification\n- RESTful API with CURD operations\n- Functional Front End For better user experience\n\n# Modules:(Service Interface)\n-\tAccount Module\n-\tCustomer Module\n-\tBill Payment Module\n-\tTransaction Module\n-\tBeneficiary Module\n-\tBank Account Module\n\n## Class Design:\nPojo Classes:\n- Customer\n- BeneficiaryDetails\n- BackAccount\n- BillPayment\n- Transaction\n\n# Application Desigen Method:--\n- Entity Modules:\n- DAO(Repository) Modules:\n- Service Modules:\n- Exceptions Modules:\n- Controller:\n\n# ------1.Entity Class Modules:------\n- Login\n- Coustomer\n- Wallet\n- BankAccount\n- Transaction\n- Transaction Type\n- Bill Payment\n- BeneficiaryDetails\n\n# ------2. DAO(Repository) Modules------\n- CoustomerDao\n- CurrentUserSessionDao\n- WalletDao\n- BankAccountDao\n- TransactionDao\n- Bill PaymentDao\n- BeneficiaryDetailsDao\n\n# ------3. Service Modules(Class \u0026 Interface):-----\n## interface \n- LoginService\n- CoustomerService\n- WalletService\n- BankAccountService\n- TransactionService\n- Transaction Type Service\n- Bill Payment Service\n- BeneficiaryDetailsService\n\n## Class Modules\n- LoginServiceImpl\n- CoustomerServiceImpl\n- WalletServiceImpl\n- BankAccountServiceImpl\n- TransactionServiceImpl\n- Transaction Type ServiceImpl\n- Bill Payment ServiceImpl\n- BeneficiaryDetailsServiceImpl\n\n# -----4. Exceptions Modules:-----\n- WalletNotFound\n- CustomerException\n- GlobalExceptionHandler\n- BankAccountNotFound\n\n# ------5.Controller Modules:------\n- LoginController\n- CoustomerController\n- WalletController\n- BankAccountController\n- TransactionController\n- Transaction Type Controller\n- Bill Payment Controller\n- BeneficiaryDetails Controller\n -----------------\n# ER Diagram\nThe following Diagram depicts the flow of our Entity Relation Diagram to simplify the work flow.\n![Swagger UI - Google Chrome 03-10-2022 09_20_51](https://github.com/nitish906/Payment-Wallet-Application/blob/main/PaymentApplication.jpeg)\n\n# Roles And Responsibilities\n\n\n\n# API Root Endpoint\n\n https://localhost:8888/\n \n https://localhost:8888/swagger-ui/#\n\n\n# Screenshots(Back-end Application UI)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnitish906%2Fpayment-wallet-application","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnitish906%2Fpayment-wallet-application","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnitish906%2Fpayment-wallet-application/lists"}