Skip to content

attainu/robin-social-media

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Social-Post

Social-Post.png

User routes:-

  1. User Register (POST) : http://localhost:5000/user/register

  2. User login (POST) : http://localhost:5000/user/login

  3. User Profile (GET) : http://localhost:5000/user/profile

  4. Get All Users (GET) : http://localhost:5000/user/AllUser

  5. Get Single User By Id (GET) : http://localhost:5000/user/:id

  6. Update a User By Id (GET) : http://localhost:5000/user/:id

  7. Delete a User By Id (GET) : http://localhost:5000/user/:id

  8. Search a User By username (POST) : http://localhost:5000/user/:username

Post routes:-

  1. Create new Post (POST) : http://localhost:5000/post/AddPost

  2. Get All Post (GET) : http://localhost:5000/post/AllPost

  3. Get Single Post By Id (GET) : http://localhost:5000/post/:id

  4. Update a Post By Id (GET) : http://localhost:5000/post/:id

  5. Delete a Post By Id (GET) : http://localhost:5000/post/:id

Comment routes:-

  1. Create new Comment (POST) : http://localhost:5000/comment/AddComment/:PostId

  2. Get All Comments (GET) : http://localhost:5000/comment/AllComment

  3. Get Single Comment By Id (GET) : http://localhost:5000/comment/:id

  4. Update a Comment By Id (GET) : http://localhost:5000/comment/:id

  5. Delete a Comment By Id (GET) : http://localhost:5000/comment/:id

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published