how to play around with backend node js and frontend react

JavaScript
//add this at the end of your players.js :
module.exports = router
//To make this url work without problem
http://localhost:3001/players/list http://localhost:3001/players/list/3
Source

Also in JavaScript: