{"info":{"_postman_id":"631995c0-acac-44b0-a5d8-e0bc3593829d","name":"Room Booking Api","description":"<html><head></head><body><p>A Rest Api for booking and renting rooms. Think about house owners who allow paying guests to stay in their home for a short period. Say,\nless than 30 days.\nThe house owners need an application to take bookings and manage their bookings properly. </p>\n<h2 id=\"house-owners\">House owners</h2>\n<ul>\n<li>Can register for an account with an email address and a mobile number</li>\n<li>Create / edit / delete rooms and their details, set the minimum, maximum booking\nperiod. Set a rent amount for each day</li>\n<li>Upload photos</li>\n</ul>\n<h2 id=\"customers\">Customers</h2>\n<ul>\n<li>Can register for an account with an email address and a mobile number</li>\n<li>They can browse all rooms available for booking</li>\n<li>View details of each room, and their photos</li>\n<li>See an \"Availability calendar\"</li>\n<li>Choose the dates and book</li>\n</ul>\n<h2 id=\"technologies-used\">Technologies Used</h2>\n<ul>\n<li>Framework - Flask(python)</li>\n<li>Database - Firebase(NoSQL)</li>\n<li>Hosting  - Heroku</li>\n</ul>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"11033934","collectionId":"631995c0-acac-44b0-a5d8-e0bc3593829d","publishedId":"TVYNXa6H","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2020-11-03T13:50:06.000Z"},"item":[{"name":"Login","id":"dbcbb047-0369-4607-aef7-4d59b4ff579e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://roombooking1.herokuapp.com/login?phoneNo=123456783&password=jsfhbjhbvjhvbjhbv","description":"<p>This request enables renters and house owners  to login and returns their respective tokens \nPARAMS:email or phoneNo,password</p>\n","urlObject":{"protocol":"https","path":["login"],"host":["roombooking1","herokuapp","com"],"query":[{"key":"phoneNo","value":"123456783"},{"key":"password","value":"jsfhbjhbvjhvbjhbv"}],"variable":[]}},"response":[{"id":"067245d1-3e54-40fb-bd68-e5030de0d69d","name":"Login","originalRequest":{"method":"POST","header":[],"url":{"raw":"https://roombooking23.herokuapp.com/login?phoneNo=123456783&password=jsfhbjhbvjhvbjhbv","protocol":"https","host":["roombooking23","herokuapp","com"],"path":["login"],"query":[{"key":"phoneNo","value":"123456783"},{"key":"password","value":"jsfhbjhbvjhvbjhbv"}]}},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Connection","value":"keep-alive"},{"key":"Content-Type","value":"text/html; charset=utf-8"},{"key":"Content-Length","value":"66"},{"key":"Server","value":"Werkzeug/1.0.1 Python/3.6.12"},{"key":"Date","value":"Wed, 04 Nov 2020 07:52:40 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"Login succesfull, your token::babd78e6-110f-4a49-aba0-7129c7c88c76"},{"id":"8ff40f0e-6f36-4754-8634-237a90ebd77e","name":"http://127.0.0.1:5000/login","originalRequest":{"method":"POST","header":[],"url":{"raw":"https://roombooking23.herokuapp.com/login?phoneNo=1234567890&password=jsfhbjhbvjhvbjhbv","protocol":"https","host":["roombooking23","herokuapp","com"],"path":["login"],"query":[{"key":"phoneNo","value":"1234567890"},{"key":"password","value":"jsfhbjhbvjhvbjhbv"}]}},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Connection","value":"keep-alive"},{"key":"Content-Type","value":"text/html; charset=utf-8"},{"key":"Content-Length","value":"66"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Server","value":"Werkzeug/1.0.1 Python/3.6.12"},{"key":"Date","value":"Wed, 04 Nov 2020 05:23:03 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"Login succesfull, your token::911e6953-1b66-4e6c-b3fe-f99a41c42df3"},{"id":"d4e7ccd2-c4db-4729-ac79-fb1a1e0ef9a2","name":"http://127.0.0.1:5000/login","originalRequest":{"method":"POST","header":[],"body":{"mode":"file","file":{}},"url":{"raw":"http://127.0.0.1:5000/login?email=ar123@gmail.com&password=ar123","protocol":"http","host":["127","0","0","1"],"port":"5000","path":["login"],"query":[{"key":"email","value":"ar123@gmail.com"},{"key":"password","value":"ar123"}]}},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Content-Type","value":"text/html; charset=utf-8"},{"key":"Content-Length","value":"66"},{"key":"Server","value":"Werkzeug/1.0.1 Python/3.7.4"},{"key":"Date","value":"Tue, 03 Nov 2020 13:42:42 GMT"}],"cookie":[],"responseTime":null,"body":"Login succesfull, your token::6cb094e4-31b4-4ff5-b161-1c669edd5652"}],"_postman_id":"dbcbb047-0369-4607-aef7-4d59b4ff579e"},{"name":"Signup_rent","id":"92ac2fa1-d76b-4423-a979-38344290fd73","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://roombooking1.herokuapp.com/signup_rent?name=sandep&password=4566rhdrhdrh&email=something@gmail.com","description":"<p>This request enables renter to signup and provides them a unique token for further use.\nPARAMS:phoneNo or email,name,password</p>\n","urlObject":{"protocol":"https","path":["signup_rent"],"host":["roombooking1","herokuapp","com"],"query":[{"key":"name","value":"sandep"},{"key":"password","value":"4566rhdrhdrh"},{"key":"email","value":"something@gmail.com"}],"variable":[]}},"response":[{"id":"43273d83-25df-42f2-bfa7-36704fb4ee8f","name":"http://127.0.0.1:5000/signup_rent","originalRequest":{"method":"POST","header":[],"url":{"raw":"https://roombooking23.herokuapp.com/signup_rent?name=sandep&password=4566rhdrhdrh&email=something@gmail.com","protocol":"https","host":["roombooking23","herokuapp","com"],"path":["signup_rent"],"query":[{"key":"name","value":"sandep"},{"key":"password","value":"4566rhdrhdrh"},{"key":"email","value":"something@gmail.com"}]}},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Connection","value":"keep-alive"},{"key":"Content-Type","value":"text/html; charset=utf-8"},{"key":"Content-Length","value":"53"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Server","value":"Werkzeug/1.0.1 Python/3.6.12"},{"key":"Date","value":"Wed, 04 Nov 2020 04:48:30 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"Your Token is :: 983dba9d-be2d-4687-94df-66a60b0e485d"},{"id":"9161eb4c-6531-452e-a7d3-80198686e4f4","name":"Signup_rent","originalRequest":{"method":"POST","header":[],"url":{"raw":"https://roombooking23.herokuapp.com/signup_rent?name=sandep&password=4566rhdrhdrh&email=something@gmail.com","protocol":"https","host":["roombooking23","herokuapp","com"],"path":["signup_rent"],"query":[{"key":"name","value":"sandep"},{"key":"password","value":"4566rhdrhdrh"},{"key":"email","value":"something@gmail.com"}]}},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Connection","value":"keep-alive"},{"key":"Content-Type","value":"text/html; charset=utf-8"},{"key":"Content-Length","value":"53"},{"key":"Server","value":"Werkzeug/1.0.1 Python/3.6.12"},{"key":"Date","value":"Wed, 04 Nov 2020 07:51:09 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"Your Token is :: 2ef743ad-c6a8-4b64-b125-3b76b99b1529"},{"id":"9527e28b-05bf-4962-a928-b1df5baf8d75","name":"http://127.0.0.1:5000/signup_rent","originalRequest":{"method":"POST","header":[],"url":{"raw":"http://127.0.0.1:5000/signup_rent?email=arvi@gmail.com&name=arvi&password=ar123","protocol":"http","host":["127","0","0","1"],"port":"5000","path":["signup_rent"],"query":[{"key":"email","value":"arvi@gmail.com"},{"key":"name","value":"arvi"},{"key":"password","value":"ar123"}]}},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Content-Type","value":"text/html; charset=utf-8"},{"key":"Content-Length","value":"53"},{"key":"Server","value":"Werkzeug/1.0.1 Python/3.7.4"},{"key":"Date","value":"Tue, 03 Nov 2020 13:43:44 GMT"}],"cookie":[],"responseTime":null,"body":"Your Token is :: 9718da1d-fa18-4edd-bfe8-31016b6ed62d"}],"_postman_id":"92ac2fa1-d76b-4423-a979-38344290fd73"},{"name":"Signup_owner","id":"b875af63-c94a-4d16-b53e-40da5af3a175","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://roombooking1.herokuapp.com/signup_owner?phoneNo=1234&password=jsfhbjhbvjhvbjhb&name=bhara","description":"<p>This request enables houseowners to signup and provides them a unique token for further use.\nPARAMS:phoneNo or email,name,password</p>\n","urlObject":{"protocol":"https","path":["signup_owner"],"host":["roombooking1","herokuapp","com"],"query":[{"key":"phoneNo","value":"1234"},{"key":"password","value":"jsfhbjhbvjhvbjhb"},{"key":"name","value":"bhara"}],"variable":[]}},"response":[{"id":"0b590368-c30a-49f4-a797-01ad764cda35","name":"Signup_owner","originalRequest":{"method":"POST","header":[],"url":{"raw":"https://roombooking23.herokuapp.com/signup_owner?phoneNo=123456783&password=jsfhbjhbvjhvbjhbv&name=bhara","protocol":"https","host":["roombooking23","herokuapp","com"],"path":["signup_owner"],"query":[{"key":"phoneNo","value":"123456783"},{"key":"password","value":"jsfhbjhbvjhvbjhbv"},{"key":"name","value":"bhara"}]}},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Connection","value":"keep-alive"},{"key":"Content-Type","value":"text/html; charset=utf-8"},{"key":"Content-Length","value":"53"},{"key":"Server","value":"Werkzeug/1.0.1 Python/3.6.12"},{"key":"Date","value":"Wed, 04 Nov 2020 07:52:04 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"Your Token is :: babd78e6-110f-4a49-aba0-7129c7c88c76"},{"id":"25eb14c8-2735-467b-9d2e-4190afb5eccd","name":"http://127.0.0.1:5000/signup_owner","originalRequest":{"method":"POST","header":[],"url":{"raw":"http://127.0.0.1:5000/signup_owner?name=dinesh&email=dinesh@gmail.com&password=123456789","protocol":"http","host":["127","0","0","1"],"port":"5000","path":["signup_owner"],"query":[{"key":"name","value":"dinesh"},{"key":"email","value":"dinesh@gmail.com"},{"key":"password","value":"123456789"}]}},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Content-Type","value":"text/html; charset=utf-8"},{"key":"Content-Length","value":"53"},{"key":"Server","value":"Werkzeug/1.0.1 Python/3.7.4"},{"key":"Date","value":"Tue, 03 Nov 2020 13:45:17 GMT"}],"cookie":[],"responseTime":null,"body":"Your Token is :: d32beeda-63b7-45ed-a68d-b04fec57fb8d"},{"id":"cf18a26c-f831-446c-b6d9-983d20c62a0f","name":"http://127.0.0.1:5000/signup_owner","originalRequest":{"method":"POST","header":[],"url":{"raw":"https://roombooking23.herokuapp.com/signup_owner?phoneNo=1234567890&password=jsfhbjhbvjhvbjhbv&name=bharath","protocol":"https","host":["roombooking23","herokuapp","com"],"path":["signup_owner"],"query":[{"key":"phoneNo","value":"1234567890"},{"key":"password","value":"jsfhbjhbvjhvbjhbv"},{"key":"name","value":"bharath"}]}},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Connection","value":"keep-alive"},{"key":"Content-Type","value":"text/html; charset=utf-8"},{"key":"Content-Length","value":"53"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Server","value":"Werkzeug/1.0.1 Python/3.6.12"},{"key":"Date","value":"Wed, 04 Nov 2020 04:50:57 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"Your Token is :: 911e6953-1b66-4e6c-b3fe-f99a41c42df3"}],"_postman_id":"b875af63-c94a-4d16-b53e-40da5af3a175"},{"name":"Edit","id":"b5b74a47-db7e-42fe-8469-a6cc3991ca02","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://roombooking1.herokuapp.com/edit?token=babd78e6-110f-4a49-aba0-7129c7c88c76&room_name=sub&rent=10000","description":"<p>This request enables houseowners to edit the details of the rooms\nPARAMS:\nRequired:token,room_name\nOptional:other details of the room to be updated such as no_of_beds,floor_size</p>\n","urlObject":{"protocol":"https","path":["edit"],"host":["roombooking1","herokuapp","com"],"query":[{"key":"token","value":"babd78e6-110f-4a49-aba0-7129c7c88c76"},{"key":"room_name","value":"sub"},{"disabled":true,"key":"book_date","value":"2020-10-26"},{"key":"rent","value":"10000"}],"variable":[]}},"response":[{"id":"52ffeead-4f38-4463-900e-38992f171dfe","name":"http://127.0.0.1:5000/edit","originalRequest":{"method":"POST","header":[],"url":{"raw":"http://127.0.0.1:5000/edit?token=6cb094e4-31b4-4ff5-b161-1c669edd5652&room_name=101&book_date=2020-10-26","protocol":"http","host":["127","0","0","1"],"port":"5000","path":["edit"],"query":[{"key":"token","value":"6cb094e4-31b4-4ff5-b161-1c669edd5652"},{"key":"room_name","value":"101"},{"key":"book_date","value":"2020-10-26"}]}},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Content-Type","value":"text/html; charset=utf-8"},{"key":"Content-Length","value":"22"},{"key":"Server","value":"Werkzeug/1.0.1 Python/3.7.4"},{"key":"Date","value":"Tue, 03 Nov 2020 13:11:12 GMT"}],"cookie":[],"responseTime":null,"body":"Updated Sucessfully!!!"},{"id":"996d24e8-ddb6-4830-b6bc-cbc846c8dca9","name":"Edit","originalRequest":{"method":"POST","header":[],"url":{"raw":"https://roombooking23.herokuapp.com/edit?token=babd78e6-110f-4a49-aba0-7129c7c88c76&room_name=101&rent=10000","protocol":"https","host":["roombooking23","herokuapp","com"],"path":["edit"],"query":[{"key":"token","value":"babd78e6-110f-4a49-aba0-7129c7c88c76"},{"key":"room_name","value":"101"},{"key":"book_date","value":"2020-10-26","disabled":true},{"key":"rent","value":"10000"}]}},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Connection","value":"keep-alive"},{"key":"Content-Type","value":"text/html; charset=utf-8"},{"key":"Content-Length","value":"22"},{"key":"Server","value":"Werkzeug/1.0.1 Python/3.6.12"},{"key":"Date","value":"Wed, 04 Nov 2020 07:55:04 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"Updated Sucessfully!!!"}],"_postman_id":"b5b74a47-db7e-42fe-8469-a6cc3991ca02"},{"name":"Delete","id":"06d0bf01-49ac-48ee-9995-f097b1623cc9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://roombooking23.herokuapp.com/delete?token=babd78e6-110f-4a49-aba0-7129c7c88c76&room_name=101","description":"<p>This request enables house owner to delete a specific room.\nPARAMS:token,room_name</p>\n","urlObject":{"protocol":"https","path":["delete"],"host":["roombooking23","herokuapp","com"],"query":[{"key":"token","value":"babd78e6-110f-4a49-aba0-7129c7c88c76"},{"key":"room_name","value":"101"},{"disabled":true,"key":"floor_size","value":""},{"disabled":true,"key":"no_of_beds","value":"10"}],"variable":[]}},"response":[{"id":"6fd46cda-fe3e-4135-8f9e-63cbe15397c8","name":"http://127.0.0.1:5000/delete","originalRequest":{"method":"POST","header":[],"url":{"raw":"http://127.0.0.1:5000/delete?token=6cb094e4-31b4-4ff5-b161-1c669edd5652&room_name=104","protocol":"http","host":["127","0","0","1"],"port":"5000","path":["delete"],"query":[{"key":"token","value":"6cb094e4-31b4-4ff5-b161-1c669edd5652"},{"key":"room_name","value":"104"},{"key":"floor_size","value":"","disabled":true},{"key":"no_of_beds","value":"10","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Content-Type","value":"text/html; charset=utf-8"},{"key":"Content-Length","value":"22"},{"key":"Server","value":"Werkzeug/1.0.1 Python/3.7.4"},{"key":"Date","value":"Tue, 03 Nov 2020 13:46:28 GMT"}],"cookie":[],"responseTime":null,"body":"Removed Sucessfully!!!"},{"id":"f68b9de4-7e55-442b-a7e6-0c8ee36eb126","name":"Delete","originalRequest":{"method":"POST","header":[],"url":{"raw":"https://roombooking23.herokuapp.com/delete?token=babd78e6-110f-4a49-aba0-7129c7c88c76&room_name=101","protocol":"https","host":["roombooking23","herokuapp","com"],"path":["delete"],"query":[{"key":"token","value":"babd78e6-110f-4a49-aba0-7129c7c88c76"},{"key":"room_name","value":"101"},{"key":"floor_size","value":"","disabled":true},{"key":"no_of_beds","value":"10","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Connection","value":"keep-alive"},{"key":"Content-Type","value":"text/html; charset=utf-8"},{"key":"Content-Length","value":"22"},{"key":"Server","value":"Werkzeug/1.0.1 Python/3.6.12"},{"key":"Date","value":"Wed, 04 Nov 2020 07:56:15 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"Removed Sucessfully!!!"}],"_postman_id":"06d0bf01-49ac-48ee-9995-f097b1623cc9"},{"name":"Browse","id":"b0e93b69-65ff-46a1-94ab-e87dc73082ea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://roombooking1.herokuapp.com/browse?token=babd78e6-110f-4a49-aba0-7129c7c88c76","description":"<p>This request enables renter and owner to browse the rooms available for booking\nPARAMS:token</p>\n","urlObject":{"protocol":"https","path":["browse"],"host":["roombooking1","herokuapp","com"],"query":[{"key":"token","value":"babd78e6-110f-4a49-aba0-7129c7c88c76"}],"variable":[]}},"response":[{"id":"4fb4790f-d1fe-41d6-a9db-4f991f52e26d","name":"http://127.0.0.1:5000/browse","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://127.0.0.1:5000/browse?token=6cb094e4-31b4-4ff5-b161-1c669edd5652","protocol":"http","host":["127","0","0","1"],"port":"5000","path":["browse"],"query":[{"key":"token","value":"6cb094e4-31b4-4ff5-b161-1c669edd5652"}]}},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Content-Type","value":"text/html; charset=utf-8"},{"key":"Content-Length","value":"46"},{"key":"Server","value":"Werkzeug/1.0.1 Python/3.7.4"},{"key":"Date","value":"Tue, 03 Nov 2020 13:09:14 GMT"}],"cookie":[],"responseTime":null,"body":"Rooms available:::['107', '103', '104', '105']"},{"id":"b0b19700-9dde-4629-8360-77258ffbe8bf","name":"Browse","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://roombooking23.herokuapp.com/browse?token=babd78e6-110f-4a49-aba0-7129c7c88c76","protocol":"https","host":["roombooking23","herokuapp","com"],"path":["browse"],"query":[{"key":"token","value":"babd78e6-110f-4a49-aba0-7129c7c88c76"}]}},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Connection","value":"keep-alive"},{"key":"Content-Type","value":"text/html; charset=utf-8"},{"key":"Content-Length","value":"39"},{"key":"Server","value":"Werkzeug/1.0.1 Python/3.6.12"},{"key":"Date","value":"Wed, 04 Nov 2020 07:58:13 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"Rooms available:::['105', '103', '102']"},{"id":"fe42b3e3-8a92-4033-817f-0e2dbecdc7ce","name":"Browse","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://roombooking23.herokuapp.com/browse?token=babd78e6-110f-4a49-aba0-7129c7c88c76","protocol":"https","host":["roombooking23","herokuapp","com"],"path":["browse"],"query":[{"key":"token","value":"babd78e6-110f-4a49-aba0-7129c7c88c76"}]}},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Connection","value":"keep-alive"},{"key":"Content-Type","value":"text/html; charset=utf-8"},{"key":"Content-Length","value":"25"},{"key":"Server","value":"Werkzeug/1.0.1 Python/3.6.12"},{"key":"Date","value":"Wed, 04 Nov 2020 07:57:36 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"Rooms available:::['102']"}],"_postman_id":"b0e93b69-65ff-46a1-94ab-e87dc73082ea"},{"name":"View","id":"02b429e0-17c9-418a-ba07-7da2dbd7e8cc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://roombooking1.herokuapp.com/view?token=babd78e6-110f-4a49-aba0-7129c7c88c76&room_name=102","description":"<p>This request enables renter and owner to view the detailes the details of a specific room\nPARAMS:token,room_name</p>\n","urlObject":{"protocol":"https","path":["view"],"host":["roombooking1","herokuapp","com"],"query":[{"key":"token","value":"babd78e6-110f-4a49-aba0-7129c7c88c76"},{"key":"room_name","value":"102"}],"variable":[]}},"response":[{"id":"287f7e5a-494a-42e4-8eef-fb99cddcf6c0","name":"http://127.0.0.1:5000/view","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://127.0.0.1:5000/view?token=6cb094e4-31b4-4ff5-b161-1c669edd5652&room_name=109","protocol":"http","host":["127","0","0","1"],"port":"5000","path":["view"],"query":[{"key":"token","value":"6cb094e4-31b4-4ff5-b161-1c669edd5652"},{"key":"room_name","value":"109"}]}},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Content-Type","value":"text/html; charset=utf-8"},{"key":"Content-Length","value":"324"},{"key":"Server","value":"Werkzeug/1.0.1 Python/3.7.4"},{"key":"Date","value":"Tue, 03 Nov 2020 13:39:04 GMT"}],"cookie":[],"responseTime":null,"body":"Rooms Details:::{'Label': 'c3c258f3_0a08_48cd_a6de_e4c8e51ec2b9.jpg', 'availability': True, 'booked': False, 'floor_size': '100sqt', 'no_of_beds': '4', 'rent': '9000', 'room_name': '109', 'url': 'https://firebasestorage.googleapis.com/v0/b/roombooking-37bef.appspot.com/o/c3c258f3_0a08_48cd_a6de_e4c8e51ec2b9.jpg?alt=media'}"},{"id":"c3f3969b-17e8-43ef-b9fc-f17022f1bcbe","name":"View","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://roombooking23.herokuapp.com/view?token=babd78e6-110f-4a49-aba0-7129c7c88c76&room_name=102","protocol":"https","host":["roombooking23","herokuapp","com"],"path":["view"],"query":[{"key":"token","value":"babd78e6-110f-4a49-aba0-7129c7c88c76"},{"key":"room_name","value":"102"}]}},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Connection","value":"keep-alive"},{"key":"Content-Type","value":"text/html; charset=utf-8"},{"key":"Content-Length","value":"325"},{"key":"Server","value":"Werkzeug/1.0.1 Python/3.6.12"},{"key":"Date","value":"Wed, 04 Nov 2020 08:00:00 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"Rooms Details:::{'Label': '7285a593_ffcb_4665_aeac_af86db8ef80d.jpg', 'availability': True, 'booked': False, 'floor_size': '500sqt', 'no_of_beds': '4', 'rent': '20000', 'room_name': '102', 'url': 'https://firebasestorage.googleapis.com/v0/b/roombooking-37bef.appspot.com/o/7285a593_ffcb_4665_aeac_af86db8ef80d.jpg?alt=media'}"}],"_postman_id":"02b429e0-17c9-418a-ba07-7da2dbd7e8cc"},{"name":"Create","id":"841dd4c6-25ac-420b-a02e-228b41cef6c2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"token","value":"babd78e6-110f-4a49-aba0-7129c7c88c76","type":"text"},{"key":"floor_size","value":"500sqt","type":"text"},{"key":"no_of_beds","value":"7","type":"text"},{"key":"room_name","value":"sub","type":"text"},{"key":"rent","value":"20900","type":"text"},{"key":"file","type":"file","src":"/C:/Users/Arvi/Downloads/ford-figo-aspire-smoke-grey.png"}]},"url":"https://roombooking1.herokuapp.com/create","description":"<p>This request enables house owner to create a room\nPARAMS:token,room_name,floor_size,no_of_beds,availability,booked,rent,pictures</p>\n","urlObject":{"protocol":"https","path":["create"],"host":["roombooking1","herokuapp","com"],"query":[{"disabled":true,"key":"token","value":"911e6953-1b66-4e6c-b3fe-f99a41c42df3"},{"disabled":true,"key":"room_name","value":"subash"},{"disabled":true,"key":"floor_size","value":"500"},{"disabled":true,"key":"booked","value":"false"},{"disabled":true,"key":"no_of_beds","value":"5"},{"disabled":true,"key":"rent","value":"2000"}],"variable":[]}},"response":[{"id":"6a232566-e013-42b2-a337-7abb6709db80","name":"http://127.0.0.1:5000/create","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"token","value":"6cb094e4-31b4-4ff5-b161-1c669edd5652","type":"text"},{"key":"floor_size","value":"100sqt","type":"text"},{"key":"no_of_beds","value":"4","type":"text"},{"key":"room_name","value":"109","type":"text"},{"key":"rent","value":"9000","type":"text"},{"key":"file","type":"file","src":"/C:/Users/Arvi/Pictures/best.jpg"}]},"url":"http://127.0.0.1:5000/create"},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Content-Type","value":"text/html; charset=utf-8"},{"key":"Content-Length","value":"27"},{"key":"Server","value":"Werkzeug/1.0.1 Python/3.7.4"},{"key":"Date","value":"Tue, 03 Nov 2020 13:38:54 GMT"}],"cookie":[],"responseTime":null,"body":"Room created successfully!!"},{"id":"fa206269-7e4f-4cfb-a64f-0ba8fcf82e9c","name":"http://127.0.0.1:5000/create","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"token","value":"babd78e6-110f-4a49-aba0-7129c7c88c76","type":"text"},{"key":"floor_size","value":"500sqt","type":"text"},{"key":"no_of_beds","value":"4","type":"text"},{"key":"room_name","value":"101","type":"text"},{"key":"rent","value":"20000","type":"text"},{"key":"file","type":"file","src":"/C:/Users/Arvi/Downloads/room.jpg"}]},"url":{"raw":"https://roombooking23.herokuapp.com/create","protocol":"https","host":["roombooking23","herokuapp","com"],"path":["create"],"query":[{"key":"token","value":"911e6953-1b66-4e6c-b3fe-f99a41c42df3","type":"text","disabled":true},{"key":"room_name","value":"101","type":"text","disabled":true},{"key":"floor_size","value":"500","type":"text","disabled":true},{"key":"booked","value":"false","type":"text","disabled":true},{"key":"no_of_beds","value":"2","type":"text","disabled":true},{"key":"rent","value":"2000","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Connection","value":"keep-alive"},{"key":"Content-Type","value":"text/html; charset=utf-8"},{"key":"Content-Length","value":"27"},{"key":"Server","value":"Werkzeug/1.0.1 Python/3.6.12"},{"key":"Date","value":"Wed, 04 Nov 2020 07:53:40 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"Room created successfully!!"}],"_postman_id":"841dd4c6-25ac-420b-a02e-228b41cef6c2"},{"name":"Book","id":"9bfe8a6a-7266-405b-a232-40326aec65d7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://roombooking1.herokuapp.com/book?token=babd78e6-110f-4a49-aba0-7129c7c88c76&room_name=subash&no_of_days=6","description":"<p>This request enables renter to book a room\nPARAMS:token ,room_name,no_of_days</p>\n","urlObject":{"protocol":"https","path":["book"],"host":["roombooking1","herokuapp","com"],"query":[{"key":"token","value":"babd78e6-110f-4a49-aba0-7129c7c88c76"},{"key":"room_name","value":"subash"},{"key":"no_of_days","value":"6"}],"variable":[]}},"response":[{"id":"40e607ae-cadb-4db2-9f12-f8a7cdb26ddc","name":"http://127.0.0.1:5000/book","originalRequest":{"method":"POST","header":[],"url":{"raw":"http://127.0.0.1:5000/book?token=6cb094e4-31b4-4ff5-b161-1c669edd5652&room_name=109&no_of_days=6","protocol":"http","host":["127","0","0","1"],"port":"5000","path":["book"],"query":[{"key":"token","value":"6cb094e4-31b4-4ff5-b161-1c669edd5652"},{"key":"room_name","value":"109"},{"key":"no_of_days","value":"6"}]}},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Content-Type","value":"text/html; charset=utf-8"},{"key":"Content-Length","value":"26"},{"key":"Server","value":"Werkzeug/1.0.1 Python/3.7.4"},{"key":"Date","value":"Tue, 03 Nov 2020 13:39:40 GMT"}],"cookie":[],"responseTime":null,"body":"Room Booked Succesfully!!!"},{"id":"6b0705f9-0d1c-4ed8-af98-f3a95f801466","name":"Book","originalRequest":{"method":"POST","header":[],"url":{"raw":"https://roombooking23.herokuapp.com/book?token=babd78e6-110f-4a49-aba0-7129c7c88c76&room_name=105&no_of_days=6","protocol":"https","host":["roombooking23","herokuapp","com"],"path":["book"],"query":[{"key":"token","value":"babd78e6-110f-4a49-aba0-7129c7c88c76"},{"key":"room_name","value":"105"},{"key":"no_of_days","value":"6"}]}},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Connection","value":"keep-alive"},{"key":"Content-Type","value":"text/html; charset=utf-8"},{"key":"Content-Length","value":"26"},{"key":"Server","value":"Werkzeug/1.0.1 Python/3.6.12"},{"key":"Date","value":"Wed, 04 Nov 2020 07:59:01 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"Room Booked Succesfully!!!"}],"_postman_id":"9bfe8a6a-7266-405b-a232-40326aec65d7"},{"name":"Calender","id":"aafffa38-412c-480d-9251-24830c444f7d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://roombooking23.herokuapp.com/calender?token=babd78e6-110f-4a49-aba0-7129c7c88c76","description":"<p>This request enables renter to see the availability of all the rooms with their available calender\nPARAMS:token</p>\n","urlObject":{"protocol":"https","path":["calender"],"host":["roombooking23","herokuapp","com"],"query":[{"key":"token","value":"babd78e6-110f-4a49-aba0-7129c7c88c76"}],"variable":[]}},"response":[{"id":"bc67a8f6-3f24-454b-ad99-d6533e49aafd","name":"http://127.0.0.1:5000/calender","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://127.0.0.1:5000/calender?token=6cb094e4-31b4-4ff5-b161-1c669edd5652","protocol":"http","host":["127","0","0","1"],"port":"5000","path":["calender"],"query":[{"key":"token","value":"6cb094e4-31b4-4ff5-b161-1c669edd5652"}]}},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Content-Type","value":"text/html; charset=utf-8"},{"key":"Content-Length","value":"138"},{"key":"Server","value":"Werkzeug/1.0.1 Python/3.7.4"},{"key":"Date","value":"Tue, 03 Nov 2020 14:15:09 GMT"}],"cookie":[],"responseTime":null,"body":"Rooms available:::{'101': 'Available in 5 days', '107': 'Available', '103': 'Available', '105': 'Available', '109': 'Available in 6 days'}"},{"id":"f6bb6a9e-eaa0-4b89-a1af-295ee95c38a3","name":"Calender","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://roombooking23.herokuapp.com/calender?token=babd78e6-110f-4a49-aba0-7129c7c88c76","protocol":"https","host":["roombooking23","herokuapp","com"],"path":["calender"],"query":[{"key":"token","value":"babd78e6-110f-4a49-aba0-7129c7c88c76"}]}},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Connection","value":"keep-alive"},{"key":"Content-Type","value":"text/html; charset=utf-8"},{"key":"Content-Length","value":"88"},{"key":"Server","value":"Werkzeug/1.0.1 Python/3.6.12"},{"key":"Date","value":"Wed, 04 Nov 2020 08:00:46 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"Rooms available:::{'105': 'Available in 6 days', '103': 'Available', '102': 'Available'}"}],"_postman_id":"aafffa38-412c-480d-9251-24830c444f7d"}]}