Bank Application
实时预览 | Swagger 文档 | 联系开发者
- 类似于专业银行机构使用的财务软件的全栈Web应用程序。
- 根据SQL操作来计算当前账户余额(复式记账法)
- 对三种语言的应用程序进行内部化。英语、德语和波兰语
- 支持多种货币,当前汇率由外部服务器通过API提供。
- 根据正确的设计模式和原则对应用程序进行编程,即SOLID、DRY和KISS。
- 软件支持PWA,适用于所有现代浏览器和移动设备(RWD)。
- 根据GDPR的规定,实施谷歌分析和Cookie同意。
前端技术栈(客户端)
后台技术栈(服务器)
系统要求
安装
# 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.