{"id":21195686,"url":"https://github.com/margato/bank","last_synced_at":"2025-03-14T21:42:39.716Z","repository":{"id":79038345,"uuid":"277007507","full_name":"margato/bank","owner":"margato","description":"A bank application made with Java, Swing and JDBC","archived":false,"fork":false,"pushed_at":"2020-09-12T22:45:41.000Z","size":6586,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-21T14:16:20.657Z","etag":null,"topics":["java","jdbc","swing"],"latest_commit_sha":null,"homepage":"http://bit.ly/bank-swing","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/margato.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":"2020-07-04T00:01:17.000Z","updated_at":"2020-09-13T18:00:28.000Z","dependencies_parsed_at":null,"dependency_job_id":"90b82344-34f7-4d96-9a09-7caaeaf2fbc3","html_url":"https://github.com/margato/bank","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/margato%2Fbank","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/margato%2Fbank/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/margato%2Fbank/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/margato%2Fbank/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/margato","download_url":"https://codeload.github.com/margato/bank/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243652714,"owners_count":20325607,"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":["java","jdbc","swing"],"created_at":"2024-11-20T19:30:08.904Z","updated_at":"2025-03-14T21:42:39.669Z","avatar_url":"https://github.com/margato.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Bank\n\nThis is a college work to develop a project using Java with Swing and JDBC.\n\nOur goal was to develop a highly maintainable and read-easy code with the use of a micro framework created to help handling database manipulations and window management.\n Mostly of our code structure (`core`  package) was inspired by Spring Framework.\n\nThis project can be resumed as an bank interface where users can deposit, withdraw, transfer to other users, see and generate bank statements PDFs.\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"doc/thumb.png\"/\u003e\n\u003c/p\u003e\n\n## Get started\n\nIn order to run this project, you will have to connect to a database (configurable in database.yaml).\nWe recommend Docker to set up the database with ease, you'll have to just run the commands below.\n\n### Docker\nDownload MySQL image from docker hub\n```bash\ndocker pull mysql\n```\n\nRun a container\n```bash\ndocker run -d -p 3306:3306 -e MYSQL_ROOT_PASSWORD=root -e MYSQL_DATABASE=banco -e MYSQL_USER=root -e MYSQL_PASSWORD=root --name bankdb mysql\n```\n\n### Remote database\nIf you want to connect to a cloud, you can change the credentials in `database.yaml`\n\n\n## After setting up database\nExecute it with Maven or an IDE of your preference.\n\n### Maven\n```bash \nmvn clean install\nmvn exec:java -Dexec.mainClass=\"br.unesp.banco.Main\"\n```\n\n### IDE\nRun class `br.unesp.banco.Main`\n\n## Do you want to know more about this project?\nRead [this doc](https://docs.google.com/document/d/1sC_w8kpSBZUoDh3RFgNcpUPe031ZHfjgF4UuoFB_DKg).\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmargato%2Fbank","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmargato%2Fbank","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmargato%2Fbank/lists"}