As a DEVELOPER, I want to upload all esg.json to Firestore when certain end point is called, and get all company information when another end point is called.
A/C:
[x] Firestore has a esg collection
[x] when /esg/upload is called, Firestore updates esg
[x] when /esg/get is called, data it presented on the web page.
As a DEVELOPER, I want to upload all esg.json to Firestore when certain end point is called, and get all company information when another end point is called.
A/C: