{"id":27137967,"url":"https://github.com/justfairdev/bankapp","last_synced_at":"2026-05-09T05:31:48.813Z","repository":{"id":233827844,"uuid":"785491070","full_name":"justfairdev/BankApp","owner":"justfairdev","description":"Banking Application using Java 8, Sprint Boot, Spring Security and H2 Database","archived":false,"fork":false,"pushed_at":"2024-04-12T01:41:22.000Z","size":21,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-08T04:37:28.037Z","etag":null,"topics":["db","h2","java8","spring-boot","spring-security"],"latest_commit_sha":null,"homepage":"","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/justfairdev.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}},"created_at":"2024-04-12T01:40:54.000Z","updated_at":"2025-01-12T08:03:50.000Z","dependencies_parsed_at":"2024-04-17T12:15:45.322Z","dependency_job_id":"95f27908-8739-4326-9533-36d6041d1146","html_url":"https://github.com/justfairdev/BankApp","commit_stats":null,"previous_names":["passiondev2024/bankapp","silkgod/bankapp","justfairdev/bankapp"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/justfairdev%2FBankApp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/justfairdev%2FBankApp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/justfairdev%2FBankApp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/justfairdev%2FBankApp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/justfairdev","download_url":"https://codeload.github.com/justfairdev/BankApp/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247779792,"owners_count":20994570,"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":["db","h2","java8","spring-boot","spring-security"],"created_at":"2025-04-08T04:37:31.134Z","updated_at":"2025-10-18T20:03:42.753Z","avatar_url":"https://github.com/justfairdev.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Banking Application using Java8, Spring Boot, Spring Security and H2 DB\n\nRESTful API to simulate simple banking operations. \n\n## Requirements\n\n*\tCRUD operations for customers and accounts.\n*\tSupport deposits and withdrawals on accounts.\n*\tInternal transfer support (i.e. a customer may transfer funds from one account to another).\n\n\n## Getting Started\n\n1. Checkout the project from GitHub\n\n```\ngit clone https://github.com/sbathina/BankApp\n\n```\n2. Enable Lombok support on your IDE\n\nRefer to the following link for instructions:\n\n```\nhttps://projectlombok.org/setup/eclipse\n\n```\n3. Open IDE of your choice and Import as existing maven project in your workspace\n\n```\n- Import existing maven project\n- Run mvn clean install\n- If using STS, Run As Spring Boot App\n\n```\n4. Default port for the api is 8989\n\n\n### Prerequisites\n\n* Java 8\n* Spring Tool Suite 4 or similar IDE\n* [Maven](https://maven.apache.org/) - Dependency Management\n\n### Maven Dependencies\n\n```\nspring-boot-starter-actuator\nspring-boot-starter-data-jpa\nspring-boot-starter-security\nspring-boot-starter-web\nspring-boot-devtools\nh2 - Inmemory database\nlombok - to reduce boilerplate code\nspringfox-swagger2\nspringfox-swagger-ui\nspring-boot-starter-test\nspring-security-test\n\n```\n\n## Swagger\n\nPlease find the Rest API documentation in the below url\n\n```\nhttp://localhost:8989/bank-api/swagger-ui.html\n\n```\n\n## H2 In-Memory Database\n\nMake sure to use jdbc:h2:mem:testdb as your jdbc url. If you intend to you use custom database name, please\ndefine datasource properties in application.yml\n\n```\nhttp://localhost:8989/bank-api/h2-console/\n\n```\n\n## Testing the Bank APP Rest Api\n\n1. Please use the Swagger url to perform CRUD operations. \n\n2. Browse to \u003cproject-root\u003e/src/test/resources to find sample requests to add customer and accounts.\n\n\n## Authors\n\n* **Shyam Bathina**\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjustfairdev%2Fbankapp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjustfairdev%2Fbankapp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjustfairdev%2Fbankapp/lists"}