{"info":{"_postman_id":"57e91b12-31f1-40ab-98d1-cca915b7bed3","name":"rideShare","description":"<html><head></head><body><p>This documentation will provide you information of how to use the API.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"32434659","collectionId":"57e91b12-31f1-40ab-98d1-cca915b7bed3","publishedId":"2s9YymFjCa","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2024-01-22T04:35:44.000Z"},"item":[{"name":"USER DETAIL","id":"e3c94f2d-c0eb-424a-982c-fc94fef0d286","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://rideshare-03wo.onrender.com/api/users/:id","urlObject":{"protocol":"https","path":["api","users",":id"],"host":["rideshare-03wo","onrender","com"],"query":[],"variable":[{"type":"any","value":"65c24abf74c0715902b833c2","key":"id"}]}},"response":[],"_postman_id":"e3c94f2d-c0eb-424a-982c-fc94fef0d286"},{"name":"GET ALL USERS","id":"14b7ae51-ac0c-47fe-9b9d-0fd60bb964a3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://rideshare-03wo.onrender.com/api/users","urlObject":{"protocol":"https","path":["api","users"],"host":["rideshare-03wo","onrender","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"14b7ae51-ac0c-47fe-9b9d-0fd60bb964a3"},{"name":"UPDATE USER","id":"9a854a1a-24bc-4b7d-ad2f-278f196a3f24","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"jane@gmail.com\",\r\n    \"phoneNumber\": \"123456789\",\r\n    \"age\": 21,\r\n    \"profile\": {\r\n        \"preferences\":{\r\n            \"smoking\": \"Smoke-free only\",\r\n            \"music\": \"Music welcome\"\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://rideshare-03wo.onrender.com/api/users/:id","urlObject":{"protocol":"https","path":["api","users",":id"],"host":["rideshare-03wo","onrender","com"],"query":[],"variable":[{"type":"any","value":"65c24abf74c0715902b833c2","key":"id"}]}},"response":[],"_postman_id":"9a854a1a-24bc-4b7d-ad2f-278f196a3f24"},{"name":"DELETE USER","id":"1c37aaa6-d83c-43a4-9dee-084ed01a82e5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://rideshare-03wo.onrender.com/api/users/:id","urlObject":{"protocol":"https","path":["api","users",":id"],"host":["rideshare-03wo","onrender","com"],"query":[],"variable":[{"type":"any","value":"65c2543174c0715902b833d6","key":"id"}]}},"response":[],"_postman_id":"1c37aaa6-d83c-43a4-9dee-084ed01a82e5"},{"name":"FIND RIDES","id":"20d16eae-cf01-4d1a-8d22-43aa2c4728b8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://rideshare-03wo.onrender.com/api/rides/find?from=delhi&to=amritsar&date=2024-02-09&seat=2","urlObject":{"protocol":"https","path":["api","rides","find"],"host":["rideshare-03wo","onrender","com"],"query":[{"key":"from","value":"delhi"},{"key":"to","value":"amritsar"},{"key":"date","value":"2024-02-09"},{"key":"seat","value":"2"}],"variable":[]}},"response":[],"_postman_id":"20d16eae-cf01-4d1a-8d22-43aa2c4728b8"},{"name":"RIDE DETAIL","id":"fde9d7ff-15c5-45f4-83dd-df3fd1d035af","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/api/ride/:id","urlObject":{"protocol":"http","port":"8080","path":["api","ride",":id"],"host":["localhost"],"query":[],"variable":[{"type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"fde9d7ff-15c5-45f4-83dd-df3fd1d035af"},{"name":"ALL RIDES","id":"88371cf3-b5c2-4fa0-878c-46cce4040d0f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://rideshare-03wo.onrender.com/api/rides","urlObject":{"protocol":"https","path":["api","rides"],"host":["rideshare-03wo","onrender","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"88371cf3-b5c2-4fa0-878c-46cce4040d0f"},{"name":"CREATE RIDE","id":"16e1d43f-9a86-4ead-889f-07f0a3830240","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"creator\": \"65c24b2c74c0715902b833c8\",\r\n  \"availableSeats\": 2,\r\n  \"origin\": {\r\n    \"place\": \"Chandigarh\",\r\n    \"coordinates\": [76.77941790, 30.73331480]\r\n  },\r\n  \"destination\": {\r\n    \"place\": \"Amritsar\",\r\n    \"coordinates\": [77.10249020, 28.70405920]\r\n  },\r\n  \"startTime\": \"Mon Feb 05 2024 5:29:50 GMT+0530 (India Standard Time)\",\r\n  \"endTime\": \"Tue Feb 06 2024 8:30:50 GMT+0530 (India Standard Time)\",\r\n  \"price\": 75\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://rideshare-03wo.onrender.com/api/rides","urlObject":{"protocol":"https","path":["api","rides"],"host":["rideshare-03wo","onrender","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"16e1d43f-9a86-4ead-889f-07f0a3830240"},{"name":"JOIN RIDE","id":"76ba20cf-b408-4fe6-9c20-484b76f52b75","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"http://localhost:8080/api/rides/:id/join","urlObject":{"protocol":"http","port":"8080","path":["api","rides",":id","join"],"host":["localhost"],"query":[],"variable":[{"type":"any","value":"65c979f20856ac8b3c4da866","key":"id"}]}},"response":[],"_postman_id":"76ba20cf-b408-4fe6-9c20-484b76f52b75"},{"name":"UPDATE RIDE","id":"79eb2472-2e3b-431d-ac83-3d990f10d25b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"availableSeats\": 8,\r\n    \"price\": 150\r\n}","options":{"raw":{"language":"json"}}},"url":"https://rideshare-03wo.onrender.com/api/rides/:id","urlObject":{"protocol":"https","path":["api","rides",":id"],"host":["rideshare-03wo","onrender","com"],"query":[],"variable":[{"type":"any","value":"65c2558074c0715902b833e1","key":"id"}]}},"response":[],"_postman_id":"79eb2472-2e3b-431d-ac83-3d990f10d25b"},{"name":"DELETE RIDE","id":"738bf99f-5a66-4f38-987a-fabb096e4be0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://rideshare-03wo.onrender.com/api/rides/:id","urlObject":{"protocol":"https","path":["api","rides",":id"],"host":["rideshare-03wo","onrender","com"],"query":[],"variable":[{"type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"738bf99f-5a66-4f38-987a-fabb096e4be0"},{"name":"SIGN UP","id":"ce8958c2-20f5-413f-82cc-6d7126a8162f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"name\": \"Alex\",\r\n  \"email\": \"alex@gmail.com\",\r\n  \"password\": \"password12\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://rideshare-03wo.onrender.com/api/auth/register","urlObject":{"protocol":"https","path":["api","auth","register"],"host":["rideshare-03wo","onrender","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"ce8958c2-20f5-413f-82cc-6d7126a8162f"},{"name":"LOGIN","id":"39982210-c3a5-4efe-9ffc-0f862999d409","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"jane@gmail.com\",\r\n    \"password\": \"password123\" \r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/auth/login","urlObject":{"protocol":"http","port":"8080","path":["api","auth","login"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"39982210-c3a5-4efe-9ffc-0f862999d409"},{"name":"LOGOUT","id":"464a05d7-8298-46e9-bc98-6e6cd0b50e4b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/api/auth/logout","urlObject":{"protocol":"http","port":"8080","path":["api","auth","logout"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"464a05d7-8298-46e9-bc98-6e6cd0b50e4b"}]}