You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The banking portal API provides secure and efficient endpoints for managing user accounts, transactions, and fund transfers, offering essential banking functionalities with robust error handling and authentication.
A simple java program that models how a banking app would work. Users can log in, sign up; check their balance, withdraw and deposit money; convert funds between 5 currencies; change their password or username.
Developed a REST API for a mobile banking system with transactions,account management, and history tracking. Secured with JWT authentication and email verification. Deployed on Google Cloud, documented with Swagger, and testedvia Postman.