When the server starts for the first time, it loads data from the sampleSchema_products.csv file. REST API calls should reflect the data from this file
Subsequent restarts of the server should not make use of this sample data-set, and should rather rely on the persisted data in the Reddis database.
As a user
I need some default sample product data
So that when my server application starts for the first time, sample product data is loaded into the database
Assumptions:
Acceptance Criteria: