Simple Banking API Nest Logo

Use the above link to access the documentation on how to use the different EndPoints

The simple banking system is a less complex system with just few EndPoints that allows one to create an account, login into their accounts, get authenticated and are able to perfrom the following activites.
The system generates account number for every user that resgisters on the system

  1. Make deposite into their account.
  2. Withdraw money from their account.
  3. Transfer money to other persons account

Technologies Used

  • NestJs
  • MYSQL
  • TypeOrm
  • Passport Js and JwtWebToken