Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 430 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 430 Bytes

linkStrapi

a demo of how to link react app to strapi

how does the json response for get method look?

{"data":[{"id":1,"attributes":{"createdAt":"2022-10-31T20:23:19.450Z","updatedAt":"2022-11-03T20:43:27.241Z","publishedAt":"2022-11-03T20:43:27.239Z","Question":"Why this Question?","Answer":"For testing purpose"}}],"meta":{"pagination":{"page":1,"pageSize":25,"pageCount":1,"total":1}}}

Install axios

npm install axios