Giter VIP home page Giter VIP logo

fin-banking's Introduction

Hi there ๐Ÿ‘‹

See my projects down below

fin-banking's People

Contributors

gilgusmaximus avatar

Watchers

 avatar

fin-banking's Issues

Setup default API generator

Use default API generator to convert YAML API to a Typescript based component interface for backend and frontend

Add caching to the databases

To make database access faster, add redis caching in front of the databases, so that it can serve data requests faster

Install backend tooling

Backend tooling required:

  • Testing tools
  • Typescript
  • API generator
  • Linting
  • NodeJs (Already setup by VM)

Add kubernetes to the system

While not important for small banks, it would be good to have the possibility to autoscale with kubernetes if more traffic is arriving.
This will need the clear separation of state from the backend to the database, proper testing and design evaluation and implementation and more before it can be implemented properly

Setup CI/CD

Setup basic CI/CD on Github for the code so that it can be checked automatically every time a PR is done and then an artifact built once a release is done

Install Database

Get SQL Database,
Probably SQLite 3, as it is lightweight, easy to use and has a quick setup process, with probably some pre-setup docker image already

Setup containerization

Containerize default applications of frontend and backend into docker and make port forwarding possible to allow easier testing from VM host all the way to the dockerized frontend

Automatic money transfer balancing between banks

Whenever bank one sends money to bank two, and bank two sends money to bank one, then they should regularly have a check running, that balances out the amount to only send from one bank to the other that is left over.

Setup testing

Use frontend and backend testing tooling in order to provide adequate unit testing (+ coverage), and integration testing from frontend to backend and api to api

Setup default backend project

Utilize the default backend project to start of the process of setting up all the project specific configurations and test the connectivity between the frontend and backend, as well as containerization

Setup default frontend project

Utilize the default frontendproject to start of the process of setting up all the project specific configurations and test the connectivity between the frontend and backend, as well as containerization

Connect backend, frontend, database

Once all default proejcts are setup, complete the connectivity between the different parts, frontend, backend, database as well as connection to frontend via VM interface for easier host testing

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.