<h3 align="center"><b>Simple secure web application for managing a bank account</b></h3>
<p align="center">Secure Bank was written in C#, in Blazor Server and ASP.NET Core Web API frameworks. It uses SQLite database to store data and communicates with it using Entity Framework Core. System uses Nginx as reverse proxy. This project was part of "Data protection in IT systems" course at Warsaw University of Technology.</p>
> This is only mirror repository. All changes are first uploaded to the repository <a href="https://repos.mateuszskoczek.com/MateuszSkoczek/SecureBank">here</a>. Releases are also published on original repository. However, Github repository handles issues and pull requests for better accessibility.
This project is open source on MIT License, so you can just copy and upload again to your repository. But according to the license, you must include information about the original author. You can find license <a href="https://repos.mateuszskoczek.com/MateuszSkoczek/SecureBank/src/branch/main/LICENSE">here</a>.