{"info":{"_postman_id":"996f3f71-ab14-4a45-8462-3d043e9870b6","name":"Xf-Registration","description":"<html><head></head><body><p>Xf means Firstly assume any X, and X can be anything it can be technology,education realted stuff,documentary , deveops,anything you thought it can be.</p>\n<p>Here you can find person with the same tech stack to collobrate with other people in a project from anywhere.</p>\n<p>Find the person using your location within the some range of radius to collobrate in project.</p>\n<p>Upload your achievement,project to showcase your skill and build our own portfolio .</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"27140962","collectionId":"996f3f71-ab14-4a45-8462-3d043e9870b6","publishedId":"2s9YeD8D4V","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2023-11-24T18:07:33.000Z"},"item":[{"name":"Register for Xf","id":"c30d5fd0-be7d-4f98-98e3-310850d34e9a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"name\":\"Infinity\",\n  \"age\":21,\n  \"email\":\"infinityboyrahul@gmail.com\",\n  \"college\":\"MMMUT Delhi\",\n  \"address\":\"Delhi\",\n  \"PostalCode\":445787,\n  \"position\":\"SDE\",\n   \"github\":\"https://github.com/manzil-infinity180\",\n   \"linkedin\":\"https://www.linkedin.com/in/rahul-vishwakarma-553874256/\",\n   \"leetcode\":\"https://leetcode.com/manzil_infinity180/\",\n  \"username\":\"infinity\",\n  \"OneTopSkill\":\"Python\",\n  \"skills\":\"Javascript,Nodejs,Typescript\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8090/api/v1/register","description":"<p>Register for new User</p>\n","urlObject":{"protocol":"http","port":"8090","path":["api","v1","register"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"c30d5fd0-be7d-4f98-98e3-310850d34e9a"},{"name":"All Registee","id":"47fb8e84-f978-44c4-b401-e7e5ee19fdbf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8090/api/v1/search?college=MMMUT Gorakhpur&PostalCode=273403","description":"<p>Get your all registered user and it have some api feature like filtering,sorting,paginaltion ,and you can also set some query params</p>\n","urlObject":{"protocol":"http","port":"8090","path":["api","v1","search"],"host":["localhost"],"query":[{"disabled":true,"key":"name","value":"Rahul Vishwakarma"},{"disabled":true,"key":"username","value":"manzil_rahul"},{"key":"college","value":"MMMUT Gorakhpur"},{"key":"PostalCode","value":"273403"}],"variable":[]}},"response":[],"_postman_id":"47fb8e84-f978-44c4-b401-e7e5ee19fdbf"},{"name":"Delete a Registee","id":"f06e65a4-5789-45ae-9f60-62d23369f70c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8090/api/v1/delete-registee/654fb6a4cb4bf19dad2f2aaa","description":"<p>Delete the registered user with the help of id</p>\n","urlObject":{"protocol":"http","port":"8090","path":["api","v1","delete-registee","654fb6a4cb4bf19dad2f2aaa"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"f06e65a4-5789-45ae-9f60-62d23369f70c"},{"name":"Search by different field","id":"516a8148-bc1e-4075-8816-f8fabfbc5fb2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8090/api/v1/search?name=Rahul Vishwakarma&username=manzil_rahul&college=MMMUT Gorakhpur&PostalCode=273403","description":"<p>Find other registered user using name,username,same techstack,college,address and other</p>\n","urlObject":{"protocol":"http","port":"8090","path":["api","v1","search"],"host":["localhost"],"query":[{"key":"name","value":"Rahul Vishwakarma"},{"key":"username","value":"manzil_rahul"},{"key":"college","value":"MMMUT Gorakhpur"},{"key":"PostalCode","value":"273403"}],"variable":[]}},"response":[],"_postman_id":"516a8148-bc1e-4075-8816-f8fabfbc5fb2"},{"name":"find-User-Within-Radius","id":"32a42984-a9ad-480c-bb95-9cf6eef9a077","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8090/api/v1/radius?long=83.185654&lat=26.0739&radius=200000","description":"<p>FInd user which lies within some address by passing your own address longitude and latitude with the radius at what range you want to find the user and note that first value is longitude then latitude</p>\n","urlObject":{"protocol":"http","port":"8090","path":["api","v1","radius"],"host":["localhost"],"query":[{"key":"long","value":"83.185654"},{"key":"lat","value":"26.0739"},{"key":"radius","value":"200000"}],"variable":[]}},"response":[],"_postman_id":"32a42984-a9ad-480c-bb95-9cf6eef9a077"},{"name":"Update detail (except phone number and username)","id":"70ced743-fc65-474c-86fd-8ae8186aedf9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \n   \"image\":\"https://cloudinary-devs.github.io/cld-docs-assets/assets/images/default.jpg\"\n\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8090/api/v1/update-my-detail","description":"<p>Update the detail except the phone number and username because we have their own route to update to keep it simple.</p>\n","urlObject":{"protocol":"http","port":"8090","path":["api","v1","update-my-detail"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"70ced743-fc65-474c-86fd-8ae8186aedf9"},{"name":"Update PhoneNumber","id":"ad5bc6a3-1356-4d79-982b-250bf49b6e4d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"previousPhoneNumber\":8988889790,\n    \"newPhoneNumber\": 8149136874\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8090/api/v1/updatePhoneNumber/6542a246d6a0a5ffe4677860","description":"<p>From that route you can change your phone number with the help of id</p>\n","urlObject":{"protocol":"http","port":"8090","path":["api","v1","updatePhoneNumber","6542a246d6a0a5ffe4677860"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"ad5bc6a3-1356-4d79-982b-250bf49b6e4d"},{"name":"Update Usernamee","id":"343dc9bd-3c62-492a-8a48-11fb5142481f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"username\":\"rahulraj8\"\n\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8090/api/v1/updateUsername/65400254efd96946105cf667","description":"<p>Update your username from these route simply passing id</p>\n","urlObject":{"protocol":"http","port":"8090","path":["api","v1","updateUsername","65400254efd96946105cf667"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"343dc9bd-3c62-492a-8a48-11fb5142481f"},{"name":"upload-userphoto","id":"92dc76c2-a700-4356-ae10-cdbbd1bf62fd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"formdata","formdata":[{"key":"photo","type":"file","src":"postman-cloud:///1eec5d8a-d835-4fe0-b461-15767c734759"},{"key":"bgimg","type":"file","src":"postman-cloud:///1eec5d8a-d835-4fe0-b461-15767c734759","disabled":true}]},"url":"http://localhost:8090/api/v1/upload-userphoto","description":"<p>Upload your new photo</p>\n","urlObject":{"protocol":"http","port":"8090","path":["api","v1","upload-userphoto"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"92dc76c2-a700-4356-ae10-cdbbd1bf62fd"},{"name":"Background Img","id":"b376f701-efc5-41c6-8699-70cedb14671f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"url":"http://localhost:8090/api/v1/upload-bgimg","description":"<p>Update your background image from that route</p>\n","urlObject":{"protocol":"http","port":"8090","path":["api","v1","upload-bgimg"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"b376f701-efc5-41c6-8699-70cedb14671f"},{"name":"Login","id":"de52ae03-6059-42ed-a098-5686b7bd38a7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"email\":\"mmmut2809@gmail.com\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8090/api/v1/login","urlObject":{"protocol":"http","port":"8090","path":["api","v1","login"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"de52ae03-6059-42ed-a098-5686b7bd38a7"},{"name":"Verify","id":"fbbb7882-aca1-4078-a9eb-5b03567e3225","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"otp\":\"\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8090/api/v1/verify","urlObject":{"protocol":"http","port":"8090","path":["api","v1","verify"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"fbbb7882-aca1-4078-a9eb-5b03567e3225"},{"name":"Get Login User Details","id":"05c485d3-c27a-4927-8401-5e0868980222","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8090/api/v1/user-detail","urlObject":{"protocol":"http","port":"8090","path":["api","v1","user-detail"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"05c485d3-c27a-4927-8401-5e0868980222"},{"name":"get me ","id":"28ae4cff-ed9b-4de4-b4fc-12c3ee53df0a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8090/api/v1/user-detail","urlObject":{"protocol":"http","port":"8090","path":["api","v1","user-detail"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"28ae4cff-ed9b-4de4-b4fc-12c3ee53df0a"},{"name":"Get others details","id":"6f647bd6-c263-4024-91eb-af2f47b4e1d5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8090/api/v1/search/manzil_rahul4idkjfkfj","urlObject":{"protocol":"http","port":"8090","path":["api","v1","search","manzil_rahul4idkjfkfj"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"6f647bd6-c263-4024-91eb-af2f47b4e1d5"},{"name":"Logout","id":"cdba3dbb-9855-4698-adfc-275c0854d211","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8090/api/v1/logout","urlObject":{"protocol":"http","port":"8090","path":["api","v1","logout"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"cdba3dbb-9855-4698-adfc-275c0854d211"},{"name":"Post a Project","id":"77f371e5-d431-49da-879c-a60c864f6cfc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"title\":\"Xf Registration Portal\",\n    \"description\":\"Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes \",\n     \"techstack\":\"nodejs,reactjs,mongodb,mongoose,html,css,Javascript\",\n     \"repolink\":\"https://github.com/manzil-infinity180/Xf-Registration\",\n     \"deployed\":\"https://documenter.getpostman.com/view/27140962/2s9YeD8D4V\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8090/api/v1/post-project","urlObject":{"protocol":"http","port":"8090","path":["api","v1","post-project"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"77f371e5-d431-49da-879c-a60c864f6cfc"},{"name":"Delete Post project","id":"93515b41-34a3-4a69-ba08-1a76efe112d7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8090/api/v1/post-project/65d09a23ea10e09ab442cc46","urlObject":{"protocol":"http","port":"8090","path":["api","v1","post-project","65d09a23ea10e09ab442cc46"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"93515b41-34a3-4a69-ba08-1a76efe112d7"},{"name":"Update Your Project","id":"1b8d2714-4524-40ca-8e99-4fe097373cf4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"title\":\"Rahul Update kar diya\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8090/api/v1/post-project/65d09c8aea10e09ab442ccab","urlObject":{"protocol":"http","port":"8090","path":["api","v1","post-project","65d09c8aea10e09ab442ccab"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"1b8d2714-4524-40ca-8e99-4fe097373cf4"}]}