This project is a backend microservice performing the duties of a bank application. The microservice is developed in golang with APIs exposed as GRPC server endpoints. The database used is postgreSQL
The following functionalities are provided:
- Create Account
- Get Account Balance
- Get Account Statements
- Make Deposit
- Make Withdrawal
- Make Transaction