Node challenge for Escalab Academy Screenshots after action was executed at Postman (just some examples): Status 200 indicate a successful response Create a post: Endpoint: /api/post List all posts: Endpoint: /api/posts Update a post: Endpoint: /api/post/:slug Comment a post: Endpoint: /api/:slug/comment List all comments from one post: Endpoint: /api/:slug/comments Update a comment: Endpoint: /api/:slug/comment/:slug Delete a comment: Endpoint: /api/:slug/comment/:slug