Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 379 Bytes

README.md

File metadata and controls

12 lines (11 loc) · 379 Bytes

The coding challenge task is to create a backend for a simple "banking" application:

  • Client should be able to sign up with email & password
  • Client should be able to deposit money
  • Client should be able to withdraw money
  • Client should be able to see the account balance and statement

Technology stack:

  • Java 8
  • Spring Boot
  • MSSQL
  • HIbernate
  • Spring Security with JWT