BankManagementSystem icon indicating copy to clipboard operation
BankManagementSystem copied to clipboard

ASP.NET CORE based online bank management system application where clients can register credit cards, deposit & withdraw financial resources, use credit services. Administrators can create assets & c...

BankManagementSystem

Digital banking system application, implementing a monolithic application architecture.

Database Schema:

Sorry, error loading image of diagram

Visual Studio 2017 and SQL Server

Prerequisites

  • SQL Server
  • Visual Studio & with .NET Core SDK >= 2.2

Steps to run

  • Have a running DB server & update the connection string in appsettings.json in BankManagementSystem.Web
  • Build solution.
  • In Solution Explorer, make sure that BankManagementSystem.Web is selected as the Startup Project
  • Open Package Manager Console Window & execute "Update-Database" then press "Enter". This action will create database schema.
  • In Visual Studio press "Control + F5".

Technologies and frameworks used:

  • ASP.NET MVC Core 2.2
  • Entity Framework Core 2.2
  • ASP.NET Identity Core 2.2

Sorry, error loading image of diagram Sorry, error loading image of diagram Sorry, error loading image of diagram