Skip to content

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 & clients can purchase those assets.

License

Notifications You must be signed in to change notification settings

evgenirusev/BankManagementSystem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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 & clients can purchase those assets.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages