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