News

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. Once the application is running, you can interact with ...
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 ...