Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 607 Bytes

TECHNOLOGIES.md

File metadata and controls

13 lines (9 loc) · 607 Bytes

TECHNOLOGIES USED

Important

Considering the time constraint of 2 days, I've developed the be-service in SpringBoot (Java) . I can develop the same in Node.js / Python.

  1. Language Used: Java
  2. Framework: Springboot
  3. Database: MySQL
  4. JPA Repository for performing CRUD operations.
  5. Spring Retryable: For performing retries with backoff incase of failures. Link
  6. Added proper documentation above classes and methods.