{"info":{"_postman_id":"591fae6b-be59-4afc-95bb-5b9ee9e439d5","name":"book-record-management","description":"<html><head></head><body><p>Documentation</p>\n<p>Project : Book Record Management</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"23019698","collectionId":"591fae6b-be59-4afc-95bb-5b9ee9e439d5","publishedId":"VUr1FsRo","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2022-08-26T09:17:25.000Z"},"item":[{"name":"Users","item":[{"name":"Getting all users","id":"a362c834-4952-44f4-8a2d-e1fcde6989a1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8081/users","urlObject":{"path":["users"],"host":["http://localhost:8081"],"query":[],"variable":[]}},"response":[{"id":"e7323664-abf5-428f-9eb2-1a6b30698e36","name":"Getting all users successful","originalRequest":{"method":"GET","header":[],"url":"http://localhost:8081/users"},"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":"749"},{"key":"ETag","value":"W/\"2ed-+CyWhcGuBLpaXCSUU/FwSPPd+Y4\""},{"key":"Date","value":"Sat, 27 Aug 2022 06:19:25 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": [\n        {\n            \"id\": \"1\",\n            \"name\": \"John\",\n            \"surname\": \"Doe\",\n            \"email\": \"user@email.com\",\n            \"issuedBook\": \"1\",\n            \"issuedDate\": \"01/07/2022\",\n            \"returnDate\": \"01/10/2022\",\n            \"subscriptionType\": \"Basic\",\n            \"subscriptionDate\": \"01/07/2022\"\n        },\n        {\n            \"id\": \"2\",\n            \"name\": \"Chloe\",\n            \"surname\": \"Smith\",\n            \"email\": \"user@email.com\",\n            \"issuedBook\": \"2\",\n            \"issuedDate\": \"01/07/2022\",\n            \"returnDate\": \"01/10/2022\",\n            \"subscriptionType\": \"Basic\",\n            \"subscriptionDate\": \"03/01/2022\"\n        },\n        {\n            \"id\": \"3\",\n            \"name\": \"Jessica\",\n            \"surname\": \"Davis\",\n            \"email\": \"user@email.com\",\n            \"issuedBook\": \"3\",\n            \"issuedDate\": \"01/07/2022\",\n            \"returnDate\": \"01/10/2021\",\n            \"subscriptionType\": \"Premium\",\n            \"subscriptionDate\": \"01/01/2022\"\n        },\n        {\n            \"id\": \"4\",\n            \"name\": \"Hannah\",\n            \"surname\": \"Baker\",\n            \"email\": \"user@email.com\",\n            \"subscriptionType\": \"Standard\",\n            \"subscriptionDate\": \"02/02/2022\"\n        }\n    ]\n}"},{"id":"d72f1fab-0753-4500-8570-8120584c5403","name":"success- MONGODB","originalRequest":{"method":"GET","header":[],"url":"http://localhost:8081/users"},"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":"1138"},{"key":"ETag","value":"W/\"472-FtWN3xCIOOMdmdn67hecNvPkGYs\""},{"key":"Date","value":"Fri, 02 Sep 2022 21:22:02 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": [\n        {\n            \"_id\": \"6312733a127455bd22537992\",\n            \"name\": \"John\",\n            \"surname\": \"Doe\",\n            \"email\": \"user@email.com\",\n            \"issuedDate\": \"07/01/2022\",\n            \"returnDate\": \"09/01/2022\",\n            \"subscriptionType\": \"Basic\",\n            \"subscriptionDate\": \"07/01/2022\",\n            \"createdAt\": \"2022-09-02T21:18:50.767Z\",\n            \"updatedAt\": \"2022-09-02T21:18:50.767Z\",\n            \"__v\": 0\n        },\n        {\n            \"_id\": \"6312735d127455bd22537994\",\n            \"name\": \"Chloe\",\n            \"surname\": \"Smith\",\n            \"email\": \"user@email.com\",\n            \"issuedDate\": \"05/25/2022\",\n            \"returnDate\": \"07/25/2022\",\n            \"subscriptionType\": \"Basic\",\n            \"subscriptionDate\": \"05/25/2022\",\n            \"createdAt\": \"2022-09-02T21:19:25.548Z\",\n            \"updatedAt\": \"2022-09-02T21:19:25.548Z\",\n            \"__v\": 0\n        },\n        {\n            \"_id\": \"6312736e127455bd22537996\",\n            \"name\": \"Jessica\",\n            \"surname\": \"Davis\",\n            \"email\": \"user@email.com\",\n            \"issuedDate\": \"01/01/2022\",\n            \"returnDate\": \"03/02/2021\",\n            \"subscriptionType\": \"Premium\",\n            \"subscriptionDate\": \"01/01/2022\",\n            \"createdAt\": \"2022-09-02T21:19:42.737Z\",\n            \"updatedAt\": \"2022-09-02T21:19:42.737Z\",\n            \"__v\": 0\n        },\n        {\n            \"_id\": \"63127383127455bd22537998\",\n            \"name\": \"Hannah\",\n            \"surname\": \"Baker\",\n            \"email\": \"user@email.com\",\n            \"subscriptionType\": \"Standard\",\n            \"subscriptionDate\": \"02/02/2022\",\n            \"createdAt\": \"2022-09-02T21:20:03.704Z\",\n            \"updatedAt\": \"2022-09-02T21:20:03.704Z\",\n            \"__v\": 0\n        }\n    ]\n}"},{"id":"caa913dc-03a2-4982-b665-5ba7dafdbc10","name":"success(2) -MONGODB","originalRequest":{"method":"GET","header":[],"url":"http://localhost:8081/users"},"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":"1212"},{"key":"ETag","value":"W/\"4bc-ePPUI3fUuqwcn7kgVUATuw3PGVI\""},{"key":"Date","value":"Mon, 05 Sep 2022 17:32:58 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": [\n        {\n            \"_id\": \"6312735d127455bd22537994\",\n            \"name\": \"Chloe\",\n            \"surname\": \"Smith\",\n            \"email\": \"user@email.com\",\n            \"issuedDate\": \"05/25/2022\",\n            \"returnDate\": \"07/25/2022\",\n            \"subscriptionType\": \"Basic\",\n            \"subscriptionDate\": \"05/25/2022\",\n            \"createdAt\": \"2022-09-02T21:19:25.548Z\",\n            \"updatedAt\": \"2022-09-02T21:25:39.168Z\",\n            \"__v\": 0,\n            \"issuedBook\": \"6312434441abe756c6ec3f2c\"\n        },\n        {\n            \"_id\": \"6312736e127455bd22537996\",\n            \"name\": \"Jessica\",\n            \"surname\": \"Davis\",\n            \"email\": \"user@email.com\",\n            \"issuedDate\": \"01/01/2022\",\n            \"returnDate\": \"03/02/2021\",\n            \"subscriptionType\": \"Premium\",\n            \"subscriptionDate\": \"01/01/2022\",\n            \"createdAt\": \"2022-09-02T21:19:42.737Z\",\n            \"updatedAt\": \"2022-09-02T21:24:29.602Z\",\n            \"__v\": 0,\n            \"issuedBook\": \"6312435f41abe756c6ec3f2f\"\n        },\n        {\n            \"_id\": \"63127383127455bd22537998\",\n            \"name\": \"Hannah\",\n            \"surname\": \"Baker\",\n            \"email\": \"user@email.com\",\n            \"subscriptionType\": \"Standard\",\n            \"subscriptionDate\": \"02/02/2022\",\n            \"createdAt\": \"2022-09-02T21:20:03.704Z\",\n            \"updatedAt\": \"2022-09-02T21:20:03.704Z\",\n            \"__v\": 0\n        },\n        {\n            \"_id\": \"6316312905d3afd37ddaa063\",\n            \"name\": \"Willy\",\n            \"surname\": \"Wonka\",\n            \"email\": \"wonkaiy@email.com\",\n            \"subscriptionType\": \"Basic\",\n            \"subscriptionDate\": \"09/05/2022\",\n            \"createdAt\": \"2022-09-05T17:26:01.233Z\",\n            \"updatedAt\": \"2022-09-05T17:28:46.279Z\",\n            \"__v\": 0,\n            \"issuedBook\": \"6312435f41abe756c6ec3f2f\"\n        }\n    ]\n}"}],"_postman_id":"a362c834-4952-44f4-8a2d-e1fcde6989a1"},{"name":"Get user by id","id":"c50b2232-0f17-4eea-a48d-118ff871b230","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8081/users/6312735d127455bd22537994","urlObject":{"path":["users","6312735d127455bd22537994"],"host":["http://localhost:8081"],"query":[],"variable":[]}},"response":[{"id":"fe77cc19-0505-4b3f-85de-eca55a745b9c","name":"Get user by id successful","originalRequest":{"method":"GET","header":[],"url":"http://localhost:8081/users/3"},"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":"224"},{"key":"ETag","value":"W/\"e0-dq+Dftm84LfjSLdSKythr5nDFYQ\""},{"key":"Date","value":"Sat, 27 Aug 2022 06:20:09 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": {\n        \"id\": \"3\",\n        \"name\": \"Jessica\",\n        \"surname\": \"Davis\",\n        \"email\": \"user@email.com\",\n        \"issuedBook\": \"3\",\n        \"issuedDate\": \"01/07/2022\",\n        \"returnDate\": \"01/10/2021\",\n        \"subscriptionType\": \"Premium\",\n        \"subscriptionDate\": \"01/01/2022\"\n    }\n}"},{"id":"a2aa6a53-2d26-4814-98a2-afa5f5b881f1","name":"Failed as user not found","originalRequest":{"method":"GET","header":[],"url":"http://localhost:8081/users/5"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"45"},{"key":"ETag","value":"W/\"2d-SXNlno6QquyTxrnTKWqKt+ccOzI\""},{"key":"Date","value":"Sat, 27 Aug 2022 06:22:28 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"message\": \"User not found \"\n}"},{"id":"54e48689-0acf-4f23-bf0f-82f36e343e2f","name":"success- MONGODB","originalRequest":{"method":"GET","header":[],"url":"http://localhost:8081/users/6312736e127455bd22537996"},"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":"317"},{"key":"ETag","value":"W/\"13d-YkBtI1yYNG65iYZn6yAI1EPBhKM\""},{"key":"Date","value":"Fri, 02 Sep 2022 21:22:54 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": {\n        \"_id\": \"6312736e127455bd22537996\",\n        \"name\": \"Jessica\",\n        \"surname\": \"Davis\",\n        \"email\": \"user@email.com\",\n        \"issuedDate\": \"01/01/2022\",\n        \"returnDate\": \"03/02/2021\",\n        \"subscriptionType\": \"Premium\",\n        \"subscriptionDate\": \"01/01/2022\",\n        \"createdAt\": \"2022-09-02T21:19:42.737Z\",\n        \"updatedAt\": \"2022-09-02T21:19:42.737Z\",\n        \"__v\": 0\n    }\n}"}],"_postman_id":"c50b2232-0f17-4eea-a48d-118ff871b230"},{"name":"Creating a user","id":"fce3e2f0-97e5-4d42-8fc4-c5df88f6f8d8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"data\":\r\n    {\r\n        \"name\": \"Milly\",\r\n        \"surname\": \"Wonka\",\r\n        \"email\": \"milkaiy@email.com\",\r\n        \"subscriptionType\": \"Basic\",\r\n        \"subscriptionDate\": \"09/05/2022\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8081/users","urlObject":{"path":["users"],"host":["http://localhost:8081"],"query":[],"variable":[]}},"response":[{"id":"ecffe44a-5c78-4214-a049-5856929b0768","name":"Creation successful","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"id\":\"5\",\r\n    \"name\":\"Daksh\",\r\n    \"surname\":\"Makhija\",\r\n    \"email\":\"dakshmakhija@gmail.com\",\r\n    \"subscriptionType\":\"Premium\",\r\n    \"subscriptionDate\":\"27/08/2022\"\r\n\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8081/users"},"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":"889"},{"key":"ETag","value":"W/\"379-C5EWWUHKrupRIMLZ6KLhs9KO4vI\""},{"key":"Date","value":"Sat, 27 Aug 2022 06:23:14 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": [\n        {\n            \"id\": \"1\",\n            \"name\": \"John\",\n            \"surname\": \"Doe\",\n            \"email\": \"user@email.com\",\n            \"issuedBook\": \"1\",\n            \"issuedDate\": \"01/07/2022\",\n            \"returnDate\": \"01/10/2022\",\n            \"subscriptionType\": \"Basic\",\n            \"subscriptionDate\": \"01/07/2022\"\n        },\n        {\n            \"id\": \"2\",\n            \"name\": \"Chloe\",\n            \"surname\": \"Smith\",\n            \"email\": \"user@email.com\",\n            \"issuedBook\": \"2\",\n            \"issuedDate\": \"01/07/2022\",\n            \"returnDate\": \"01/10/2022\",\n            \"subscriptionType\": \"Basic\",\n            \"subscriptionDate\": \"03/01/2022\"\n        },\n        {\n            \"id\": \"3\",\n            \"name\": \"Jessica\",\n            \"surname\": \"Davis\",\n            \"email\": \"user@email.com\",\n            \"issuedBook\": \"3\",\n            \"issuedDate\": \"01/07/2022\",\n            \"returnDate\": \"01/10/2021\",\n            \"subscriptionType\": \"Premium\",\n            \"subscriptionDate\": \"01/01/2022\"\n        },\n        {\n            \"id\": \"4\",\n            \"name\": \"Hannah\",\n            \"surname\": \"Baker\",\n            \"email\": \"user@email.com\",\n            \"subscriptionType\": \"Standard\",\n            \"subscriptionDate\": \"02/02/2022\"\n        },\n        {\n            \"id\": \"5\",\n            \"name\": \"Daksh\",\n            \"surname\": \"Makhija\",\n            \"email\": \"dakshmakhija@gmail.com\",\n            \"subscriptionType\": \"Premium\",\n            \"subscriptionDate\": \"27/08/2022\"\n        }\n    ]\n}"},{"id":"2da35404-c68e-43a9-98f4-56b5b39e7851","name":"Failed as user already exists","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"id\":\"5\",\r\n    \"name\":\"Daksh\",\r\n    \"surname\":\"Makhija\",\r\n    \"email\":\"dakshmakhija@gmail.com\",\r\n    \"subscriptionType\":\"Premium\",\r\n    \"subscriptionDate\":\"27/08/2022\"\r\n\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8081/users"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"55"},{"key":"ETag","value":"W/\"37-PO2VTVTpzeZLGGud78dGpnzX9s8\""},{"key":"Date","value":"Sat, 27 Aug 2022 06:24:46 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"message\": \"User exists with this id \"\n}"},{"id":"2b0d0679-eb53-4dc9-83f6-995b850d5d71","name":"success- MONGODB","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"data\":\r\n    {\r\n        \"name\": \"Hannah\",\r\n        \"surname\": \"Baker\",\r\n        \"email\": \"user@email.com\",\r\n        \"subscriptionType\": \"Standard\",\r\n        \"subscriptionDate\": \"02/02/2022\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8081/users"},"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":"265"},{"key":"ETag","value":"W/\"109-EsBe4r8ZPAEdfgS2O3+Bg4LjZ1U\""},{"key":"Date","value":"Fri, 02 Sep 2022 21:20:03 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": {\n        \"name\": \"Hannah\",\n        \"surname\": \"Baker\",\n        \"email\": \"user@email.com\",\n        \"subscriptionType\": \"Standard\",\n        \"subscriptionDate\": \"02/02/2022\",\n        \"_id\": \"63127383127455bd22537998\",\n        \"createdAt\": \"2022-09-02T21:20:03.704Z\",\n        \"updatedAt\": \"2022-09-02T21:20:03.704Z\",\n        \"__v\": 0\n    }\n}"}],"_postman_id":"fce3e2f0-97e5-4d42-8fc4-c5df88f6f8d8"},{"name":"Updating user by id","id":"d53e3ab2-da18-4ec3-ab11-efc932efa463","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"data\" : \r\n        {\r\n            \"issuedBook\":\"6312435f41abe756c6ec3f2f\"\r\n        }\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8081/users/6316312905d3afd37ddaa063","urlObject":{"path":["users","6316312905d3afd37ddaa063"],"host":["http://localhost:8081"],"query":[],"variable":[]}},"response":[{"id":"ba4e4b08-f9a6-4d63-a8a2-236f46592608","name":"Updation successful","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"data\" : \r\n        {\r\n            \"name\" : \"James\" ,\r\n            \"surname\" : \"Howlin\"\r\n        }\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8081/users/3"},"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":"888"},{"key":"ETag","value":"W/\"378-AN+0wYTL3dKKa+++kXl0G7Icol8\""},{"key":"Date","value":"Sat, 27 Aug 2022 06:26:19 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": [\n        {\n            \"id\": \"1\",\n            \"name\": \"John\",\n            \"surname\": \"Doe\",\n            \"email\": \"user@email.com\",\n            \"issuedBook\": \"1\",\n            \"issuedDate\": \"01/07/2022\",\n            \"returnDate\": \"01/10/2022\",\n            \"subscriptionType\": \"Basic\",\n            \"subscriptionDate\": \"01/07/2022\"\n        },\n        {\n            \"id\": \"2\",\n            \"name\": \"Chloe\",\n            \"surname\": \"Smith\",\n            \"email\": \"user@email.com\",\n            \"issuedBook\": \"2\",\n            \"issuedDate\": \"01/07/2022\",\n            \"returnDate\": \"01/10/2022\",\n            \"subscriptionType\": \"Basic\",\n            \"subscriptionDate\": \"03/01/2022\"\n        },\n        {\n            \"id\": \"3\",\n            \"name\": \"James\",\n            \"surname\": \"Howlin\",\n            \"email\": \"user@email.com\",\n            \"issuedBook\": \"3\",\n            \"issuedDate\": \"01/07/2022\",\n            \"returnDate\": \"01/10/2021\",\n            \"subscriptionType\": \"Premium\",\n            \"subscriptionDate\": \"01/01/2022\"\n        },\n        {\n            \"id\": \"4\",\n            \"name\": \"Hannah\",\n            \"surname\": \"Baker\",\n            \"email\": \"user@email.com\",\n            \"subscriptionType\": \"Standard\",\n            \"subscriptionDate\": \"02/02/2022\"\n        },\n        {\n            \"id\": \"5\",\n            \"name\": \"Daksh\",\n            \"surname\": \"Makhija\",\n            \"email\": \"dakshmakhija@gmail.com\",\n            \"subscriptionType\": \"Premium\",\n            \"subscriptionDate\": \"27/08/2022\"\n        }\n    ]\n}"},{"id":"1248e539-3f83-452f-88f1-b79514d6abaf","name":"Failed as user not found","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"data\" : \r\n        {\r\n            \"name\" : \"James\" ,\r\n            \"surname\" : \"Howlin\"\r\n        }\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8081/users/6"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"44"},{"key":"ETag","value":"W/\"2c-EAnCIFy1uGovyo/FU6KYwnjLgrc\""},{"key":"Date","value":"Sat, 27 Aug 2022 06:27:38 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"message\": \"User not found\"\n}"},{"id":"a11bcbc5-d60b-4bdb-b62a-2a4e3feefde6","name":"success- MONGODB","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"data\" : \r\n        {\r\n            \"issuedBook\":\"6312435f41abe756c6ec3f2f\"\r\n        }\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8081/users/6312736e127455bd22537996"},"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":"357"},{"key":"ETag","value":"W/\"165-nyvT26JJL3XS2StFQ0AF0t2oIBE\""},{"key":"Date","value":"Fri, 02 Sep 2022 21:24:29 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": {\n        \"_id\": \"6312736e127455bd22537996\",\n        \"name\": \"Jessica\",\n        \"surname\": \"Davis\",\n        \"email\": \"user@email.com\",\n        \"issuedDate\": \"01/01/2022\",\n        \"returnDate\": \"03/02/2021\",\n        \"subscriptionType\": \"Premium\",\n        \"subscriptionDate\": \"01/01/2022\",\n        \"createdAt\": \"2022-09-02T21:19:42.737Z\",\n        \"updatedAt\": \"2022-09-02T21:24:29.602Z\",\n        \"__v\": 0,\n        \"issuedBook\": \"6312435f41abe756c6ec3f2f\"\n    }\n}"},{"id":"f0ce34a6-692e-48fe-a079-cc9b2b47289e","name":"sucess(2)- MONGODB","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"data\" : \r\n        {\r\n            \"issuedBook\":\"6312435f41abe756c6ec3f2f\"\r\n        }\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8081/users/6316312905d3afd37ddaa063"},"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":"304"},{"key":"ETag","value":"W/\"130-flUbF3LSN+YvdcFxFtul2pZVU/U\""},{"key":"Date","value":"Mon, 05 Sep 2022 17:28:46 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": {\n        \"_id\": \"6316312905d3afd37ddaa063\",\n        \"name\": \"Willy\",\n        \"surname\": \"Wonka\",\n        \"email\": \"wonkaiy@email.com\",\n        \"subscriptionType\": \"Basic\",\n        \"subscriptionDate\": \"09/05/2022\",\n        \"createdAt\": \"2022-09-05T17:26:01.233Z\",\n        \"updatedAt\": \"2022-09-05T17:28:46.279Z\",\n        \"__v\": 0,\n        \"issuedBook\": \"6312435f41abe756c6ec3f2f\"\n    }\n}"}],"_postman_id":"d53e3ab2-da18-4ec3-ab11-efc932efa463"},{"name":"Delete a user by id","id":"90e568f6-ba22-4ffe-a7f9-38773f0766ab","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8081/users/6312733a127455bd22537992","urlObject":{"path":["users","6312733a127455bd22537992"],"host":["http://localhost:8081"],"query":[],"variable":[]}},"response":[{"id":"7da05020-82e8-4b69-8ae4-1dc3b8dc7a15","name":"Deletion successful","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8081/users/1"},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"696"},{"key":"ETag","value":"W/\"2b8-P/UMgUQeNMGg6FagUcSTrr9gymI\""},{"key":"Date","value":"Sat, 27 Aug 2022 06:31:49 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"data\": [\n        {\n            \"id\": \"2\",\n            \"name\": \"Chloe\",\n            \"surname\": \"Smith\",\n            \"email\": \"user@email.com\",\n            \"issuedBook\": \"2\",\n            \"issuedDate\": \"01/07/2022\",\n            \"returnDate\": \"01/10/2022\",\n            \"subscriptionType\": \"Basic\",\n            \"subscriptionDate\": \"03/01/2022\"\n        },\n        {\n            \"id\": \"3\",\n            \"name\": \"Jessica\",\n            \"surname\": \"Davis\",\n            \"email\": \"user@email.com\",\n            \"issuedBook\": \"3\",\n            \"issuedDate\": \"01/07/2022\",\n            \"returnDate\": \"01/10/2021\",\n            \"subscriptionType\": \"Premium\",\n            \"subscriptionDate\": \"01/01/2022\"\n        },\n        {\n            \"id\": \"4\",\n            \"name\": \"Hannah\",\n            \"surname\": \"Baker\",\n            \"email\": \"user@email.com\",\n            \"subscriptionType\": \"Standard\",\n            \"subscriptionDate\": \"02/02/2022\"\n        },\n        {\n            \"id\": \"5\",\n            \"name\": \"Daksh\",\n            \"surname\": \"Makhija\",\n            \"email\": \"dakshmakhija@gmail.com\",\n            \"subscriptionType\": \"Premium\",\n            \"subscriptionDate\": \"27/08/2022\"\n        }\n    ]\n}"},{"id":"2fdbc5b6-3c90-4b12-bef8-e96554fcce37","name":"Failed as user not found","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8081/users/1"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"62"},{"key":"ETag","value":"W/\"3e-NxXG91AtqqxyPFtt2zKXFOgbpeo\""},{"key":"Date","value":"Sat, 27 Aug 2022 06:32:57 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"message\": \"User to be deleted was not found\"\n}"},{"id":"c7043386-eb4d-44c9-b655-eb591288d3b3","name":"success- MONGODB","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8081/users/6312733a127455bd22537992"},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"55"},{"key":"ETag","value":"W/\"37-8apdZjuDpx/Nor3soEevRgqk4Og\""},{"key":"Date","value":"Fri, 02 Sep 2022 21:26:45 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": \"Deleted the user successfully\"\n}"}],"_postman_id":"90e568f6-ba22-4ffe-a7f9-38773f0766ab"},{"name":"Getting user subscription details","id":"8265b96c-58bd-4cee-a6a1-10ae59fdcd84","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8081/users/subscription-details/6312736e127455bd22537996","urlObject":{"path":["users","subscription-details","6312736e127455bd22537996"],"host":["http://localhost:8081"],"query":[],"variable":[]}},"response":[{"id":"6dee0695-0292-4528-aff6-cc8dad7173bc","name":"No fine","originalRequest":{"method":"GET","header":[],"url":"http://localhost:8081/users/subscription-details/1"},"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":"829"},{"key":"ETag","value":"W/\"33d-11nUy9Mwc1KFXOouTPPLjnUGM7o\""},{"key":"Date","value":"Sat, 27 Aug 2022 20:45:55 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": {\n        \"0\": {\n            \"id\": \"1\",\n            \"name\": \"John\",\n            \"surname\": \"Doe\",\n            \"email\": \"user@email.com\",\n            \"issuedBook\": \"1\",\n            \"issuedDate\": \"07/01/2022\",\n            \"returnDate\": \"09/01/2022\",\n            \"subscriptionType\": \"Basic\",\n            \"subscriptionDate\": \"07/01/2022\"\n        },\n        \"1\": {\n            \"id\": \"2\",\n            \"name\": \"Chloe\",\n            \"surname\": \"Smith\",\n            \"email\": \"user@email.com\",\n            \"issuedBook\": \"2\",\n            \"issuedDate\": \"05/25/2022\",\n            \"returnDate\": \"07/25/2022\",\n            \"subscriptionType\": \"Basic\",\n            \"subscriptionDate\": \"05/25/2022\"\n        },\n        \"2\": {\n            \"id\": \"3\",\n            \"name\": \"Jessica\",\n            \"surname\": \"Davis\",\n            \"email\": \"user@email.com\",\n            \"issuedBook\": \"3\",\n            \"issuedDate\": \"01/01/2022\",\n            \"returnDate\": \"03/02/2021\",\n            \"subscriptionType\": \"Premium\",\n            \"subscriptionDate\": \"01/01/2022\"\n        },\n        \"3\": {\n            \"id\": \"4\",\n            \"name\": \"Hannah\",\n            \"surname\": \"Baker\",\n            \"email\": \"user@email.com\",\n            \"subscriptionType\": \"Standard\",\n            \"subscriptionDate\": \"02/02/2022\"\n        },\n        \"subscriptionExpired\": false,\n        \"daysLeftForExpiration\": 32,\n        \"fine\": 0\n    }\n}"},{"id":"7b28a43f-7f3f-4ed9-9487-599fbd3c65b6","name":"Fine - return date exceeded","originalRequest":{"method":"GET","header":[],"url":"http://localhost:8081/users/subscription-details/3"},"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":"832"},{"key":"ETag","value":"W/\"340-TA29LOLnl6pfWoK7JlBZoPhO3kw\""},{"key":"Date","value":"Sat, 27 Aug 2022 20:47:15 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": {\n        \"0\": {\n            \"id\": \"1\",\n            \"name\": \"John\",\n            \"surname\": \"Doe\",\n            \"email\": \"user@email.com\",\n            \"issuedBook\": \"1\",\n            \"issuedDate\": \"07/01/2022\",\n            \"returnDate\": \"09/01/2022\",\n            \"subscriptionType\": \"Basic\",\n            \"subscriptionDate\": \"07/01/2022\"\n        },\n        \"1\": {\n            \"id\": \"2\",\n            \"name\": \"Chloe\",\n            \"surname\": \"Smith\",\n            \"email\": \"user@email.com\",\n            \"issuedBook\": \"2\",\n            \"issuedDate\": \"05/25/2022\",\n            \"returnDate\": \"07/25/2022\",\n            \"subscriptionType\": \"Basic\",\n            \"subscriptionDate\": \"05/25/2022\"\n        },\n        \"2\": {\n            \"id\": \"3\",\n            \"name\": \"Jessica\",\n            \"surname\": \"Davis\",\n            \"email\": \"user@email.com\",\n            \"issuedBook\": \"3\",\n            \"issuedDate\": \"01/01/2022\",\n            \"returnDate\": \"03/02/2021\",\n            \"subscriptionType\": \"Premium\",\n            \"subscriptionDate\": \"01/01/2022\"\n        },\n        \"3\": {\n            \"id\": \"4\",\n            \"name\": \"Hannah\",\n            \"surname\": \"Baker\",\n            \"email\": \"user@email.com\",\n            \"subscriptionType\": \"Standard\",\n            \"subscriptionDate\": \"02/02/2022\"\n        },\n        \"subscriptionExpired\": false,\n        \"daysLeftForExpiration\": 126,\n        \"fine\": 100\n    }\n}"},{"id":"e57be01c-623a-4b1f-a1e0-fe2b91c0745c","name":"Fine - sub and return date exceeded","originalRequest":{"method":"GET","header":[],"url":"http://localhost:8081/users/subscription-details/2"},"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":"829"},{"key":"ETag","value":"W/\"33d-pvsDTzdm+apfp16ByJriRJBK664\""},{"key":"Date","value":"Sat, 27 Aug 2022 20:46:21 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": {\n        \"0\": {\n            \"id\": \"1\",\n            \"name\": \"John\",\n            \"surname\": \"Doe\",\n            \"email\": \"user@email.com\",\n            \"issuedBook\": \"1\",\n            \"issuedDate\": \"07/01/2022\",\n            \"returnDate\": \"09/01/2022\",\n            \"subscriptionType\": \"Basic\",\n            \"subscriptionDate\": \"07/01/2022\"\n        },\n        \"1\": {\n            \"id\": \"2\",\n            \"name\": \"Chloe\",\n            \"surname\": \"Smith\",\n            \"email\": \"user@email.com\",\n            \"issuedBook\": \"2\",\n            \"issuedDate\": \"05/25/2022\",\n            \"returnDate\": \"07/25/2022\",\n            \"subscriptionType\": \"Basic\",\n            \"subscriptionDate\": \"05/25/2022\"\n        },\n        \"2\": {\n            \"id\": \"3\",\n            \"name\": \"Jessica\",\n            \"surname\": \"Davis\",\n            \"email\": \"user@email.com\",\n            \"issuedBook\": \"3\",\n            \"issuedDate\": \"01/01/2022\",\n            \"returnDate\": \"03/02/2021\",\n            \"subscriptionType\": \"Premium\",\n            \"subscriptionDate\": \"01/01/2022\"\n        },\n        \"3\": {\n            \"id\": \"4\",\n            \"name\": \"Hannah\",\n            \"surname\": \"Baker\",\n            \"email\": \"user@email.com\",\n            \"subscriptionType\": \"Standard\",\n            \"subscriptionDate\": \"02/02/2022\"\n        },\n        \"subscriptionExpired\": true,\n        \"daysLeftForExpiration\": 0,\n        \"fine\": 200\n    }\n}"},{"id":"1e25a996-6649-4f51-81ae-7e0cbdb5e511","name":"User has no issued book","originalRequest":{"method":"GET","header":[],"url":"http://localhost:8081/users/subscription-details/4"},"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":"827"},{"key":"ETag","value":"W/\"33b-Di1QmLTDs8WR5ExnkAlWta97QjY\""},{"key":"Date","value":"Sat, 27 Aug 2022 20:50:31 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": {\n        \"0\": {\n            \"id\": \"1\",\n            \"name\": \"John\",\n            \"surname\": \"Doe\",\n            \"email\": \"user@email.com\",\n            \"issuedBook\": \"1\",\n            \"issuedDate\": \"07/01/2022\",\n            \"returnDate\": \"09/01/2022\",\n            \"subscriptionType\": \"Basic\",\n            \"subscriptionDate\": \"07/01/2022\"\n        },\n        \"1\": {\n            \"id\": \"2\",\n            \"name\": \"Chloe\",\n            \"surname\": \"Smith\",\n            \"email\": \"user@email.com\",\n            \"issuedBook\": \"2\",\n            \"issuedDate\": \"05/25/2022\",\n            \"returnDate\": \"07/25/2022\",\n            \"subscriptionType\": \"Basic\",\n            \"subscriptionDate\": \"05/25/2022\"\n        },\n        \"2\": {\n            \"id\": \"3\",\n            \"name\": \"Jessica\",\n            \"surname\": \"Davis\",\n            \"email\": \"user@email.com\",\n            \"issuedBook\": \"3\",\n            \"issuedDate\": \"01/01/2022\",\n            \"returnDate\": \"03/02/2021\",\n            \"subscriptionType\": \"Premium\",\n            \"subscriptionDate\": \"01/01/2022\"\n        },\n        \"3\": {\n            \"id\": \"4\",\n            \"name\": \"Hannah\",\n            \"surname\": \"Baker\",\n            \"email\": \"user@email.com\",\n            \"subscriptionType\": \"Standard\",\n            \"subscriptionDate\": \"02/02/2022\"\n        },\n        \"subscriptionExpired\": true,\n        \"daysLeftForExpiration\": 0,\n        \"fine\": 0\n    }\n}"},{"id":"9402e4f9-e539-4b0f-babf-16e0feefdec7","name":"User not found","originalRequest":{"method":"GET","header":[],"url":"http://localhost:8081/users/subscription-details/5"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"43"},{"key":"ETag","value":"W/\"2b-GOTvrDNKIA8m+zDPK9kgJE4gffA\""},{"key":"Date","value":"Sat, 27 Aug 2022 20:48:07 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"succes\": false,\n    \"message\": \"User not found\"\n}"},{"id":"0763a397-cb05-4e57-8eb0-811bf3811bc8","name":"success- MONGODB","originalRequest":{"method":"GET","header":[],"url":"http://localhost:8081/users/subscription-details/6312736e127455bd22537996"},"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":"424"},{"key":"ETag","value":"W/\"1a8-1cusc2HCMI3eKlgQK7VcNrcJlEs\""},{"key":"Date","value":"Fri, 02 Sep 2022 21:28:13 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": {\n        \"_id\": \"6312736e127455bd22537996\",\n        \"name\": \"Jessica\",\n        \"surname\": \"Davis\",\n        \"email\": \"user@email.com\",\n        \"issuedDate\": \"01/01/2022\",\n        \"returnDate\": \"03/02/2021\",\n        \"subscriptionType\": \"Premium\",\n        \"subscriptionDate\": \"01/01/2022\",\n        \"createdAt\": \"2022-09-02T21:19:42.737Z\",\n        \"updatedAt\": \"2022-09-02T21:24:29.602Z\",\n        \"__v\": 0,\n        \"issuedBook\": \"6312435f41abe756c6ec3f2f\",\n        \"subscriptionExpired\": false,\n        \"daysLeftForExpiration\": 120,\n        \"fine\": 100\n    }\n}"},{"id":"ac60c0d2-d3bd-4584-9e05-c924fd58ec88","name":"success(2)- MONGODB","originalRequest":{"method":"GET","header":[],"url":"http://localhost:8081/users/subscription-details/6312736e127455bd22537996"},"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":"949"},{"key":"ETag","value":"W/\"3b5-klAQPy/SZZGbEfjmR0lqUyPJv4w\""},{"key":"Date","value":"Mon, 05 Sep 2022 17:38:09 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": {\n        \"$__\": {\n            \"activePaths\": {\n                \"paths\": {\n                    \"subscriptionDate\": \"init\",\n                    \"subscriptionType\": \"init\",\n                    \"email\": \"init\",\n                    \"surname\": \"init\",\n                    \"name\": \"init\",\n                    \"_id\": \"init\",\n                    \"issuedDate\": \"init\",\n                    \"returnDate\": \"init\",\n                    \"createdAt\": \"init\",\n                    \"updatedAt\": \"init\",\n                    \"__v\": \"init\",\n                    \"issuedBook\": \"init\"\n                },\n                \"states\": {\n                    \"require\": {},\n                    \"init\": {\n                        \"_id\": true,\n                        \"name\": true,\n                        \"surname\": true,\n                        \"email\": true,\n                        \"issuedDate\": true,\n                        \"returnDate\": true,\n                        \"subscriptionType\": true,\n                        \"subscriptionDate\": true,\n                        \"createdAt\": true,\n                        \"updatedAt\": true,\n                        \"__v\": true,\n                        \"issuedBook\": true\n                    }\n                }\n            },\n            \"skipId\": true\n        },\n        \"$isNew\": false,\n        \"_doc\": {\n            \"_id\": \"6312736e127455bd22537996\",\n            \"name\": \"Jessica\",\n            \"surname\": \"Davis\",\n            \"email\": \"user@email.com\",\n            \"issuedDate\": \"01/01/2022\",\n            \"returnDate\": \"03/02/2021\",\n            \"subscriptionType\": \"Premium\",\n            \"subscriptionDate\": \"01/01/2022\",\n            \"createdAt\": \"2022-09-02T21:19:42.737Z\",\n            \"updatedAt\": \"2022-09-02T21:24:29.602Z\",\n            \"__v\": 0,\n            \"issuedBook\": \"6312435f41abe756c6ec3f2f\"\n        },\n        \"subscriptionExpired\": false,\n        \"daysLeftForExpiration\": 117,\n        \"fine\": 100\n    }\n}"}],"_postman_id":"8265b96c-58bd-4cee-a6a1-10ae59fdcd84"}],"id":"ce925873-a989-4d37-945c-7b8d767f3c60","_postman_id":"ce925873-a989-4d37-945c-7b8d767f3c60","description":""},{"name":"Books","item":[{"name":"Getting all books","id":"71e9683e-459c-406c-affc-a14805064e17","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8081/books","urlObject":{"path":["books"],"host":["http://localhost:8081"],"query":[],"variable":[]}},"response":[{"id":"dab6c313-25fb-477a-b868-5ae036202070","name":"Getting all books successful","originalRequest":{"method":"GET","header":[],"url":"http://localhost:8081/books"},"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":"397"},{"key":"ETag","value":"W/\"18d-kEMRR1/Q90TUvDYXbBHOgfHEas0\""},{"key":"Date","value":"Sat, 27 Aug 2022 06:34:02 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": [\n        {\n            \"id\": \"1\",\n            \"name\": \"The Hobbit\",\n            \"author\": \"J.R.R. Tolkien\",\n            \"genre\": \"Fantasy\",\n            \"price\": \"12.99\",\n            \"publisher\": \"Houghton Mifflin\"\n        },\n        {\n            \"id\": \"2\",\n            \"name\": \"The Land Before Time\",\n            \"author\": \"Alan Moore\",\n            \"genre\": \"Fantasy\",\n            \"price\": \"12.99\",\n            \"publisher\": \"Houghton Mifflin\"\n        },\n        {\n            \"id\": \"3\",\n            \"name\": \"Anna Karenina\",\n            \"author\": \"Leo Tolstoy\",\n            \"genre\": \"Fantasy\",\n            \"price\": \"15.99\",\n            \"publisher\": \"Houghton Mifflin\"\n        }\n    ]\n}"},{"id":"412f4d2c-aa41-4bcf-aadf-ce50e685e4ef","name":"success- MONGODB","originalRequest":{"method":"GET","header":[],"url":"http://localhost:8081/books"},"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":"727"},{"key":"ETag","value":"W/\"2d7-ZAkqpaD7BdQBkgB5khlk2EYeI0U\""},{"key":"Date","value":"Fri, 02 Sep 2022 17:57:16 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": [\n        {\n            \"_id\": \"6312432141abe756c6ec3f29\",\n            \"name\": \"The Hobbit\",\n            \"author\": \"J.R.R. Tolkien\",\n            \"genre\": \"Fantasy\",\n            \"price\": \"12.99\",\n            \"publisher\": \"Houghton Mifflin\",\n            \"createdAt\": \"2022-09-02T17:53:37.231Z\",\n            \"updatedAt\": \"2022-09-02T17:53:37.231Z\",\n            \"__v\": 0\n        },\n        {\n            \"_id\": \"6312434441abe756c6ec3f2c\",\n            \"name\": \"The Land Before Time\",\n            \"author\": \"Alan Moore\",\n            \"genre\": \"Fantasy\",\n            \"price\": \"12.99\",\n            \"publisher\": \"Houghton Mifflin\",\n            \"createdAt\": \"2022-09-02T17:54:12.595Z\",\n            \"updatedAt\": \"2022-09-02T17:54:12.595Z\",\n            \"__v\": 0\n        },\n        {\n            \"_id\": \"6312435f41abe756c6ec3f2f\",\n            \"name\": \"Anna Karenina\",\n            \"author\": \"Leo Tolstoy\",\n            \"genre\": \"Fantasy\",\n            \"price\": \"15.99\",\n            \"publisher\": \"Houghton Mifflin\",\n            \"createdAt\": \"2022-09-02T17:54:39.310Z\",\n            \"updatedAt\": \"2022-09-02T17:54:39.310Z\",\n            \"__v\": 0\n        }\n    ]\n}"}],"_postman_id":"71e9683e-459c-406c-affc-a14805064e17"},{"name":"Get book by id","id":"3a0d5177-08a7-45e5-ba6e-2861b47ef9ce","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8081/books/6312435f41abe756c6ec3f2f","urlObject":{"path":["books","6312435f41abe756c6ec3f2f"],"host":["http://localhost:8081"],"query":[],"variable":[]}},"response":[{"id":"0d0e17c0-0d89-408c-a708-96faac540f01","name":"Get book by id success","originalRequest":{"method":"GET","header":[],"url":"http://localhost:8081/books/2"},"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":"151"},{"key":"ETag","value":"W/\"97-pFweJST6VzT1kLdGXOhFyAhkuRo\""},{"key":"Date","value":"Fri, 26 Aug 2022 15:24:35 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": {\n        \"id\": \"2\",\n        \"name\": \"The Land Before Time\",\n        \"author\": \"Alan Moore\",\n        \"genre\": \"Fantasy\",\n        \"price\": \"12.99\",\n        \"publisher\": \"Houghton Mifflin\"\n    }\n}"},{"id":"12ad4134-ee7c-42b4-a0b6-3415e07fc398","name":"Failed as book not found","originalRequest":{"method":"GET","header":[],"url":"http://localhost:8081/books/4"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"44"},{"key":"ETag","value":"W/\"2c-hGQSgWQowNmeTLs2/Uxy0wFP1yA\""},{"key":"Date","value":"Sat, 27 Aug 2022 06:45:13 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"message\": \"Book not found\"\n}"},{"id":"46b74c67-f41d-4725-ad7b-b61371d5aacf","name":"success- MONGODB","originalRequest":{"method":"GET","header":[],"url":"http://localhost:8081/books/6312435f41abe756c6ec3f2f"},"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":"255"},{"key":"ETag","value":"W/\"ff-u0LY6OfY1jD1WrCKjznbr5nz0+M\""},{"key":"Date","value":"Fri, 02 Sep 2022 17:58:01 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": {\n        \"_id\": \"6312435f41abe756c6ec3f2f\",\n        \"name\": \"Anna Karenina\",\n        \"author\": \"Leo Tolstoy\",\n        \"genre\": \"Fantasy\",\n        \"price\": \"15.99\",\n        \"publisher\": \"Houghton Mifflin\",\n        \"createdAt\": \"2022-09-02T17:54:39.310Z\",\n        \"updatedAt\": \"2022-09-02T17:54:39.310Z\",\n        \"__v\": 0\n    }\n}"}],"_postman_id":"3a0d5177-08a7-45e5-ba6e-2861b47ef9ce"},{"name":"Get all issued books","id":"4746f31a-83d0-4a26-87d1-fc46fc9fec58","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8081/books/issued/by-user","urlObject":{"path":["books","issued","by-user"],"host":["http://localhost:8081"],"query":[],"variable":[]}},"response":[{"id":"2d60b606-f280-417d-a546-3f0a5bd1fddc","name":"Get issued books successful","originalRequest":{"method":"GET","header":[],"url":"http://localhost:8081/books/issued/by-user"},"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":"224"},{"key":"ETag","value":"W/\"e0-JpkhlQytPrEgnBNsmSg4Awmkylg\""},{"key":"Date","value":"Sat, 27 Aug 2022 06:52:02 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": [\n        {\n            \"id\": \"2\",\n            \"name\": \"The Land Before Time\",\n            \"author\": \"Alan Moore\",\n            \"genre\": \"Fantasy\",\n            \"price\": \"12.99\",\n            \"publisher\": \"Houghton Mifflin\",\n            \"issuedBy\": \"Chloe\",\n            \"issuedDate\": \"01/07/2022\",\n            \"returnDate\": \"01/10/2022\"\n        }\n    ]\n}"},{"id":"a319fc63-0f8f-4371-afc4-992b6311aa59","name":"Failed as no books issued","originalRequest":{"method":"GET","header":[],"url":"http://localhost:8081/books/issued/by-user"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"52"},{"key":"ETag","value":"W/\"34-B/ueDGhqhZeii+aNbfw4Nwz7Ehc\""},{"key":"Date","value":"Sat, 27 Aug 2022 06:58:53 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"message\": \"No books issued yet !!\"\n}"},{"id":"23bde084-ac91-41ea-a7f7-a620e8ed2741","name":"success- MONGODB","originalRequest":{"method":"GET","header":[],"url":"http://localhost:8081/books/issued/by-user"},"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":"469"},{"key":"ETag","value":"W/\"1d5-wEb+KM/KsmID0hOM/TShoLnILkE\""},{"key":"Date","value":"Fri, 02 Sep 2022 21:31:42 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": [\n        {\n            \"_id\": \"6312434441abe756c6ec3f2c\",\n            \"name\": \"The Land Before Time\",\n            \"author\": \"Alan Moore\",\n            \"genre\": \"Fantasy\",\n            \"price\": \"12.99\",\n            \"publisher\": \"Houghton Mifflin\",\n            \"issuedBy\": \"Chloe\",\n            \"issuedDate\": \"05/25/2022\",\n            \"returnDate\": \"07/25/2022\"\n        },\n        {\n            \"_id\": \"6312435f41abe756c6ec3f2f\",\n            \"name\": \"Anna Karenina\",\n            \"author\": \"Leo Tolstoy\",\n            \"genre\": \"Drama\",\n            \"price\": \"20.99\",\n            \"publisher\": \"Navneet Publications\",\n            \"issuedBy\": \"Jessica\",\n            \"issuedDate\": \"01/01/2022\",\n            \"returnDate\": \"03/02/2021\"\n        }\n    ]\n}"},{"id":"0a0f3518-3a60-47be-95ba-28c1a8bcc2b3","name":"success(2)- MONGODB","originalRequest":{"method":"GET","header":[],"url":"http://localhost:8081/books/issued/by-user"},"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":"686"},{"key":"ETag","value":"W/\"2ae-ngg2yPpTPMdyl0Hb2lo5Sg5gfpY\""},{"key":"Date","value":"Mon, 05 Sep 2022 17:39:36 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": [\n        {\n            \"_id\": \"6312434441abe756c6ec3f2c\",\n            \"name\": \"The Land Before Time\",\n            \"author\": \"Alan Moore\",\n            \"genre\": \"Fantasy\",\n            \"price\": \"12.99\",\n            \"publisher\": \"Houghton Mifflin\",\n            \"issuedBy\": \"Chloe\",\n            \"issuedDate\": \"05/25/2022\",\n            \"returnDate\": \"07/25/2022\"\n        },\n        {\n            \"_id\": \"6312435f41abe756c6ec3f2f\",\n            \"name\": \"Anna Karenina\",\n            \"author\": \"Leo Tolstoy\",\n            \"genre\": \"Drama, Ethical\",\n            \"price\": \"20.99\",\n            \"publisher\": \"Navneet Publications Private Limited\",\n            \"issuedBy\": \"Jessica\",\n            \"issuedDate\": \"01/01/2022\",\n            \"returnDate\": \"03/02/2021\"\n        },\n        {\n            \"_id\": \"6312435f41abe756c6ec3f2f\",\n            \"name\": \"Anna Karenina\",\n            \"author\": \"Leo Tolstoy\",\n            \"genre\": \"Drama, Ethical\",\n            \"price\": \"20.99\",\n            \"publisher\": \"Navneet Publications Private Limited\",\n            \"issuedBy\": \"Willy\"\n        }\n    ]\n}"}],"_postman_id":"4746f31a-83d0-4a26-87d1-fc46fc9fec58"},{"name":"Create a new book","id":"4d7dbf6c-d174-47a7-9e1b-69c217c5168e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":" {\r\n     \"data\" :{\r\n        \r\n        \"name\": \"Anna2 Karenina\",\r\n        \"author\": \"Leo Tolstoy\",\r\n        \"genre\": \"Fantasy\",\r\n        \"price\": \"15.99\",\r\n        \"publisher\": \"Houghton Mifflin\"\r\n      }\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8081/books","urlObject":{"path":["books"],"host":["http://localhost:8081"],"query":[],"variable":[]}},"response":[{"id":"75119327-34af-4922-a3d0-c93ed6ecc451","name":"Create a new book success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \r\n        \"id\":\"5\",\r\n        \"name\" : \"Basics of UI/UX\",\r\n        \"author\" : \"Daksh Makhija\",\r\n        \"genre\": \"Tech\",\r\n        \"price\": \"12.99\",\r\n        \"publisher\" : \"ABC House\"\r\n    \r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8081/books"},"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":"513"},{"key":"ETag","value":"W/\"201-iroGLUV2b2t1G6JtD2HRd8ocqvY\""},{"key":"Date","value":"Sat, 27 Aug 2022 17:33:48 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": [\n        {\n            \"id\": \"1\",\n            \"name\": \"The Hobbit\",\n            \"author\": \"J.R.R. Tolkien\",\n            \"genre\": \"Fantasy\",\n            \"price\": \"12.99\",\n            \"publisher\": \"Houghton Mifflin\"\n        },\n        {\n            \"id\": \"2\",\n            \"name\": \"The Land Before Time\",\n            \"author\": \"Alan Moore\",\n            \"genre\": \"Fantasy\",\n            \"price\": \"12.99\",\n            \"publisher\": \"Houghton Mifflin\"\n        },\n        {\n            \"id\": \"3\",\n            \"name\": \"Anna Karenina\",\n            \"author\": \"Leo Tolstoy\",\n            \"genre\": \"Fantasy\",\n            \"price\": \"15.99\",\n            \"publisher\": \"Houghton Mifflin\"\n        },\n        {\n            \"id\": \"5\",\n            \"author\": \"Daksh Makhija\",\n            \"name\": \"Basics of UI/UX\",\n            \"genre\": \"Tech\",\n            \"price\": \"12.99\",\n            \"publisher\": \"ABC House\"\n        }\n    ]\n}"},{"id":"a181f228-c23b-493e-a870-a4ebbd1c98a6","name":"Failed - book already exists","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \r\n        \"id\":\"5\",\r\n        \"name\" : \"Basics of UI/UX\",\r\n        \"author\" : \"Daksh Makhija\",\r\n        \"genre\": \"Tech\",\r\n        \"price\": \"12.99\",\r\n        \"publisher\" : \"ABC House\"\r\n    \r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8081/books"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"62"},{"key":"ETag","value":"W/\"3e-5UySFeku4lbSCNns14F0kAeQY+s\""},{"key":"Date","value":"Sat, 27 Aug 2022 17:35:20 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"message\": \"Book already exists with this id\"\n}"},{"id":"f21df659-be20-46ac-b933-3d9079c09735","name":"Failed - no data","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8081/books"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"46"},{"key":"ETag","value":"W/\"2e-NPjnvDW4Bzk8cg1E1fd/iHDv85E\""},{"key":"Date","value":"Sat, 27 Aug 2022 14:52:07 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"message\": \"No data provided\"\n}"},{"id":"8fc8484e-64e5-4a53-95f7-6542938cb85e","name":"success- MONGODB","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":" {\r\n     \"data\" :{\r\n        \r\n        \"name\": \"Anna Karenina\",\r\n        \"author\": \"Leo Tolstoy\",\r\n        \"genre\": \"Fantasy\",\r\n        \"price\": \"15.99\",\r\n        \"publisher\": \"Houghton Mifflin\"\r\n      }\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8081/books"},"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":"727"},{"key":"ETag","value":"W/\"2d7-ZAkqpaD7BdQBkgB5khlk2EYeI0U\""},{"key":"Date","value":"Fri, 02 Sep 2022 17:54:39 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": [\n        {\n            \"_id\": \"6312432141abe756c6ec3f29\",\n            \"name\": \"The Hobbit\",\n            \"author\": \"J.R.R. Tolkien\",\n            \"genre\": \"Fantasy\",\n            \"price\": \"12.99\",\n            \"publisher\": \"Houghton Mifflin\",\n            \"createdAt\": \"2022-09-02T17:53:37.231Z\",\n            \"updatedAt\": \"2022-09-02T17:53:37.231Z\",\n            \"__v\": 0\n        },\n        {\n            \"_id\": \"6312434441abe756c6ec3f2c\",\n            \"name\": \"The Land Before Time\",\n            \"author\": \"Alan Moore\",\n            \"genre\": \"Fantasy\",\n            \"price\": \"12.99\",\n            \"publisher\": \"Houghton Mifflin\",\n            \"createdAt\": \"2022-09-02T17:54:12.595Z\",\n            \"updatedAt\": \"2022-09-02T17:54:12.595Z\",\n            \"__v\": 0\n        },\n        {\n            \"_id\": \"6312435f41abe756c6ec3f2f\",\n            \"name\": \"Anna Karenina\",\n            \"author\": \"Leo Tolstoy\",\n            \"genre\": \"Fantasy\",\n            \"price\": \"15.99\",\n            \"publisher\": \"Houghton Mifflin\",\n            \"createdAt\": \"2022-09-02T17:54:39.310Z\",\n            \"updatedAt\": \"2022-09-02T17:54:39.310Z\",\n            \"__v\": 0\n        }\n    ]\n}"}],"_postman_id":"4d7dbf6c-d174-47a7-9e1b-69c217c5168e"},{"name":"Updating a book by id","id":"cdc2ac21-540f-47a0-8793-eb6bf4f23ec8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"data\" : {\r\n        \"price\" : \"20.99\",\r\n        \"genre\" : \"Drama, Ethical\",\r\n        \"publisher\" : \"Navneet Publications Private Limited\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8081/books/6312435f41abe756c6ec3f2f","urlObject":{"path":["books","6312435f41abe756c6ec3f2f"],"host":["http://localhost:8081"],"query":[],"variable":[]}},"response":[{"id":"d582ad80-9033-41b0-bf7e-27afec37e014","name":"Updation successful","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"data\" : {\r\n        \"price\" : \"20.99\",\r\n        \"genre\" : \"Drama\",\r\n        \"publisher\" : \"Navneet Publications\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8081/books/3"},"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":"515"},{"key":"ETag","value":"W/\"203-1M6ZCZxXsPVRHwaVRGDEjjgF3rw\""},{"key":"Date","value":"Sat, 27 Aug 2022 18:01:57 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": [\n        {\n            \"id\": \"1\",\n            \"name\": \"The Hobbit\",\n            \"author\": \"J.R.R. Tolkien\",\n            \"genre\": \"Fantasy\",\n            \"price\": \"12.99\",\n            \"publisher\": \"Houghton Mifflin\"\n        },\n        {\n            \"id\": \"2\",\n            \"name\": \"The Land Before Time\",\n            \"author\": \"Alan Moore\",\n            \"genre\": \"Fantasy\",\n            \"price\": \"12.99\",\n            \"publisher\": \"Houghton Mifflin\"\n        },\n        {\n            \"id\": \"3\",\n            \"name\": \"Anna Karenina\",\n            \"author\": \"Leo Tolstoy\",\n            \"genre\": \"Drama\",\n            \"price\": \"20.99\",\n            \"publisher\": \"Navneet Publications\"\n        },\n        {\n            \"id\": \"5\",\n            \"author\": \"Daksh Makhija\",\n            \"name\": \"Basics of UI/UX\",\n            \"genre\": \"Tech\",\n            \"price\": \"12.99\",\n            \"publisher\": \"ABC House\"\n        }\n    ]\n}"},{"id":"12de324f-c556-4527-9e6c-13e82c6d5c91","name":"Failed - no book found","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"data\" : {\r\n        \"price\" : \"14.99\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8081/books/4"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"69"},{"key":"ETag","value":"W/\"45-nZ9z8yQFWKKkgXhWtX3hGOqDw2I\""},{"key":"Date","value":"Sat, 27 Aug 2022 17:55:38 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"message\": \"Book not found with this particular id \"\n}"},{"id":"0687d1b7-a2df-41d6-bd36-d51c9508fa26","name":"success- MONGODB","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"data\" : {\r\n        \"price\" : \"20.99\",\r\n        \"genre\" : \"Drama, Ethical\",\r\n        \"publisher\" : \"Navneet Publications Private Limited\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8081/books/6312435f41abe756c6ec3f2f"},"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":"282"},{"key":"ETag","value":"W/\"11a-7RAWujS8hAMP2kAqLN1WwYjGePc\""},{"key":"Date","value":"Mon, 05 Sep 2022 17:00:57 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": {\n        \"_id\": \"6312435f41abe756c6ec3f2f\",\n        \"name\": \"Anna Karenina\",\n        \"author\": \"Leo Tolstoy\",\n        \"genre\": \"Drama, Ethical\",\n        \"price\": \"20.99\",\n        \"publisher\": \"Navneet Publications Private Limited\",\n        \"createdAt\": \"2022-09-02T17:54:39.310Z\",\n        \"updatedAt\": \"2022-09-05T17:00:57.771Z\",\n        \"__v\": 0\n    }\n}"}],"_postman_id":"cdc2ac21-540f-47a0-8793-eb6bf4f23ec8"},{"name":"Get all issued books with Fine","id":"a081920c-6d5a-4b86-a107-e4343bfcfcca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8081/books/issued/withFine","urlObject":{"path":["books","issued","withFine"],"host":["http://localhost:8081"],"query":[],"variable":[]}},"response":[{"id":"0117dc43-e700-4781-b907-0ce56e64e8a5","name":"Got fined books successfully","originalRequest":{"method":"GET","header":[],"url":"http://localhost:8081/books/issued/withFine"},"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":"611"},{"key":"ETag","value":"W/\"263-9Cbnvt/lKGJ+jthu4sHqEoQ56F8\""},{"key":"Date","value":"Fri, 02 Sep 2022 21:46:07 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": [\n        {\n            \"id\": \"1\",\n            \"name\": \"The Hobbit\",\n            \"author\": \"J.R.R. Tolkien\",\n            \"genre\": \"Fantasy\",\n            \"price\": \"12.99\",\n            \"publisher\": \"Houghton Mifflin\",\n            \"issuedBy\": \"John\",\n            \"issuedDate\": \"07/01/2022\",\n            \"returnDate\": \"09/01/2022\"\n        },\n        {\n            \"id\": \"2\",\n            \"name\": \"The Land Before Time\",\n            \"author\": \"Alan Moore\",\n            \"genre\": \"Fantasy\",\n            \"price\": \"12.99\",\n            \"publisher\": \"Houghton Mifflin\",\n            \"issuedBy\": \"Chloe\",\n            \"issuedDate\": \"05/25/2022\",\n            \"returnDate\": \"07/25/2022\"\n        },\n        {\n            \"id\": \"3\",\n            \"name\": \"Anna Karenina\",\n            \"author\": \"Leo Tolstoy\",\n            \"genre\": \"Fantasy\",\n            \"price\": \"15.99\",\n            \"publisher\": \"Houghton Mifflin\",\n            \"issuedBy\": \"Jessica\",\n            \"issuedDate\": \"01/01/2022\",\n            \"returnDate\": \"03/02/2021\"\n        }\n    ]\n}"}],"_postman_id":"a081920c-6d5a-4b86-a107-e4343bfcfcca"},{"name":"Get book by name","id":"907b1918-3c90-4f44-bcbb-21f64f8fa15e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8081/books/getbook/name/The%20Land%20Before%20Time","urlObject":{"path":["books","getbook","name","The%20Land%20Before%20Time"],"host":["http://localhost:8081"],"query":[{"disabled":true,"key":"","value":null}],"variable":[]}},"response":[{"id":"d8a9996c-54a4-45f7-87a7-9c0768a6ab0a","name":"success- MONGODB","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8081/books/getbook/name/The Hobbit","host":["http://localhost:8081"],"path":["books","getbook","name","The Hobbit"],"query":[{"key":"","value":null,"disabled":true}]}},"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":"255"},{"key":"ETag","value":"W/\"ff-uO/10KKjylO8FGpzRM8lCeD9AxQ\""},{"key":"Date","value":"Mon, 05 Sep 2022 12:24:21 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": {\n        \"_id\": \"6312432141abe756c6ec3f29\",\n        \"name\": \"The Hobbit\",\n        \"author\": \"J.R.R. Tolkien\",\n        \"genre\": \"Fantasy\",\n        \"price\": \"12.99\",\n        \"publisher\": \"Houghton Mifflin\",\n        \"createdAt\": \"2022-09-02T17:53:37.231Z\",\n        \"updatedAt\": \"2022-09-02T17:53:37.231Z\",\n        \"__v\": 0\n    }\n}"}],"_postman_id":"907b1918-3c90-4f44-bcbb-21f64f8fa15e"}],"id":"22e3cefa-8536-4c39-bee4-f630caf50eef","_postman_id":"22e3cefa-8536-4c39-bee4-f630caf50eef","description":""}],"event":[{"listen":"prerequest","script":{"id":"7ece85af-58d8-4739-9849-a528e53000e4","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"fc45fb4d-0921-4e68-bcd0-9710dd26f044","type":"text/javascript","exec":[""]}}],"variable":[{"key":"BASE_URL","value":"http://localhost:8081","type":"string"}]}