A simple banking backend project for learning purposes
- Create and manage accounts
- Perform deposits and withdrawals
- Transfer money between accounts
- Unit tests for core functionality
- Language: Go (Golang)
- Database: PostgreSQL
- Migrations: golang-migrate
- API: REST + gRPC
- Clone the repository
git clone https://github.com/ShacharES/BankApp.git cd BankApp