All Projects β†’ pietrzakadrian β†’ Bank

pietrzakadrian / Bank

Licence: mit
🏦 Full Stack Web Application similar to financial software that is used in banking institutions | React.js and Node.js

Programming Languages

javascript
184084 projects - #8 most used programming language
typescript
32286 projects

Projects that are alternatives of or similar to Bank

Spring Boot Mongodb Angular Todo App
A Sample App built using Spring Boot, Angular and MongoDB
Stars: ✭ 84 (-92.75%)
Mutual labels:  rest-api, backend, frontend
Bug Tracker Pern Ts
Bug Tracking app with project members support. Made with PERN stack + TypeScript.
Stars: ✭ 79 (-93.18%)
Mutual labels:  postgresql, backend, frontend
Webapp.rs
A web application completely written in Rust. 🌍
Stars: ✭ 1,888 (+63.04%)
Mutual labels:  postgresql, backend, frontend
Spring Boot Vuejs
Example project showing how to build a Spring Boot App providing a GUI with Vue.js
Stars: ✭ 1,818 (+56.99%)
Mutual labels:  rest-api, backend, frontend
Gemini
Model Driven REST framework to automatically generate CRUD APIs
Stars: ✭ 138 (-88.08%)
Mutual labels:  rest-api, postgresql, backend
Udash Core
Scala framework for building beautiful and maintainable web applications.
Stars: ✭ 405 (-65.03%)
Mutual labels:  rest-api, backend, frontend
Yii2 Angular Boilerplate
Yii2 REST API + Angular10 Boilerplate (Frontend/Backend)
Stars: ✭ 194 (-83.25%)
Mutual labels:  rest-api, backend, frontend
Full Stack Fastapi Postgresql
Full stack, modern web application generator. Using FastAPI, PostgreSQL as database, Docker, automatic HTTPS and more.
Stars: ✭ 7,635 (+559.33%)
Mutual labels:  postgresql, backend, frontend
Moveit
πŸš€ NLW #4 | React+ TypeScript + NextJS + StyledComponents + Firebase + MongoDb +Axios
Stars: ✭ 39 (-96.63%)
Mutual labels:  rest-api, styled-components
Curriculum
Overview of the different modules and learning goals of the program.
Stars: ✭ 40 (-96.55%)
Mutual labels:  backend, frontend
Tinder Clone
Fullstack Tinder app clone made with React/Ts/Nest
Stars: ✭ 43 (-96.29%)
Mutual labels:  postgresql, nestjs
Ultimate Backend
Multi tenant SaaS starter kit with cqrs graphql microservice architecture, apollo federation, event source and authentication
Stars: ✭ 978 (-15.54%)
Mutual labels:  nestjs, backend
Blaze
⚑ File sharing progressive web app built using WebTorrent and WebSockets
Stars: ✭ 991 (-14.42%)
Mutual labels:  backend, frontend
Postgraphile Nest
GraphQL (PostGraphile) module for Nest framework (node.js)
Stars: ✭ 43 (-96.29%)
Mutual labels:  postgresql, nestjs
Aquameta
Web development platform built entirely in PostgreSQL
Stars: ✭ 987 (-14.77%)
Mutual labels:  rest-api, postgresql
Tech Logo Memo Game
πŸ–±οΈπŸ–±οΈπŸ–•πŸ–•πŸ€―πŸ€―πŸ€―technology logo memory game, including frontend and backend
Stars: ✭ 49 (-95.77%)
Mutual labels:  backend, frontend
Generator Http Fake Backend
Yeoman generator for building a fake backend by providing the content of JSON files or JavaScript objects through configurable routes.
Stars: ✭ 49 (-95.77%)
Mutual labels:  rest-api, backend
Goeat Api
Rest API for a food delivery application - Built with Express, Postgres, Redis, MongoDB and Nodemailer
Stars: ✭ 36 (-96.89%)
Mutual labels:  postgresql, backend
Company Structure
A company structure with a list of projects and their users
Stars: ✭ 48 (-95.85%)
Mutual labels:  backend, frontend
Kotlin Ktor Exposed Postgresql Rest Api
Kotlin, Ktor, Exposed, HikariCP and Postgresql based REST Api
Stars: ✭ 51 (-95.6%)
Mutual labels:  rest-api, postgresql

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, Ant Design and styled-components

Backend technologies stack (server)

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

System requirements

Installation

# 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

License

This project is licensed under the MIT license. Copyright (c) 2019-2020 Adrian Pietrzak.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].