Bank Application

类似于银行机构使用的金融软件的全栈网络应用程序 | React.js 和 Node.js。「🏦 Full Stack Web Application similar to financial software that is used in banking institutions」

Github星跟蹤圖

Bank Application

实时预览 | Swagger 文档 | 联系开发者

  • 类似于专业银行机构使用的财务软件的全栈Web应用程序。
  • 根据SQL操作来计算当前账户余额(复式记账法)
  • 对三种语言的应用程序进行内部化。英语、德语和波兰语
  • 支持多种货币,当前汇率由外部服务器通过API提供。
  • 根据正确的设计模式和原则对应用程序进行编程,即SOLID、DRY和KISS。
  • 软件支持PWA,适用于所有现代浏览器和移动设备(RWD)。
  • 根据GDPR的规定,实施谷歌分析和Cookie同意。

前端技术栈(客户端

JavaScript, React.js, Redux, Redux-Saga, Reselect, immer, Ant Design and styled-components

后台技术栈(服务器

TypeScript, Node.js, Nest.js, REST API, PostgreSQL and Swagger Documentation

系统要求

安装

# 1. Clone the bank repository
git clone https://github.com/pietrzakadrian/bank

# 2. Enter the bank directory
cd bank

# 3. Initialize and clone attached submodules for backend and frontend app
git submodule init && git submodule update

许可证

本项目在MIT许可下授权。Copyright (c) 2019-2020 Adrian Pietrzak.


主要指標

概覽
名稱與所有者pietrzakadrian/bank
主編程語言
編程語言JavaScript (語言數: 0)
平台
許可證MIT License
所有者活动
創建於2018-11-29 18:15:44
推送於2022-08-25 18:14:44
最后一次提交2022-06-08 23:49:39
發布數4
最新版本名稱2.1 (發布於 )
第一版名稱1.0 (發布於 )
用户参与
星數1.4k
關注者數59
派生數345
提交數595
已啟用問題?
問題數25
打開的問題數1
拉請求數1
打開的拉請求數0
關閉的拉請求數9
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?

Live Preview | Swagger Documentation | Contact the developer

  • The current account balance is calculated based on the SQL operation (Double-entry bookkeeping)
  • Internalization of the application for three languages: English, German and Polish
  • Support for multiple currencies with the current rate supplied from an external server via API
  • Application programmed according to the correct design patterns and principle, i.e. SOLID, DRY and KISS
  • Software supports PWA, it is adapted to all modern browsers and mobile devices (RWD)
  • Implementation of Google Analytics along with the Cookie Consent according to the GDPR
# 1. Clone the bank repository
git clone https://github.com/pietrzakadrian/bank

# 2. Enter the bank directory
cd bank

# 3. Initialize and clone attached submodules for backend and frontend app
git submodule init && git submodule update