Reactjs – Not able to send two String datatype from frontend to backend
I have been trying to send an array of objects to backend from frontend using reactjs, nodejs and MySQL. For some reason, my String data is not going. I am getting a void in the database table. Start Date and…