Skip to content

ShivamPrajapati-dev/Clickhit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Userfeed and Post service

Notification service

Likes count service

Routes

Auth-service

Main endpoint http://localhost:3000
  • POST /auth/addconsumer
  • POST /auth/loginconsumer
  • POST /auth/logutconsumer

Comment-service

Main endpoint http://localhost:3001
  • GET /comment/getcomment
  • POST /comment/addcomment
  • PATCH /comment/editcomment
  • DELETE /comment/deletecomment

Count-service

Main endpoint http://localhost:3002
  • POST /count/likes
  • POST /count/comments

Cron-jobs

Service Main endpoint
Follower-aggregator http://localhost:3003
Like-aggregator http://localhost:3004
Score-calculator http://localhost:3005

Follow-service

Main endpoint http://localhost:3006
  • POST /follow/postfollowee
  • POST /follow/getfollowee
  • POST /follow/getfollower
  • DELETE /follow/deletefollowee

Food-post-service

Main endpoint http://localhost:3007
  • POST /food/post
  • PATCH /food/update
  • DELETE /food/delete
  • POST /food/get

Like-service

Main endpoint http://localhost:3008
  • POST /like/getlikes
  • POST /like/addlike
  • DELETE /like/deletelike

Notification-service

Main endpoint http://localhost:3009
  • POST /notification/post

Quote-post-service

Main endpoint http://localhost:3010
  • POST /quote/post
  • PATCH /quote/update
  • DELETE /quote/delete
  • POST /quote/get

Search-service

Main endpoint http://localhost:3011
  • POST /search/sayt/:index/:query

Sketch-post-service

Main endpoint http://localhost:3012
  • POST /sketch/post
  • PATCH /sketch/update
  • DELETE /sketch/delete
  • POST /sketch/get

Tokenstore-service

Main endpoint http://localhost:3013
  • POST /tokenstore/post
  • PATCH /tokenstore/update
  • DELETE /tokenstore/delete
  • POST /tokenstore/get

User-service

Main endpoint http://localhost:3014
  • POST /user/adduser
  • PATCH /user/updateuser
  • POST /user/getuser

Userfeed-service

Main endpoint http://localhost:3015
  • POST /userfeed/get