Coder Social home page Coder Social logo

guagin / bank Goto Github PK

View Code? Open in Web Editor NEW

This project forked from pietrzakadrian/bank

0.0 0.0 0.0 5.95 MB

Full Stack Web Application similar to financial software that is used in professional banking institutions

Home Page: https://bank.pietrzakadrian.com

License: MIT License

bank's Introduction


Bank Application

Live Preview | Swagger Documentation | Contact the developer


Full Stack Web Application similar to financial software that is used in professional banking institutions.

  • 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


Frontend technologies stack (client)

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

Backend technologies stack (server)

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

System requirements

Installation and configuration

# 1. Clone the server repository and run the backend application
git clone https://github.com/pietrzakadrian/bank

# 2. Enter bank directory
cd bank

# 3. Initialize and clone attached submodules for server and client app
git submodule init && git submodule update

# 4. Start and configure the backend application
# 4.1 Go to the server directory and install the required dependencies
cd server && yarn

# 4.2 Rename `.env.example` file to `.env` and edit the access data in it
mv .env.example .env

# 4.3 Run the server application
yarn start

# 5. Start and configure the frontend application
# 5.1 Go to the client directory and install the required dependencies
cd client && yarn

# 5.2 You should change the endpoint API addresses to your local. To do this, edit the API_BASE_URL constant variable and set your address (by default it should be http://localhost:4000)
nano app/utils/api.js

# 5.3 Run the server application
yarn start

License

This project is licensed under the MIT license. Copyright (c) 2019-2020 Adrian Pietrzak.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.