This is simple and dockerized REST API application implementing Banking System.
The entire application is written in ASP.NET Core framework.
- Create Banking Account
- Get Banking Account
- Add Funds to Account
- Withdraw Funds from Account
- Transfer Funds from any Account to another one
- Sign-Up
- Sign-In
- Check User Profile
docker build -t bankingsystem .
docker compose -f bankingsystemcompose.yml up -d
To test the REST API you can use the BankingSystem.http
file from the solution - REST Client
in Visual Studio Code is required.
The documentation based on OpenAPI is available under this endpoint - https://localhost:7101/swagger/index.html