Skip to content

Commit

Permalink
Add readme
Browse files Browse the repository at this point in the history
  • Loading branch information
YefersonR committed Feb 2, 2023
1 parent 7dadbc7 commit 49ac96e
Show file tree
Hide file tree
Showing 10 changed files with 97 additions and 0 deletions.
Binary file added Imgs/Beneficiary.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Imgs/HomeAdmin.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Imgs/HomeAdmin1.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Imgs/HomeClient.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Imgs/HomeClient1.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Imgs/Login.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Imgs/ManageUser.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Imgs/ManageUsers.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Imgs/Payment.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
97 changes: 97 additions & 0 deletions Readme.md
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)





0 comments on commit 49ac96e

Please sign in to comment.