News

File Upload and Download API This is a backend-only REST API built with Spring Boot that allows users to upload and download various types of files to and from the server.
Implemented an ETL pipeline to load a local CSV file (data source) into a H2 database (in memory) The CSV file is located in the resources directory for simplicity and demo purpose Implemented some ...