{"id":21633145,"url":"https://github.com/vivekpatel111/simple-wallet-service","last_synced_at":"2026-04-15T06:36:35.485Z","repository":{"id":264355141,"uuid":"146334512","full_name":"vivekpatel111/simple-wallet-service","owner":"vivekpatel111","description":"Wallet which will allow credit, debit of amount and cancellation of debit/credit transactions and shows current balance.","archived":false,"fork":false,"pushed_at":"2018-08-28T18:46:24.000Z","size":26,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-24T23:48:31.958Z","etag":null,"topics":["hibernate","java","lombok","maven","mysql","rapid-development","sparkjava","wallet"],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/vivekpatel111.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2018-08-27T17:59:02.000Z","updated_at":"2023-03-04T10:45:23.000Z","dependencies_parsed_at":"2024-11-23T17:33:05.082Z","dependency_job_id":null,"html_url":"https://github.com/vivekpatel111/simple-wallet-service","commit_stats":null,"previous_names":["vivekpatel111/simple-wallet-service"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vivekpatel111%2Fsimple-wallet-service","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vivekpatel111%2Fsimple-wallet-service/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vivekpatel111%2Fsimple-wallet-service/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vivekpatel111%2Fsimple-wallet-service/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vivekpatel111","download_url":"https://codeload.github.com/vivekpatel111/simple-wallet-service/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244313827,"owners_count":20433011,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["hibernate","java","lombok","maven","mysql","rapid-development","sparkjava","wallet"],"created_at":"2024-11-25T03:00:55.864Z","updated_at":"2026-04-15T06:36:30.432Z","avatar_url":"https://github.com/vivekpatel111.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 💰 Simple Wallet Service 💻\n\n![Packagist](https://img.shields.io/packagist/l/doctrine/orm.svg) \n\nWallet which will allow credit, debit of amount and cancellation of debit/credit transactions and shows current balance.\n\n#### Setup project\n1. Setup mysql database `wallet_db`\n(given setup file will create database and tables with root user with no password.)\n    ```shell\n    sh setup.sh\n    ```\n\n1. Setup maven project `wallet-service`\n    ```shell\n    mvm clean install\n    ```\n\n#### Build project\n```shell\nmvn clean compile assembly:single\n```\nAbove command will generate `jar` file with all dependencies.\n\n#### Run project\nRun project directly using `maven` with below command\n```shell\nmvn exec:java\n```\n\nOR\n\nRun project from generated `jar` file using below command\n```shell\njava -cp target/wallet-service-1.0.0-SNAPSHOT-jar-with-dependencies.jar com.wallet.WalletService\n```\n\n## API\n\nDownload Postman collection for API\n\n[![Run in Postman](https://run.pstmn.io/button.svg)](https://app.getpostman.com/run-collection/462b92ee5bb69bdfbf24)\n\n## Database Structure\n\n| Table Name | Description |\n| --- | --- |\n| transaction_status_types | Contains transaction status cycle like - \u003cul\u003e\u003cli\u003eNEW\u003c/li\u003e\u003cli\u003eSUCCESSFUL\u003c/li\u003e\u003cli\u003eFAILED\u003c/li\u003e\u003cli\u003eCANCELLED\u003c/li\u003e\u003c/ul\u003e |\n| transaction_types | Contains transaction types like - \u003cul\u003e\u003cli\u003eCREDIT\u003c/li\u003e\u003cli\u003eDEBIT\u003c/li\u003e\u003c/ul\u003e |\n| transactions | Contains transaction data with timestamp and status |\n| transaction_status_logs | Contains transaction log data with timestamp, old and new status |\n| wallet_status_types | Contains wallet status like - \u003cul\u003e\u003cli\u003eACTIVE\u003c/li\u003e\u003cli\u003eINACTIVE\u003c/li\u003e\u003c/ul\u003e |\n| wallet_types | Contains wallet types with minimum balance like - \u003cul\u003e\u003cli\u003eREGULAR\u003c/li\u003e\u003cli\u003eOVERDRAFT\u003c/li\u003e\u003c/ul\u003e |\n| wallets | Contains wallet information with current balance |\n\n*This project is licensed under the terms of the MIT license.*\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvivekpatel111%2Fsimple-wallet-service","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvivekpatel111%2Fsimple-wallet-service","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvivekpatel111%2Fsimple-wallet-service/lists"}