{"info":{"_postman_id":"8d29de4f-691d-4a6d-bc9e-e65fb7002cd6","name":"likeService","description":"<html><head></head><body><p>Created Service for Like Event on any Content</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"20003749","collectionId":"8d29de4f-691d-4a6d-bc9e-e65fb7002cd6","publishedId":"2s9XxwvDcJ","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2023-08-02T19:26:51.000Z"},"item":[{"name":"Home","id":"2717597d-9d58-42f3-890c-a5fd58158bde","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"localhost:8000/","description":"<p>Send request to check availability.</p>\n","urlObject":{"port":"8000","path":[""],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"2717597d-9d58-42f3-890c-a5fd58158bde"},{"name":"add user","id":"a0ab0f50-15a5-4ab1-a12c-acfed2177c37","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{}},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\":\"Ankit\",\r\n    \"email\":\"ankit@gmail.com\",\r\n    \"profile_img_url\":\"irl\",\r\n    \"user_name\":\"ankit1\"\r\n    \r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8000/api/user","description":"<p>API to add User who can create The Content.</p>\n","urlObject":{"port":"8000","path":["api","user"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"20a227a8-0da5-4a2f-8cb4-60941ba9c472","name":"add user","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\":\"Ankit\",\r\n    \"email\":\"ankit@gmail.com\",\r\n    \"profile_img_url\":\"irl\",\r\n    \"user_name\":\"ankit\"\r\n    \r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8000/api/user"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"81"},{"key":"ETag","value":"W/\"51-GHkBGR+1qRzFIuBmjML6KzRCZCo\""},{"key":"Date","value":"Wed, 02 Aug 2023 19:04:10 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"User Added Successfully\",\n    \"id\": \"bd064fe1-96a1-41d0-8c31-43efd05355d2\"\n}"}],"_postman_id":"a0ab0f50-15a5-4ab1-a12c-acfed2177c37"},{"name":"add content","id":"1283f983-ba41-40a7-9a58-b460353c77e7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n   \"caption\":\"Nice one\",\r\n   \"img_url\":\"irl\",\r\n   \"user_id\":\"b80dc055-cc59-4d67-b10a-4b8095f272d4\"\r\n    \r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8000/api/content","description":"<p>API to create Content To add Like Event</p>\n","urlObject":{"port":"8000","path":["api","content"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"3a8de59b-f9f1-4909-9ce7-d0c4dbd3ac4c","name":"add content","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n   \"caption\":\"Nice one\",\r\n   \"img_url\":\"irl\",\r\n   \"user_id\":\"bd064fe1-96a1-41d0-8c31-43efd05355d2\"\r\n    \r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8000/api/content"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"73"},{"key":"ETag","value":"W/\"49-LmsxhOZ62H6Edvg8kkIzNLkP7Z8\""},{"key":"Date","value":"Wed, 02 Aug 2023 19:05:00 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Content Created\",\n    \"id\": \"b8dfc763-f014-422b-9d80-72d79d277e5c\"\n}"}],"_postman_id":"1283f983-ba41-40a7-9a58-b460353c77e7"},{"name":"add like event","id":"eb2a95bc-b426-4677-87f7-98e5dc766936","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"user_id\":\"6eb76e84-b622-4616-b8f0-3187e474105b\",\r\n     \"content_id\":\"4bf06168-ds836-4b91-b506-905738236403\"\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8000/api/likeContent","description":"<p>API to add Like to Specific content</p>\n","urlObject":{"port":"8000","path":["api","likeContent"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"0031fb6c-beab-455b-aa15-f2cd55d912f7","name":"add like event","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"user_id\":\"bd064fe1-96a1-41d0-8c31-43efd05355d2\",\r\n     \"content_id\":\"b8dfc763-f014-422b-9d80-72d79d277e5c\"\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8000/api/likeContent"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"27"},{"key":"ETag","value":"W/\"1b-E0S8lhoGcoklwwCGo8jF88syFu8\""},{"key":"Date","value":"Wed, 02 Aug 2023 19:05:32 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Content Liked\"\n}"}],"_postman_id":"eb2a95bc-b426-4677-87f7-98e5dc766936"},{"name":"checks like","id":"6205b216-fbbf-47f3-8187-0f4dd014566e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"user_id\":\"bd064fe1-96a1-41d0-8c31-43efd05355d2\",\r\n     \"content_id\":\"b8dfc763-f014-422b-9d80-72d79d277e5c\"\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8000/api/checkLiked","description":"<p>API to check Whether specific content is already liked by any user or not</p>\n","urlObject":{"port":"8000","path":["api","checkLiked"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"1bce817b-4048-4c62-bac6-a66d45a20eab","name":"checks like","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"user_id\":\"bd064fe1-96a1-41d0-8c31-43efd05355d2\",\r\n     \"content_id\":\"b8dfc763-f014-422b-9d80-72d79d277e5c\"\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8000/api/checkLiked"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"27"},{"key":"ETag","value":"W/\"1b-E0S8lhoGcoklwwCGo8jF88syFu8\""},{"key":"Date","value":"Wed, 02 Aug 2023 19:05:57 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Content Liked\"\n}"}],"_postman_id":"6205b216-fbbf-47f3-8187-0f4dd014566e"},{"name":"likes Count","id":"0e51b2b0-1146-41f5-b2fb-ee34f7d16f43","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n   \r\n     \"content_id\":\"be90333c-073a-4578-9292-c773e22ddeab\"\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8000/api/totalLike","description":"<p>API to get total Like count on specific content. On 100 likes on any content , user will get notification on email.</p>\n","urlObject":{"port":"8000","path":["api","totalLike"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"eada53a7-8c1e-4fd7-8e4d-d20721a305a0","name":"likes Count","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n   \r\n     \"content_id\":\"b8dfc763-f014-422b-9d80-72d79d277e5c\"\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8000/api/totalLike"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"15"},{"key":"ETag","value":"W/\"f-jSYd5ithlo9myZT+zFLNKmrOP50\""},{"key":"Date","value":"Wed, 02 Aug 2023 19:06:29 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"likeCount\": 1\n}"}],"_postman_id":"0e51b2b0-1146-41f5-b2fb-ee34f7d16f43"}]}