-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
10 changed files
with
97 additions
and
0 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,97 @@ | ||
<div align="center"> | ||
|
||
<img width="50px" src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/html5/html5-original.svg" /> | ||
|
||
<img width="50px" src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/css3/css3-original.svg" /> | ||
|
||
|
||
<img width="50px" src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/bootstrap/bootstrap-original.svg" /> | ||
|
||
|
||
<img width="50px" src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/csharp/csharp-original.svg" /> | ||
|
||
<img width="60px" src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/microsoftsqlserver/microsoftsqlserver-plain-wordmark.svg" /> | ||
|
||
</div> | ||
|
||
# NetBanking App | ||
|
||
Baking application that allows customers to access and make any type of bank payments and transactions. It allows administrators to perform any management on the user's account. | ||
|
||
- Application of the Onion Architecture and Solid principles | ||
- Mail services with the MimeKit package | ||
- User and role management with Identity | ||
- Different functionalities are realised depending on the type of user logging into the app. | ||
|
||
<hr></hr> | ||
<h2>Technologies</h2> | ||
<ul> | ||
<li>C# Asp.Net Core</li> | ||
<li>Entity Framework</li> | ||
<li>SQL Server</li> | ||
<li>Auto Mapper</li> | ||
<li>Bootstrap 5</li> | ||
</ul> | ||
<hr></hr> | ||
|
||
## What do you need to run this project ? | ||
* [Visual Studio](https://visualstudio.microsoft.com) | ||
|
||
<h2>How to run</h2> | ||
|
||
1. Clone this repo. | ||
2. Open **NetBanking.sln** in Visual Studio. | ||
3. Set **NetBanking** as startup project to run web app. | ||
4. The database is remote. | ||
But if you want to add to local database you need to open the file called "appsettings.json" and put the name of your server or computer where applicable, example: | ||
```cmd | ||
Server=Your_Server; | ||
``` | ||
When you are in the nuget package console type the following command: | ||
````cmd | ||
Update-database | ||
5. **Start the project**. | ||
|
||
|
||
## Project images | ||
- Login | ||
|
||
[![login.png](./Imgs/Login.PNG)](./Imgs/Login.PNG) | ||
<br> | ||
- Home Client | ||
|
||
[![Home.png](./Imgs/HomeClient.PNG)](./Imgs/HomeClient.PNG) | ||
|
||
[![HomeClient.png](./Imgs/HomeClient1.PNG)](./Imgs/HomeClient1.PNG) | ||
|
||
[![HomeClient1.png](./Imgs/Beneficiary.PNG)](./Imgs/Beneficiary.PNG) | ||
|
||
<br> | ||
|
||
- Payments | ||
|
||
[![Payment.png](./Imgs/Payment.PNG)](./Imgs/Payment.PNG) | ||
|
||
<br> | ||
|
||
- Home Admin | ||
|
||
[![HomeClient2.png](./Imgs/HomeAdmin.PNG)](https://postimg.cc/tY9mcfG4) | ||
|
||
[![HomeAdmin.png](./Imgs/HomeAdmin1.PNG)](https://postimg.cc/gLHtJy8p) | ||
|
||
- User Manager | ||
[![manager.png](./Imgs/ManageUsers.PNG)](./Imgs/ManageUsers.PNG) | ||
[![manager.png](./Imgs/ManageUser.PNG)](./Imgs/ManageUser.PNG) | ||
|
||
|
||
<br><br> | ||
## Developer | ||
- Yeferson Rubio -> [Github](https://github.com/YefersonR) | ||
- Jefferson Abreu -> [Github](https://github.com/AbreuHD) | ||
- Eliam Medina -> [Github](https://github.com/Elian1202) | ||
|
||
|
||
|
||
|
||
|