- Spring boot backend to store transactions.
- Developed API to add transactions with details such as amount , description , transaction type and the date of the transaction.
- Developed API to get the transaction details by date.
- Added Locks and Transactional Decorator in the Transaction POST API for the consistency of data.