janevalencia / nextjs-ssr-comments

Interactive Comment Sections developed using NextJS/TailwindCSS/Express-MongoDB by Jane Valencia
https://fem-comments-hucu-janevalencia.vercel.app/
2 stars 0 forks source link

[BE] Create GET: api/comments/[id] #53

Closed janevalencia closed 2 years ago

janevalencia commented 2 years ago

Description

Create API route api/comments/[uuid] to fetch a single comment by comment's UUID.

Try generating random UUID using UUID(). https://www.mongodb.com/docs/v5.0/reference/method/UUID/

Acceptance Criteria