All Projects → banksystembg → Banksystem

banksystembg / Banksystem

Licence: mit
ASP.NET Core banking system with secure communication capability between instances, cards, secure payments, etc.

Projects that are alternatives of or similar to Banksystem

ASP.NET-CORE-MVC-Sample-Registration-Login
C# Asp.Net Core MVC Sample Registration/Login/Email Activation Form with MsSQL Server/Entity Framework/Onion Architecture
Stars: ✭ 37 (-47.14%)
Mutual labels:  entity-framework-core, asp-net-core, asp-net-core-mvc
X.pagedlist
Library for easily paging through any IEnumerable/IQueryable in ASP.NET/ASP.NET Core
Stars: ✭ 625 (+792.86%)
Mutual labels:  asp-net-core, asp-net-core-mvc
Starwars
GraphQL 'Star Wars' example using GraphQL for .NET, ASP.NET Core, Entity Framework Core
Stars: ✭ 559 (+698.57%)
Mutual labels:  entity-framework-core, asp-net-core
Angular Asp.netcorewebapi Mysql Crud Project
Angular 5 + ASP.Net Core 2.0 WebAPI + MySQL CRUD Sample
Stars: ✭ 22 (-68.57%)
Mutual labels:  entity-framework-core, asp-net-core
Professionalcsharp7
Code samples for the book Professional C# 7 and .NET Core 2.0 (with updates for 2.1), Wrox Press
Stars: ✭ 403 (+475.71%)
Mutual labels:  asp-net-core, asp-net-core-mvc
Aspnet.mvc.typedrouting
A collection of extension methods providing strongly typed routing and link generation for ASP.NET Core MVC projects.
Stars: ✭ 460 (+557.14%)
Mutual labels:  asp-net-core, asp-net-core-mvc
Demo.aspnetcore.mvc.cosmosdb
Sample Web API powered by ASP.NET Core MVC, Azure Cosmos DB and MediatR
Stars: ✭ 19 (-72.86%)
Mutual labels:  asp-net-core, asp-net-core-mvc
Notify.Me
Simple host application to provide send/receive feature for any kind of notifications and messages between client(s) and the host. The application is based on ASP.NET Core and SignalR to demostrate some features of these things...
Stars: ✭ 28 (-60%)
Mutual labels:  entity-framework-core, asp-net-core
Pieshopcore
A simple pie shopping management system using ASP.NET CORE MVC application
Stars: ✭ 25 (-64.29%)
Mutual labels:  entity-framework-core, asp-net-core
Jetweet
Jetweet is a mini twitter clone with basic functionalities, Made using ASP.NET CORE and Entity framework technologies
Stars: ✭ 29 (-58.57%)
Mutual labels:  entity-framework-core, asp-net-core
Asp.net User Role Membership Example
Asp.Net Core Mvc Full Implementation Example of User Role & Membership.
Stars: ✭ 33 (-52.86%)
Mutual labels:  entity-framework-core, asp-net-core
Simplcommerce
A simple, cross platform, modularized ecommerce system built on .NET Core
Stars: ✭ 3,474 (+4862.86%)
Mutual labels:  entity-framework-core, asp-net-core
Asp.net Core Inventory Order Management System
Project example Asp.Net Core Mvc implementation of inventory order management system. warehouse, product, vendor, customer, purchase order, sales order, shipment, goods receive and more.
Stars: ✭ 301 (+330%)
Mutual labels:  entity-framework-core, asp-net-core
Equinoxproject
Full ASP.NET Core 5 application with DDD, CQRS and Event Sourcing concepts
Stars: ✭ 5,120 (+7214.29%)
Mutual labels:  asp-net-core, asp-net-core-mvc
Nucleus
Vue startup application template that uses ASP.NET Core API layered architecture at the back-end and JWT based authentication
Stars: ✭ 276 (+294.29%)
Mutual labels:  entity-framework-core, asp-net-core
Electron.net
Build cross platform desktop apps with ASP.NET Core (Razor Pages, MVC, Blazor).
Stars: ✭ 6,074 (+8577.14%)
Mutual labels:  asp-net-core, asp-net-core-mvc
Znetcs.aspnetcore.authentication.basic
A simple basic authentication middleware.
Stars: ✭ 40 (-42.86%)
Mutual labels:  asp-net-core, asp-net-core-mvc
Volvox.Helios-old
Powerful, modular, web-managed, open-source Discord bot created by a community for communities.
Stars: ✭ 51 (-27.14%)
Mutual labels:  entity-framework-core, asp-net-core
AngularCLI-ASPNET-Core-CustomersService
Example of integrating Angular with ASP.NET Core RESTful Services
Stars: ✭ 61 (-12.86%)
Mutual labels:  entity-framework-core, asp-net-core
Znetcs.aspnetcore.logging.entityframeworkcore
This is Entity Framework Core logger and logger provider. A small package to allow store logs in any data store using Entity Framework Core.
Stars: ✭ 24 (-65.71%)
Mutual labels:  entity-framework-core, asp-net-core

BankSystem

BankSystem is an open-source web project where users can create bank accounts, transfer money, create payment cards, pay with them or directly through their account, etc. It supports connecting multiple banks together through the CentralApi. This allows money to be securely transferred between separate instances of BankSystem running on different machines.

Documentation

Getting started

This page contains important information on how to properly configure BankSystem and CentralApi

BankSystem consists of two base components - the bank web application and the CentralApi, which securely connects banks running on separate machines together to process transfers between different banks, card payments and direct payments.

Project links

We have set up a network of two BankSystem instances and one DemoShop, connected through a CentralApi. This network supports all BankSystem functionality, including Global transfers, Direct payments and Card payments.

Project Address
DemoShop https://banksystem-demoshop.herokuapp.com/
Test Bank 1

Transfer details:
* Bank name - Bank system
* Bank country - Germany
* Bank code - ABC
https://banksystem-1.herokuapp.com/
Test Bank 2

Transfer details:
* Bank name - Bank system 2
* Bank country - Netherlands
* Bank code - CBA
https://banksystem-2.herokuapp.com/

All of these projects have a demo account already registered:

Email Password
[email protected] Test123$

Additionally, all bank accounts created have an initial balance of €500 for demonstration purposes.

Bank accounts

Bank accounts hold information about their owner, balance, transactions, date of creation, etc.

Money transfers

BankSystem supports two types of money transfers - internal and global / worldwide.

Cards

Cards are used for making purchases on other websites using the CentralApi.

Direct payments

Direct payments are a way to securely pay on websites directly through a bank account without the need to provide card details.

DemoShop

DemoShop is an example web application implementing direct and card payments.

User settings

Bank administration


Used technologies:

  • C#
  • ASP.NET Core
  • ASP.NET Core MVC
  • ASP.NET Core Web API
  • Entity Framework Core
  • Asymmetric & hybrid encryption
  • jQuery
  • AJAX
  • HTML
  • CSS
  • Bootstrap

Development Timeline Visualization

Video:

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].