| Main endpoint | http://localhost:3000 |
|---|
- POST /auth/addconsumer
- POST /auth/loginconsumer
- POST /auth/logutconsumer
| Main endpoint | http://localhost:3001 |
|---|
- GET /comment/getcomment
- POST /comment/addcomment
- PATCH /comment/editcomment
- DELETE /comment/deletecomment
| Main endpoint | http://localhost:3002 |
|---|
- POST /count/likes
- POST /count/comments
| Service | Main endpoint |
|---|---|
| Follower-aggregator | http://localhost:3003 |
| Like-aggregator | http://localhost:3004 |
| Score-calculator | http://localhost:3005 |
| Main endpoint | http://localhost:3006 |
|---|
- POST /follow/postfollowee
- POST /follow/getfollowee
- POST /follow/getfollower
- DELETE /follow/deletefollowee
| Main endpoint | http://localhost:3007 |
|---|
- POST /food/post
- PATCH /food/update
- DELETE /food/delete
- POST /food/get
| Main endpoint | http://localhost:3008 |
|---|
- POST /like/getlikes
- POST /like/addlike
- DELETE /like/deletelike
| Main endpoint | http://localhost:3009 |
|---|
- POST /notification/post
| Main endpoint | http://localhost:3010 |
|---|
- POST /quote/post
- PATCH /quote/update
- DELETE /quote/delete
- POST /quote/get
| Main endpoint | http://localhost:3011 |
|---|
- POST /search/sayt/:index/:query
| Main endpoint | http://localhost:3012 |
|---|
- POST /sketch/post
- PATCH /sketch/update
- DELETE /sketch/delete
- POST /sketch/get
| Main endpoint | http://localhost:3013 |
|---|
- POST /tokenstore/post
- PATCH /tokenstore/update
- DELETE /tokenstore/delete
- POST /tokenstore/get
| Main endpoint | http://localhost:3014 |
|---|
- POST /user/adduser
- PATCH /user/updateuser
- POST /user/getuser
| Main endpoint | http://localhost:3015 |
|---|
- POST /userfeed/get


