Skip to content

althafariq/discusspedia-be

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Available APIs

Running on http://localhost:8080/

  • POST : /api/login
  • POST : /api/register
  • GET :/api/category
  • GET : /api/post/:id
  • GET : /api/comments

Need Authentication

Profile

  • GET, PATCH : /api/profil
  • PUT : /api/profil/avatar

Forum Post

  • GET, POST, PUT : /api/post
  • POST : /api/post/images/:id
  • DELETE : /api/post/:id

Comments

  • GET, POST, PUT : /api/comments
  • DELETE : /api/comments/:id

Post Like

  • POST, DELETE : /api/post/:id/likes

Comments Like

  • POST, DELETE : /api/comments/:id/likes

Notification

  • GET : /api/notifications
  • PUT : /api/notifications/read

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages