Skip to content

Commit 30731fc

Browse files
authored
Update README.md
1 parent d6d8053 commit 30731fc

File tree

1 file changed

+28
-1
lines changed

1 file changed

+28
-1
lines changed

README.md

Lines changed: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,28 @@
1-
# simple bank
1+
# 🏦 Simple Bank
2+
3+
A simple bank backend service provides APIs for managing bank accounts and transactions, enabling users to create and manage accounts with details such as owner’s name, balance, and currency. It records all balance changes as account entries for a complete transaction history. Additionally, it supports secure money transfers between accounts, ensuring transactional integrity so that updates to both accounts succeed together or fail entirely.
4+
5+
## 🧰 Technologies
6+
7+
For database, REATful APIs, deployment, and more:
8+
9+
![Go](https://img.shields.io/badge/go-%2300ADD8.svg?style=for-the-badge&logo=go&logoColor=white)
10+
![Postgres](https://img.shields.io/badge/postgres-%23316192.svg?style=for-the-badge&logo=postgresql&logoColor=white)
11+
12+
![GIN](https://img.shields.io/badge/GIN-%230078D4.svg?style=for-the-badge&logo=gin&logoColor=white)
13+
![JWT](https://img.shields.io/badge/JWT-black?style=for-the-badge&logo=JSON%20web%20tokens)
14+
![PASETO](https://img.shields.io/badge/PASETO-%238A2BE2.svg?style=for-the-badge&logo=paseto&logoColor=white)
15+
16+
![Docker](https://img.shields.io/badge/docker-%230db7ed.svg?style=for-the-badge&logo=docker&logoColor=white)
17+
![KUBERNETES](https://img.shields.io/badge/KUBERNETES-%23326CE5.svg?style=for-the-badge&logo=kubernetes&logoColor=white)
18+
![AWS](https://img.shields.io/badge/AWS-%23FF9900.svg?style=for-the-badge&logo=amazonaws&logoColor=white)
19+
20+
![GitHub Actions](https://img.shields.io/badge/GitHub%20Actions-%236E7781.svg?style=for-the-badge&logo=githubactions&logoColor=white)
21+
![Redis](https://img.shields.io/badge/redis-%23DD0031.svg?style=for-the-badge&logo=redis&logoColor=white)
22+
23+
## 🚀 Features
24+
25+
- **Account Management**: Create, view, and manage user accounts with details such as owner’s name, balance, and currency.
26+
- **Transaction History**: Automatically record all balance changes to maintain a detailed transaction history for each account.
27+
- **Money Transfers**: Perform secure and reliable money transfers between accounts using transaction management to ensure integrity.
28+

0 commit comments

Comments
 (0)