Issue https://github.com/Google-Developer-Students-Club-DMCE/project-mgmt-api-hacktober2022/issues/11: Created GET request to get a single project data #21
2 ) Send the success response with {success : true} flag
3) In catch block, send the response with 500 status code
4) Destructure the req.params.id don't implement it directly
1) Add these block of code in try block :
2 ) Send the success response with
{success : true}
flag 3) In catch block, send the response with500
status code 4) Destructure thereq.params.id
don't implement it directly