Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: about 8 hours ago
JSON representation

Simulation of a digital banking application and its operations.

Awesome Lists containing this project

README

        

# Banking App

A simple digital banking application system built in .NET

![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/luis-domingues/banking-app)
![GitHub last commit](https://img.shields.io/github/last-commit/luis-domingues/banking-app)
![Static Badge](https://img.shields.io/badge/.NET-8.0-purple)

> [!TIP]
> Looking for something that can help with the development of your projects? Try [devboard](https://github.com/luis-domingues/devboard).

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).