{"id":17989328,"url":"https://github.com/pietrzakadrian/bank-server","last_synced_at":"2025-08-19T14:09:46.991Z","repository":{"id":37244618,"uuid":"251322144","full_name":"pietrzakadrian/bank-server","owner":"pietrzakadrian","description":"backend app with double-entry bookkeeping for account balance calculation |  Nest.js, REST API and PostgreSQL","archived":false,"fork":false,"pushed_at":"2023-01-24T06:47:06.000Z","size":2980,"stargazers_count":276,"open_issues_count":26,"forks_count":99,"subscribers_count":10,"default_branch":"master","last_synced_at":"2025-05-26T11:15:52.219Z","etag":null,"topics":["backend-server","nestjs","nodejs","postgresql","rest-api","typescript"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/pietrzakadrian.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-03-30T13:59:48.000Z","updated_at":"2025-05-12T19:43:49.000Z","dependencies_parsed_at":"2023-02-13T18:47:42.091Z","dependency_job_id":null,"html_url":"https://github.com/pietrzakadrian/bank-server","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/pietrzakadrian/bank-server","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pietrzakadrian%2Fbank-server","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pietrzakadrian%2Fbank-server/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pietrzakadrian%2Fbank-server/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pietrzakadrian%2Fbank-server/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pietrzakadrian","download_url":"https://codeload.github.com/pietrzakadrian/bank-server/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pietrzakadrian%2Fbank-server/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271166321,"owners_count":24710464,"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","status":"online","status_checked_at":"2025-08-19T02:00:09.176Z","response_time":63,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["backend-server","nestjs","nodejs","postgresql","rest-api","typescript"],"created_at":"2024-10-29T19:14:19.816Z","updated_at":"2025-08-19T14:09:46.940Z","avatar_url":"https://github.com/pietrzakadrian.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n\u003cbr\u003e\n    \u003ca href=\"https://bank.pietrzakadrian.com\"\u003e \n        \u003cimg src=\"https://images.pietrzakadrian.com/logo.png\" alt=\"Bank Application\"/\u003e\n    \u003c/a\u003e\n\n[**Live Preview**](https://bank.pietrzakadrian.com) | [**Swagger Documentation**](https://api.pietrzakadrian.com/documentation) | [**Contact the developer**](mailto:contact@pietrzakadrian.com)\n\n \u003chr\u003e\n\u003ch4\u003e\nFull Stack Web Application similar to financial software that is used in professional banking institutions.\n\u003c/h4\u003e\n\n\u003c/div\u003e\n\n- The current account balance is calculated based on the SQL operation (**Double-entry bookkeeping**)\n- Internalization of the application for three languages: **English**, **German** and **Polish**\n- Support for **multiple currencies** with the current rate supplied from an external server via **API**\n- Application programmed according to the correct design patterns and principle, i.e. **SOLID**, **DRY** and **KISS**\n- Software supports **PWA**, it is adapted to all modern browsers and mobile devices (RWD)\n- Implementation of **Google Analytics** along with the Cookie Consent according to the **GDPR**\n\n\u003chr\u003e\n\n\u003cdiv align=\"center\"\u003e\n    \u003cimg src=\"https://images.pietrzakadrian.com/app_dashboard.png\"  /\u003e\n\u003c/div\u003e\n\n\u003chr\u003e\n\n\u003cdl\u003e\n  \u003ch3\u003eBackend technologies stack\u003c/h3\u003e\n  \u003cdd\u003e\u003ca href=\"https://github.com/microsoft/TypeScript\"\u003eTypeScript\u003c/a\u003e, \u003ca href=\"https://github.com/nodejs/node\"\u003eNode.js\u003c/a\u003e, \u003ca href=\"https://github.com/nestjs/nest\"\u003eNest.js\u003c/a\u003e, REST API, PostgreSQL and Swagger Documentation\u003c/dd\u003e\n\u003c/dl\u003e\n\n\u003chr\u003e\n\n\u003ch4\u003eSystem requirements\u003c/h4\u003e\n\n- [**Node.js** v12.18+](https://nodejs.org/en/)\n- [**yarn** v1.22+](https://classic.yarnpkg.com/en/)\n- [**PostgreSQL** v10.12+](https://www.postgresql.org/)\n\n\u003ch4\u003eInstallation\u003c/h4\u003e\n\n```bash\n# 1. Install the required dependencies\nyarn\n\n# 2. Rename the .env.example filename to .env and set your local variables\nmv .env.example .env\n\n# 3. Start the server with the backend application\nyarn start\n```\n\n\u003ch4\u003eLicense\u003c/h4\u003e\nThis project is licensed under the MIT license. Copyright (c) 2020 Adrian Pietrzak.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpietrzakadrian%2Fbank-server","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpietrzakadrian%2Fbank-server","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpietrzakadrian%2Fbank-server/lists"}