{"id":27874785,"url":"https://github.com/camerodev/bankapp","last_synced_at":"2025-05-05T01:38:21.251Z","repository":{"id":286641991,"uuid":"961550449","full_name":"camerodev/BankApp","owner":"camerodev","description":null,"archived":false,"fork":false,"pushed_at":"2025-04-06T18:37:41.000Z","size":21,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-07T16:43:26.758Z","etag":null,"topics":[],"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/camerodev.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":"2025-04-06T18:37:38.000Z","updated_at":"2025-04-06T18:37:45.000Z","dependencies_parsed_at":"2025-04-07T16:53:32.543Z","dependency_job_id":null,"html_url":"https://github.com/camerodev/BankApp","commit_stats":null,"previous_names":["camerodev/bankapp"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/camerodev%2FBankApp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/camerodev%2FBankApp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/camerodev%2FBankApp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/camerodev%2FBankApp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/camerodev","download_url":"https://codeload.github.com/camerodev/BankApp/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252424946,"owners_count":21745835,"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":[],"created_at":"2025-05-05T01:38:20.633Z","updated_at":"2025-05-05T01:38:21.242Z","avatar_url":"https://github.com/camerodev.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%2Fcamerodev%2Fbankapp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcamerodev%2Fbankapp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcamerodev%2Fbankapp/lists"}