Skip to content

JoaquinMelladoQ/post-server-escalab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 image

List all posts:

  • Endpoint: /api/posts image

Update a post:

  • Endpoint: /api/post/:slug image

Comment a post:

  • Endpoint: /api/:slug/comment image

List all comments from one post:

  • Endpoint: /api/:slug/comments image

Update a comment:

  • Endpoint: /api/:slug/comment/:slug image

Delete a comment:

  • Endpoint: /api/:slug/comment/:slug image

Releases

No releases published

Packages

No packages published