https://github.com/luis-domingues/banking-app
Simulation of a digital banking application and its operations.
https://github.com/luis-domingues/banking-app
app-backend banking-system csharp-code dotnet
Last synced: 2 months ago
JSON representation
Simulation of a digital banking application and its operations.
- Host: GitHub
- URL: https://github.com/luis-domingues/banking-app
- Owner: luis-domingues
- License: mit
- Created: 2024-06-25T14:01:53.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-10-03T18:28:24.000Z (8 months ago)
- Last Synced: 2025-01-20T06:43:35.983Z (4 months ago)
- Topics: app-backend, banking-system, csharp-code, dotnet
- Language: C#
- Homepage:
- Size: 162 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Banking App
A simple digital banking application system built in .NET


> [!TIP]
> See how the architecture of banking software works in Java language in [Digital Banking Architeture](https://github.com/luis-domingues/challenge-digital-bank-architecture-java).https://github.com/user-attachments/assets/fdabe9b1-cf50-4280-b058-5f32c5da1716
> This project is under development ⚠
## Features
* **Simplified and clean** terminal to perform all application actions.
* **Features similar** to existing banking applications.## Installation
Firstly, you will need to have the [.NET SDK ](https://learn.microsoft.com/en-us/dotnet/core/install/). Soon after, clone this repository
```bash
clone https://github.com/luis-domingues/banking-app
```
Then, start the project.## Contribute
Contributions are always welcome! Open an issue or submit a pull request to the repository.Documentation that might help
[How to create a Pull Request](https://www.atlassian.com/git/tutorials/making-a-pull-request).