I'm trying to build an API for a react project and I'm unsure of how to build an API.
I have a CSV file with all the data.
I've used api-platform via PHP but every time I try to input the CSV into the tables in Sequel Pro it crashes.
I'm now thinking of using node.js.
Very confused as to which technology to use and the best approach to my problem.
Looked at many articles and tutorials that have helped build a basic RESTful API however none of them address how to add a CSV file into the tables or database.