{"id":21311079,"url":"https://github.com/evegen55/remote_banking","last_synced_at":"2026-05-08T11:33:16.643Z","repository":{"id":100641390,"uuid":"122330450","full_name":"Evegen55/remote_banking","owner":"Evegen55","description":"Web application with REST, microservices and OAuth authorization on different clouds","archived":false,"fork":false,"pushed_at":"2020-01-04T22:50:09.000Z","size":840,"stargazers_count":2,"open_issues_count":6,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-15T20:42:06.025Z","etag":null,"topics":["cloud","google-app-engine","hibernate5","javaee","microservice","mysql","rest","spring-boot","spring-data-jpa"],"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/Evegen55.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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-02-21T11:55:58.000Z","updated_at":"2022-02-09T17:52:12.000Z","dependencies_parsed_at":"2023-05-18T13:37:43.268Z","dependency_job_id":null,"html_url":"https://github.com/Evegen55/remote_banking","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Evegen55/remote_banking","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Evegen55%2Fremote_banking","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Evegen55%2Fremote_banking/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Evegen55%2Fremote_banking/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Evegen55%2Fremote_banking/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Evegen55","download_url":"https://codeload.github.com/Evegen55/remote_banking/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Evegen55%2Fremote_banking/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32778579,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-08T08:22:46.396Z","status":"ssl_error","status_checked_at":"2026-05-08T08:22:45.650Z","response_time":54,"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":["cloud","google-app-engine","hibernate5","javaee","microservice","mysql","rest","spring-boot","spring-data-jpa"],"created_at":"2024-11-21T17:16:13.951Z","updated_at":"2026-05-08T11:33:16.636Z","avatar_url":"https://github.com/Evegen55.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# An example of modern web application by implementing remote banking system\n### designed with REST, microservices and OAuth authorization\n\n This app is developing with two git services:\n - [GitHub](https://github.com/Evegen55/remote_banking)\n - [Bitbucket](https://bitbucket.org/Johnn55/remote_banking)\n\n## The high-level architecture design:\n\n![**high-level**](https://raw.githubusercontent.com/Evegen55/remote_banking/master/src/test/resources/for_readme/high-level_remote_banking.png)\n\nSource of scheme is  [here](https://www.lucidchart.com/documents/view/90174cab-00d1-43a2-886b-0d83f6922d4f)\n\nThe first version of a database (with MySQL RDBMS):\n\n![**first version**](https://raw.githubusercontent.com/Evegen55/remote_banking/master/src/test/resources/for_readme/first_rdbms.PNG)\n\n**NOTE!**\n\nBefore deployment write credentials to a database at `db_connections.properties`:\n\n- `datasource.username`\n- `datasource.password`\n\nDeployment to a google cloud:\n\n - [With no billing](https://youtu.be/5wNI4Btpbos)\n - [With enabled billing](TODO)\n - [External link](TODO)\n \n## Build and run\n\n **Important!**\n\n This project has [Liquibase plugin ](liquibase.org) in order to manage RDMBS development flow.\n The main purpose to use that is to have knowledge about changes in a database.\n If you did the first creation of a database manually via init.sql file -\n do not run `update` command with gradle until you make other changes in a database.\n In that case put path to your file with `liquibase.changelogfile` field at `db_connections.properties`\n (path has to be relative to folder `$projectDir/rdbms_flow`)\n If you want to do the first creation of a database via Liquibase plugin -\n first you have to create a schema (database) as named in connection URL (remote_banking).\n Just because Liquibase has no ability to create schema.\n\n So to run application:\n \n - In case updating RDBMS via Liquibase plugin. Gradle will also run tests:\n  \n    `./gradlew update bootRun`\n    \n    (Liquibase update task creates a schema and populates it by demo data.)\n    \n - In case start application without updating RDBMS. Gradle will also run tests:\n \n    `./gradlew bootRun`\n\n## ENDPOINTS for HTTP-methods:\n(to tune API root see also api.root property)\n\n### GET\n\n - [http://localhost:8080/rest/v1/hello/world](http://localhost:8080/rest/v1/hello/world)\n - [http://localhost:8080/rest/v1/users](http://localhost:8080/rest/v1/users)\n - [http://localhost:8080/rest/v1/users/1](http://localhost:8080/rest/v1/users/1)\n - [http://localhost:8080/rest/v1/users/1/emails](http://localhost:8080/rest/v1/users/1/emails)\n - [http://localhost:8080/rest/v1/send-to-jms-queue/fake-user](http://localhost:8080/rest/v1/send-to-jms-queue/fake-user)\n\n### POST\n\n - [http://localhost:8080/rest/v1/users](http://localhost:8080/rest/v1/users)\n \n \n    accept: application/json    \n    content-type: application/json    \n    \n    {\n    \n        \"firstName\": \"John\",\n        \"lastName\": \"Doe\",\n        \"dateOfBirth\": {\n            \"year\": 2000,\n            \"month\": 1,\n            \"day\": 1\n        },\n        \"gender\": \"man\"\n     }\n    \n    RESPONSE: HTTP 201 (Created)\n    \n    Location header: http://localhost:8080/rest/v1/users/1\n \n \n## License\n \n Copyright (C) 2018 - 2018 [Evgenii Lartcev](https://github.com/Evegen55/) and contributors\n \n Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\n \n The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\n \n THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fevegen55%2Fremote_banking","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fevegen55%2Fremote_banking","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fevegen55%2Fremote_banking/lists"}