Start docker containers:
docker compose up -d --build
Then navigate to localhost:8989 to see results.
Put your csv file in "transaction files" folder. Then put path to your csv file in the call of getInfo
function like this:
$data = getInfo('../transaction files/sample_1.csv');
Then you use $data
variable in your front end app.