Hi Syncfusion,
Hope everything is doing well I have also been struggling with performing CRUD on MERN(mongonDB - ExpressJS - ReactJS - NodeJS) stack a few days, sorry I am new to this stack also but time is limited. Currently, I can use postman to test all CRUD at the backend, my question is how should use these url to link with our Schedule component?
for example my url is (http://localhost:5000/appointment/viewAllAppointments) to get the data like
[ { "id": "5f72e12534ee525084865a7b", "subject": "The first event", "startTime": "2020-09-25T04:00:00.000Z", "endTime": "2020-09-25T06:00:00.000Z", "location": "The first location", "recurrenceID": {} }, { "id": "5f72e160fb37ce0974328685", "subject": "The second_update event", "startTime": "2020-09-26T01:30:00.000Z", "endTime": "2020-09-26T03:30:00.000Z", "location": "The second_update location", "recurrenceID": {} }], so how to bind it with our component, I tried to use the sample you gave, using UrlAdaptor but it does not work, may I have a sample for that? also including other activities CUD? C# I really cmi, sorry about that.
Thank you for your time.
Regards,
Yichen