{"info":{"_postman_id":"347e622d-c6c7-4264-a3c2-8f6c44a90205","name":"Foodify API Documentation","description":"<html><head></head><body><p>Welcome to the Foodify API documentation, your gateway to culinary excellence,your gateway to exploring and enhancing culinary adventures. Our APIs empower developers to seamlessly integrate and interact with restaurants, cuisines, dishes, and user reviews on our platform. Whether you want to create, retrieve, update, or remove restaurants, explore delectable cuisines, add scrumptious dishes, or enable user reviews, this documentation has you covered.</p>\n<h2 id=\"api-endpoints\">API Endpoints</h2>\n<p>Our API provides a range of endpoints for all your restaurant and cuisine-related needs:</p>\n<ol>\n<li><strong>Create a Restaurant:</strong> Add new dining establishments with details such as name, location, cuisine, rating, and menu offerings.</li>\n<li><strong>Read a Restaurant:</strong> Retrieve specific restaurant details by providing its name or unique identifier.</li>\n<li><strong>Discover All Restaurants:</strong> Obtain a list of all the available dining destinations.</li>\n<li><strong>Find Restaurants by Cuisine:</strong> Explore restaurants by specifying a particular cuisine type.</li>\n<li><strong>Update Restaurant Details:</strong> Modify specific restaurant information, including its name and cuisine.</li>\n<li><strong>Delete a Restaurant:</strong> Remove a dining venue by providing its unique identifier.</li>\n<li><strong>Search Restaurants by Location:</strong> Locate restaurants based on their geographical location, whether it's a city or address.</li>\n<li><strong>Filter Restaurants by Rating:</strong> Explore restaurants with ratings greater than or equal to the specified minimum.</li>\n<li><strong>Add a Dish to Restaurant's Menu:</strong> Allow users to add delectable dishes to a restaurant's menu.</li>\n<li><strong>Remove a Dish from Restaurant's Menu:</strong> Remove dishes from a restaurant's menu.</li>\n<li><strong>User Reviews and Ratings for Restaurants:</strong> Enable users to contribute reviews and ratings for dining establishments.</li>\n<li><strong>Retrieve User Reviews for a Restaurant:</strong> Get user reviews and ratings for a specific restaurant by providing its unique identifier.</li>\n</ol>\n<h2 id=\"api-base-url\">API Base URL</h2>\n<p>For all your API requests, use the following base URL:</p>\n<p><a href=\"https://foodify.akshaykamath4.repl.co\"><code>https://foodify.akshaykamath4.repl.co</code></a></p>\n<h2 id=\"getting-started\">Getting Started</h2>\n<p>To embark on your journey with the Foodify API, refer to the relevant sections in this documentation. Each section provides comprehensive information, request examples, and expected responses, simplifying the integration into your application.</p>\n<p>Should you require assistance or encounter any challenges while using our API, our support team is here to assist you. Reach out to us at <a href=\"https://mailto:support@foodify.com\">support@foodify.com</a>.</p>\n<p>We look forward to witnessing the incredible culinary applications you create using our platform.</p>\n<p>Happy coding and bon appétit!</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"24438498","collectionId":"347e622d-c6c7-4264-a3c2-8f6c44a90205","publishedId":"2s9YRFWAfh","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2023-10-27T10:16:36.000Z"},"item":[{"name":"Create a Restaurant","id":"c70207ae-c501-475b-9fb5-3d5c8f23adea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"name\": \"New Restaurant\",\r\n  \"cuisine\": \"Italian\",\r\n  \"address\": \"123 Main St\",\r\n  \"city\": \"New York\",\r\n  \"rating\": 4.5,\r\n  \"menu\": [\r\n    { \"name\": \"Pizza Margherita\", \"price\": 12.99 },\r\n    { \"name\": \"Pasta Carbonara\", \"price\": 15.99 }\r\n  ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://foodify.akshaykamath4.repl.co/restaurants","description":"<p>Effortlessly introduce new dining spots by supplying essential details like the restaurant's name, location, cuisine, rating, and menu offerings, enriching our platform with exciting culinary destinations.</p>\n","urlObject":{"protocol":"https","path":["restaurants"],"host":["foodify","akshaykamath4","repl","co"],"query":[],"variable":[]}},"response":[{"id":"66bc6c6c-f739-4506-9e65-7a7c2e8b97b9","name":"Success Response","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"name\": \"New Restaurant\",\r\n  \"cuisine\": \"Italian\",\r\n  \"address\": \"123 Main St\",\r\n  \"city\": \"New York\",\r\n  \"rating\": 4.5,\r\n  \"menu\": [\r\n    { \"name\": \"Pizza Margherita\", \"price\": 12.99 },\r\n    { \"name\": \"Pasta Carbonara\", \"price\": 15.99 }\r\n  ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://foodify.akshaykamath4.repl.co/restaurants"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"387"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Thu, 26 Oct 2023 10:23:51 GMT"},{"key":"Etag","value":"W/\"183-cAr4Osgh5CSbU+ag/PC5HsPjdzo\""},{"key":"Expect-Ct","value":"max-age=2592000, report-uri=\"https://sentry.repl.it/api/10/security/?sentry_key=615192fd532445bfbbbe966cd7131791\""},{"key":"Replit-Cluster","value":"asia-b"},{"key":"Strict-Transport-Security","value":"max-age=4781710; includeSubDomains"},{"key":"X-Powered-By","value":"Express"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Restaurant added successfully\",\n    \"restaurant\": {\n        \"name\": \"New Restaurant\",\n        \"cuisine\": \"Italian\",\n        \"address\": \"123 Main St\",\n        \"city\": \"New York\",\n        \"rating\": 4.5,\n        \"menu\": [\n            {\n                \"name\": \"Pizza Margherita\",\n                \"price\": 12.99,\n                \"_id\": \"653a3e376d0ac33469ee2d93\"\n            },\n            {\n                \"name\": \"Pasta Carbonara\",\n                \"price\": 15.99,\n                \"_id\": \"653a3e376d0ac33469ee2d94\"\n            }\n        ],\n        \"averageRating\": 0,\n        \"_id\": \"653a3e376d0ac33469ee2d92\",\n        \"reviews\": [],\n        \"__v\": 0\n    }\n}"}],"_postman_id":"c70207ae-c501-475b-9fb5-3d5c8f23adea"},{"name":"Read a Restaurant","id":"04ae319c-af47-4db2-a091-6bdca505dd19","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://foodify.akshaykamath4.repl.co/restaurants/McDonalds","description":"<p>Retrieve specific restaurant information with ease by providing its name , allowing you to access detailed insights about your chosen dining venue.</p>\n","urlObject":{"protocol":"https","path":["restaurants","McDonalds"],"host":["foodify","akshaykamath4","repl","co"],"query":[],"variable":[]}},"response":[{"id":"e2886417-5f30-4232-b449-0ac819fa6620","name":"Success Response","originalRequest":{"method":"GET","header":[],"url":"https://foodify.akshaykamath4.repl.co/restaurants/McDonalds"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"757"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Thu, 26 Oct 2023 10:35:51 GMT"},{"key":"Etag","value":"W/\"2f5-6NjH79dxc6QNPEa3zHC9eCU/R9I\""},{"key":"Expect-Ct","value":"max-age=2592000, report-uri=\"https://sentry.repl.it/api/10/security/?sentry_key=615192fd532445bfbbbe966cd7131791\""},{"key":"Replit-Cluster","value":"asia-b"},{"key":"Strict-Transport-Security","value":"max-age=4780990; includeSubDomains"},{"key":"X-Powered-By","value":"Express"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Restaurant found\",\n    \"restaurant\": {\n        \"_id\": \"6537e597f8160479ebce4711\",\n        \"name\": \"McDonalds\",\n        \"cuisine\": \"American\",\n        \"address\": \"123 Fake Street\",\n        \"city\": \"New York\",\n        \"rating\": 4,\n        \"menu\": [\n            {\n                \"name\": \"Big Mac\",\n                \"price\": 5.99,\n                \"description\": \"A Big Mac is a hamburger sandwich consisting of one or more hamburger patties, sauce, lettuce, cheese, pickles, and onions, served in a slice of bread rolled up in buns.\",\n                \"isVeg\": false,\n                \"_id\": \"6537e597f8160479ebce4712\"\n            },\n            {\n                \"name\": \"McChicken\",\n                \"price\": 3.99,\n                \"description\": \"McChicken is a hamburger sandwich consisting of one or more hamburger patties, sauce, lettuce, cheese, pickles, and onions, served in a slice of bread rolled up in buns.\",\n                \"isVeg\": false,\n                \"_id\": \"6537e597f8160479ebce4713\"\n            }\n        ],\n        \"averageRating\": 4.3,\n        \"__v\": 0,\n        \"reviews\": []\n    }\n}"},{"id":"75eaa354-4c8b-47b4-a652-aca8d14d49de","name":"Error Response","originalRequest":{"method":"GET","header":[],"url":"https://foodify.akshaykamath4.repl.co/restaurants/McDonaldss"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"52"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Thu, 26 Oct 2023 10:36:08 GMT"},{"key":"Etag","value":"W/\"34-qGP2F+w/SpCn63weqqKwUgMyz+4\""},{"key":"Expect-Ct","value":"max-age=2592000, report-uri=\"https://sentry.repl.it/api/10/security/?sentry_key=615192fd532445bfbbbe966cd7131791\""},{"key":"Replit-Cluster","value":"asia-b"},{"key":"Strict-Transport-Security","value":"max-age=4780973; includeSubDomains"},{"key":"X-Powered-By","value":"Express"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"No restaurant found with name McDonaldss\"\n}"}],"_postman_id":"04ae319c-af47-4db2-a091-6bdca505dd19"},{"name":"Read  All Restaurants","id":"48c8b0bc-ad10-41ef-bd82-b4a99720228c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://foodify.akshaykamath4.repl.co/restaurants","description":"<p>Access a comprehensive list of all available dining establishments on our platform, whether you need this list for display purposes or to empower your search functionality.</p>\n","urlObject":{"protocol":"https","path":["restaurants"],"host":["foodify","akshaykamath4","repl","co"],"query":[],"variable":[]}},"response":[{"id":"a9652954-cd12-4f22-bfcf-845f120e1bff","name":"Success Response","originalRequest":{"method":"GET","header":[],"url":"https://foodify.akshaykamath4.repl.co/restaurants"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"3891"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Thu, 26 Oct 2023 10:38:54 GMT"},{"key":"Etag","value":"W/\"f33-vaWQAa4Swb3ltAQD+hsPXin6TuU\""},{"key":"Expect-Ct","value":"max-age=2592000, report-uri=\"https://sentry.repl.it/api/10/security/?sentry_key=615192fd532445bfbbbe966cd7131791\""},{"key":"Replit-Cluster","value":"asia-b"},{"key":"Strict-Transport-Security","value":"max-age=4780807; includeSubDomains"},{"key":"X-Powered-By","value":"Express"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"All restaurants fetched successfully\",\n    \"restaurants\": [\n        {\n            \"_id\": \"6537e597f8160479ebce4711\",\n            \"name\": \"McDonalds\",\n            \"cuisine\": \"American\",\n            \"address\": \"123 Fake Street\",\n            \"city\": \"New York\",\n            \"rating\": 4,\n            \"menu\": [\n                {\n                    \"name\": \"Big Mac\",\n                    \"price\": 5.99,\n                    \"description\": \"A Big Mac is a hamburger sandwich consisting of one or more hamburger patties, sauce, lettuce, cheese, pickles, and onions, served in a slice of bread rolled up in buns.\",\n                    \"isVeg\": false,\n                    \"_id\": \"6537e597f8160479ebce4712\"\n                },\n                {\n                    \"name\": \"McChicken\",\n                    \"price\": 3.99,\n                    \"description\": \"McChicken is a hamburger sandwich consisting of one or more hamburger patties, sauce, lettuce, cheese, pickles, and onions, served in a slice of bread rolled up in buns.\",\n                    \"isVeg\": false,\n                    \"_id\": \"6537e597f8160479ebce4713\"\n                }\n            ],\n            \"averageRating\": 4.3,\n            \"__v\": 0,\n            \"reviews\": []\n        },\n        {\n            \"_id\": \"6537e73743222d8c2709937e\",\n            \"name\": \"Curry House\",\n            \"cuisine\": \"Indian\",\n            \"address\": \"567 Curry Avenue\",\n            \"city\": \"Chennai\",\n            \"rating\": 4.2,\n            \"menu\": [\n                {\n                    \"name\": \"Chicken Curry\",\n                    \"price\": 240,\n                    \"description\": \"A flavorful and spicy chicken curry made with a blend of aromatic spices.\",\n                    \"isVeg\": false,\n                    \"_id\": \"6537e73743222d8c2709937f\"\n                },\n                {\n                    \"name\": \"Aloo Gobi\",\n                    \"price\": 190,\n                    \"description\": \"A classic Indian dish with potatoes and cauliflower cooked in a spiced tomato gravy.\",\n                    \"isVeg\": true,\n                    \"_id\": \"6537e73743222d8c27099380\"\n                },\n                {\n                    \"name\": \"Naan\",\n                    \"price\": 50,\n                    \"description\": \"A leavened, oven-baked flatbread, perfect for scooping up delicious curries.\",\n                    \"isVeg\": true,\n                    \"_id\": \"6537e73743222d8c27099381\"\n                }\n            ],\n            \"averageRating\": 3.9,\n            \"__v\": 5,\n            \"reviews\": [\n                {\n                    \"user\": \"651713d694ff938e9cbae672\",\n                    \"text\": \"Tasty and Yummy food,loved it!\",\n                    \"rating\": 4.5,\n                    \"_id\": \"653a319d065d36bf2f225d1d\"\n                },\n                {\n                    \"user\": \"651713d694ff938e9cbae672\",\n                    \"text\": \"Good food!\",\n                    \"rating\": 4.3,\n                    \"_id\": \"653a31e138150e2539582f49\"\n                },\n                {\n                    \"user\": \"651716042aae85c17d458e57\",\n                    \"text\": \"Did not like the food\",\n                    \"rating\": 3.3,\n                    \"_id\": \"653a3281de30f3cfbbe535c8\"\n                }\n            ]\n        },\n        {\n            \"_id\": \"6537e73743222d8c27099376\",\n            \"name\": \"Spice Haven\",\n            \"cuisine\": \"Indian\",\n            \"address\": \"456 Masala Lane\",\n            \"city\": \"Mumbai\",\n            \"rating\": 3.9,\n            \"menu\": [\n                {\n                    \"name\": \"Biryani\",\n                    \"price\": 280,\n                    \"description\": \"A fragrant and flavorful rice dish cooked with aromatic spices and tender meat or vegetables.\",\n                    \"isVeg\": false,\n                    \"_id\": \"6537e73743222d8c27099377\"\n                },\n                {\n                    \"name\": \"Paneer Tikka\",\n                    \"price\": 230,\n                    \"description\": \"Tandoori-grilled paneer cubes marinated in a blend of spices and yogurt.\",\n                    \"isVeg\": true,\n                    \"_id\": \"6537e73743222d8c27099378\"\n                },\n                {\n                    \"name\": \"Butter Naan\",\n                    \"price\": 40,\n                    \"description\": \"Soft and buttery Indian bread baked in a tandoor oven.\",\n                    \"isVeg\": true,\n                    \"_id\": \"6537e73743222d8c27099379\"\n                }\n            ],\n            \"averageRating\": 3.7,\n            \"__v\": 0,\n            \"reviews\": []\n        },\n        {\n            \"_id\": \"6537e73743222d8c2709937a\",\n            \"name\": \"Samosa Street\",\n            \"cuisine\": \"Street Food\",\n            \"address\": \"789 Chaat Circle\",\n            \"city\": \"Mumbai\",\n            \"rating\": 4.5,\n            \"menu\": [\n                {\n                    \"name\": \"Veg Samosa\",\n                    \"price\": 20,\n                    \"description\": \"Crispy and savory pastry filled with spiced potatoes and peas.\",\n                    \"isVeg\": true,\n                    \"_id\": \"6537f1544ad9a48a323ec1d9\"\n                },\n                {\n                    \"name\": \"Pani Puri\",\n                    \"price\": 30,\n                    \"description\": \"A popular Indian street food snack consisting of hollow, crispy balls filled with flavored water and chutneys.\",\n                    \"isVeg\": true,\n                    \"_id\": \"6537f1544ad9a48a323ec1da\"\n                },\n                {\n                    \"name\": \"Chai\",\n                    \"price\": 16,\n                    \"description\": \"Traditional Indian tea infused with spices and served with milk and sugar.\",\n                    \"isVeg\": true,\n                    \"_id\": \"6537f1544ad9a48a323ec1db\"\n                }\n            ],\n            \"averageRating\": 3.9,\n            \"__v\": 2,\n            \"reviews\": []\n        },\n        {\n            \"_id\": \"653a3e376d0ac33469ee2d92\",\n            \"name\": \"New Restaurant\",\n            \"cuisine\": \"Italian\",\n            \"address\": \"123 Main St\",\n            \"city\": \"New York\",\n            \"rating\": 4.5,\n            \"menu\": [\n                {\n                    \"name\": \"Pizza Margherita\",\n                    \"price\": 12.99,\n                    \"_id\": \"653a3e376d0ac33469ee2d93\"\n                },\n                {\n                    \"name\": \"Pasta Carbonara\",\n                    \"price\": 15.99,\n                    \"_id\": \"653a3e376d0ac33469ee2d94\"\n                }\n            ],\n            \"averageRating\": 0,\n            \"reviews\": [],\n            \"__v\": 0\n        },\n        {\n            \"_id\": \"653a4101a3071fb454f2c18e\",\n            \"name\": \"New Restaurant\",\n            \"cuisine\": \"Italian\",\n            \"address\": \"123 Main St\",\n            \"city\": \"New York\",\n            \"rating\": 4.5,\n            \"menu\": [\n                {\n                    \"name\": \"Pizza Margherita\",\n                    \"price\": 12.99,\n                    \"_id\": \"653a4101a3071fb454f2c18f\"\n                },\n                {\n                    \"name\": \"Pasta Carbonara\",\n                    \"price\": 15.99,\n                    \"_id\": \"653a4101a3071fb454f2c190\"\n                }\n            ],\n            \"averageRating\": 0,\n            \"reviews\": [],\n            \"__v\": 0\n        }\n    ]\n}"}],"_postman_id":"48c8b0bc-ad10-41ef-bd82-b4a99720228c"},{"name":"Read Restaurants by Cuisine","id":"5cdaae93-42f1-4fab-8fc8-8e4fbe135626","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://foodify.akshaykamath4.repl.co/restaurants/cuisine/Mexican","description":"<p>Explore restaurants by specifying a particular cuisine type, making it simple to discover dining options that match your culinary preferences.</p>\n","urlObject":{"protocol":"https","path":["restaurants","cuisine","Mexican"],"host":["foodify","akshaykamath4","repl","co"],"query":[],"variable":[]}},"response":[{"id":"2c433014-3028-4d15-befd-b65e226e7f81","name":"Success Response","originalRequest":{"method":"GET","header":[],"url":"https://foodify.akshaykamath4.repl.co/restaurants/cuisine/Indian"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"1818"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Thu, 26 Oct 2023 11:02:19 GMT"},{"key":"Etag","value":"W/\"71a-vGGSSDJ1Y59vBUWyqG2dK6a8VBE\""},{"key":"Expect-Ct","value":"max-age=2592000, report-uri=\"https://sentry.repl.it/api/10/security/?sentry_key=615192fd532445bfbbbe966cd7131791\""},{"key":"Replit-Cluster","value":"asia-b"},{"key":"Strict-Transport-Security","value":"max-age=4779402; includeSubDomains"},{"key":"X-Powered-By","value":"Express"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"All restaurants with Indian cuisine fetched successfully\",\n    \"restaurants\": [\n        {\n            \"_id\": \"6537e73743222d8c2709937e\",\n            \"name\": \"Curry House\",\n            \"cuisine\": \"Indian\",\n            \"address\": \"567 Curry Avenue\",\n            \"city\": \"Chennai\",\n            \"rating\": 4.2,\n            \"menu\": [\n                {\n                    \"name\": \"Chicken Curry\",\n                    \"price\": 240,\n                    \"description\": \"A flavorful and spicy chicken curry made with a blend of aromatic spices.\",\n                    \"isVeg\": false,\n                    \"_id\": \"6537e73743222d8c2709937f\"\n                },\n                {\n                    \"name\": \"Aloo Gobi\",\n                    \"price\": 190,\n                    \"description\": \"A classic Indian dish with potatoes and cauliflower cooked in a spiced tomato gravy.\",\n                    \"isVeg\": true,\n                    \"_id\": \"6537e73743222d8c27099380\"\n                },\n                {\n                    \"name\": \"Naan\",\n                    \"price\": 50,\n                    \"description\": \"A leavened, oven-baked flatbread, perfect for scooping up delicious curries.\",\n                    \"isVeg\": true,\n                    \"_id\": \"6537e73743222d8c27099381\"\n                }\n            ],\n            \"averageRating\": 3.9,\n            \"__v\": 5,\n            \"reviews\": [\n                {\n                    \"user\": \"651713d694ff938e9cbae672\",\n                    \"text\": \"Tasty and Yummy food,loved it!\",\n                    \"rating\": 4.5,\n                    \"_id\": \"653a319d065d36bf2f225d1d\"\n                },\n                {\n                    \"user\": \"651713d694ff938e9cbae672\",\n                    \"text\": \"Good food!\",\n                    \"rating\": 4.3,\n                    \"_id\": \"653a31e138150e2539582f49\"\n                },\n                {\n                    \"user\": \"651716042aae85c17d458e57\",\n                    \"text\": \"Did not like the food\",\n                    \"rating\": 3.3,\n                    \"_id\": \"653a3281de30f3cfbbe535c8\"\n                }\n            ]\n        },\n        {\n            \"_id\": \"6537e73743222d8c27099376\",\n            \"name\": \"Spice Haven\",\n            \"cuisine\": \"Indian\",\n            \"address\": \"456 Masala Lane\",\n            \"city\": \"Mumbai\",\n            \"rating\": 3.9,\n            \"menu\": [\n                {\n                    \"name\": \"Biryani\",\n                    \"price\": 280,\n                    \"description\": \"A fragrant and flavorful rice dish cooked with aromatic spices and tender meat or vegetables.\",\n                    \"isVeg\": false,\n                    \"_id\": \"6537e73743222d8c27099377\"\n                },\n                {\n                    \"name\": \"Paneer Tikka\",\n                    \"price\": 230,\n                    \"description\": \"Tandoori-grilled paneer cubes marinated in a blend of spices and yogurt.\",\n                    \"isVeg\": true,\n                    \"_id\": \"6537e73743222d8c27099378\"\n                },\n                {\n                    \"name\": \"Butter Naan\",\n                    \"price\": 40,\n                    \"description\": \"Soft and buttery Indian bread baked in a tandoor oven.\",\n                    \"isVeg\": true,\n                    \"_id\": \"6537e73743222d8c27099379\"\n                }\n            ],\n            \"averageRating\": 3.7,\n            \"__v\": 0,\n            \"reviews\": []\n        }\n    ]\n}"},{"id":"7bbf184a-1a33-42b4-b0ca-435acb9db940","name":"Error Response","originalRequest":{"method":"GET","header":[],"url":"https://foodify.akshaykamath4.repl.co/restaurants/cuisine/Mexicanaa"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"56"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Thu, 26 Oct 2023 11:08:22 GMT"},{"key":"Etag","value":"W/\"38-zwaf3MaugvUExBDJj+T3tBhUvtM\""},{"key":"Expect-Ct","value":"max-age=2592000, report-uri=\"https://sentry.repl.it/api/10/security/?sentry_key=615192fd532445bfbbbe966cd7131791\""},{"key":"Replit-Cluster","value":"asia-b"},{"key":"Strict-Transport-Security","value":"max-age=4779039; includeSubDomains"},{"key":"X-Powered-By","value":"Express"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"No restaurants found with Mexicanaa cuisine \"\n}"}],"_postman_id":"5cdaae93-42f1-4fab-8fc8-8e4fbe135626"},{"name":"Update a Restaurant","id":"f67bd45b-bdc8-443c-9788-fb7632621460","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"name\": \"Updated Restaurant Name\",\r\n  \"cuisine\": \"Mexican\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://foodify.akshaykamath4.repl.co/restaurants/653a4101a3071fb454f2c18e","description":"<p>Effortlessly modify specific restaurant information, including its name and cusine, ensuring that the restaurant's details are always up-to-date.</p>\n","urlObject":{"protocol":"https","path":["restaurants","653a4101a3071fb454f2c18e"],"host":["foodify","akshaykamath4","repl","co"],"query":[],"variable":[]}},"response":[{"id":"2b794063-68f0-4151-9f62-066c754746a7","name":"Success Response","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"name\": \"Updated Restaurant Name\",\r\n  \"cuisine\": \"Mexican\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://foodify.akshaykamath4.repl.co/restaurants/653a4101a3071fb454f2c18e"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"398"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Thu, 26 Oct 2023 11:16:11 GMT"},{"key":"Etag","value":"W/\"18e-LX6Y8YFyQDOOce2JQGVNI5zccPg\""},{"key":"Expect-Ct","value":"max-age=2592000, report-uri=\"https://sentry.repl.it/api/10/security/?sentry_key=615192fd532445bfbbbe966cd7131791\""},{"key":"Replit-Cluster","value":"asia-b"},{"key":"Strict-Transport-Security","value":"max-age=4778570; includeSubDomains"},{"key":"X-Powered-By","value":"Express"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Restaurant updated successfully\",\n    \"restaurant\": {\n        \"name\": \"Updated Restaurant Name\",\n        \"cuisine\": \"Mexican\",\n        \"address\": \"123 Main St\",\n        \"city\": \"New York\",\n        \"rating\": 4.5,\n        \"menu\": [\n            {\n                \"name\": \"Pizza Margherita\",\n                \"price\": 12.99,\n                \"_id\": \"653a4101a3071fb454f2c18f\"\n            },\n            {\n                \"name\": \"Pasta Carbonara\",\n                \"price\": 15.99,\n                \"_id\": \"653a4101a3071fb454f2c190\"\n            }\n        ],\n        \"averageRating\": 0,\n        \"reviews\": [],\n        \"_id\": \"653a4101a3071fb454f2c18e\",\n        \"__v\": 0\n    }\n}"},{"id":"88f117ef-45c4-43ce-9306-d8b790a798cf","name":"Error Response","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"name\": \"Updated Restaurant Name\",\r\n  \"cuisine\": \"Mexican\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://foodify.akshaykamath4.repl.co/restaurants/653a4101a3071fb454f2c18efg"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"42"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Thu, 26 Oct 2023 11:16:40 GMT"},{"key":"Etag","value":"W/\"2a-NPRh8c25EicDyHe6ymwxLjfY85A\""},{"key":"Expect-Ct","value":"max-age=2592000, report-uri=\"https://sentry.repl.it/api/10/security/?sentry_key=615192fd532445bfbbbe966cd7131791\""},{"key":"Replit-Cluster","value":"asia-b"},{"key":"Strict-Transport-Security","value":"max-age=4778541; includeSubDomains"},{"key":"X-Powered-By","value":"Express"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"No restaurant found to update \"\n}"}],"_postman_id":"f67bd45b-bdc8-443c-9788-fb7632621460"},{"name":"Delete a Restaurant","id":"98799d5b-c884-43c8-9f72-5d07da1234b3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://foodify.akshaykamath4.repl.co/restaurants/653a3e376d0ac33469ee2d92","description":"<p>Remove a restaurant from our platform using its unique identifier, providing a straightforward way to manage your restaurant database.</p>\n","urlObject":{"protocol":"https","path":["restaurants","653a3e376d0ac33469ee2d92"],"host":["foodify","akshaykamath4","repl","co"],"query":[],"variable":[]}},"response":[{"id":"e4a04d91-04a7-45a9-aeb8-90f9c3a340ce","name":"Success Response","originalRequest":{"method":"DELETE","header":[],"url":"https://foodify.akshaykamath4.repl.co/restaurants/653a3e376d0ac33469ee2d92"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"389"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Thu, 26 Oct 2023 11:27:31 GMT"},{"key":"Etag","value":"W/\"185-9Uwyp1k51hlnUuTnzL+dw0o8xcE\""},{"key":"Expect-Ct","value":"max-age=2592000, report-uri=\"https://sentry.repl.it/api/10/security/?sentry_key=615192fd532445bfbbbe966cd7131791\""},{"key":"Replit-Cluster","value":"asia-b"},{"key":"Strict-Transport-Security","value":"max-age=4777891; includeSubDomains"},{"key":"X-Powered-By","value":"Express"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Restaurant deleted successfully\",\n    \"restaurant\": {\n        \"_id\": \"653a3e376d0ac33469ee2d92\",\n        \"name\": \"New Restaurant\",\n        \"cuisine\": \"Italian\",\n        \"address\": \"123 Main St\",\n        \"city\": \"New York\",\n        \"rating\": 4.5,\n        \"menu\": [\n            {\n                \"name\": \"Pizza Margherita\",\n                \"price\": 12.99,\n                \"_id\": \"653a3e376d0ac33469ee2d93\"\n            },\n            {\n                \"name\": \"Pasta Carbonara\",\n                \"price\": 15.99,\n                \"_id\": \"653a3e376d0ac33469ee2d94\"\n            }\n        ],\n        \"averageRating\": 0,\n        \"reviews\": [],\n        \"__v\": 0\n    }\n}"},{"id":"dbd7f3b0-7b1e-40ae-87d7-6803164bf263","name":"Error Response","originalRequest":{"method":"DELETE","header":[],"url":"https://foodify.akshaykamath4.repl.co/restaurants/653a3e376d0ac33469ee2d92"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"41"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Thu, 26 Oct 2023 11:29:17 GMT"},{"key":"Etag","value":"W/\"29-DUp7jGvcPDMCCNbryV4xRAb5YHU\""},{"key":"Expect-Ct","value":"max-age=2592000, report-uri=\"https://sentry.repl.it/api/10/security/?sentry_key=615192fd532445bfbbbe966cd7131791\""},{"key":"Replit-Cluster","value":"asia-b"},{"key":"Strict-Transport-Security","value":"max-age=4777784; includeSubDomains"},{"key":"X-Powered-By","value":"Express"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"No restaurant found to delete\"\n}"}],"_postman_id":"98799d5b-c884-43c8-9f72-5d07da1234b3"},{"name":"Search Restaurants by Location","id":"35bd3743-8ce9-4750-816a-b2e030a7db97","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://foodify.akshaykamath4.repl.co/restaurants/search?location=Mumbai","description":"<p>Find restaurants conveniently by specifying their geographical location, whether it's a city or a address, making location-based restaurant searches a breeze.</p>\n","urlObject":{"protocol":"https","path":["restaurants","search"],"host":["foodify","akshaykamath4","repl","co"],"query":[{"key":"location","value":"Mumbai"}],"variable":[]}},"response":[{"id":"d15c2b31-6f02-4c11-8b57-07fb078281c9","name":"Success Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://foodify.akshaykamath4.repl.co/restaurants/search?location=Mumbai","protocol":"https","host":["foodify","akshaykamath4","repl","co"],"path":["restaurants","search"],"query":[{"key":"location","value":"Mumbai"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"1465"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Thu, 26 Oct 2023 19:39:35 GMT"},{"key":"Etag","value":"W/\"5b9-ArE3OKjpuWOxWGLhVQr1TjK/l8Y\""},{"key":"Expect-Ct","value":"max-age=2592000, report-uri=\"https://sentry.repl.it/api/10/security/?sentry_key=615192fd532445bfbbbe966cd7131791\""},{"key":"Replit-Cluster","value":"asia-b"},{"key":"Strict-Transport-Security","value":"max-age=4748366; includeSubDomains"},{"key":"X-Powered-By","value":"Express"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Restaurants found in Mumbai\",\n    \"restaurant\": [\n        {\n            \"_id\": \"6537e73743222d8c27099376\",\n            \"name\": \"Spice Haven\",\n            \"cuisine\": \"Indian\",\n            \"address\": \"456 Masala Lane\",\n            \"city\": \"Mumbai\",\n            \"rating\": 3.9,\n            \"menu\": [\n                {\n                    \"name\": \"Biryani\",\n                    \"price\": 280,\n                    \"description\": \"A fragrant and flavorful rice dish cooked with aromatic spices and tender meat or vegetables.\",\n                    \"isVeg\": false,\n                    \"_id\": \"6537e73743222d8c27099377\"\n                },\n                {\n                    \"name\": \"Paneer Tikka\",\n                    \"price\": 230,\n                    \"description\": \"Tandoori-grilled paneer cubes marinated in a blend of spices and yogurt.\",\n                    \"isVeg\": true,\n                    \"_id\": \"6537e73743222d8c27099378\"\n                },\n                {\n                    \"name\": \"Butter Naan\",\n                    \"price\": 40,\n                    \"description\": \"Soft and buttery Indian bread baked in a tandoor oven.\",\n                    \"isVeg\": true,\n                    \"_id\": \"6537e73743222d8c27099379\"\n                }\n            ],\n            \"averageRating\": 3.7,\n            \"__v\": 0,\n            \"reviews\": []\n        },\n        {\n            \"_id\": \"6537e73743222d8c2709937a\",\n            \"name\": \"Samosa Street\",\n            \"cuisine\": \"Street Food\",\n            \"address\": \"789 Chaat Circle\",\n            \"city\": \"Mumbai\",\n            \"rating\": 4.5,\n            \"menu\": [\n                {\n                    \"name\": \"Veg Samosa\",\n                    \"price\": 20,\n                    \"description\": \"Crispy and savory pastry filled with spiced potatoes and peas.\",\n                    \"isVeg\": true,\n                    \"_id\": \"6537f1544ad9a48a323ec1d9\"\n                },\n                {\n                    \"name\": \"Pani Puri\",\n                    \"price\": 30,\n                    \"description\": \"A popular Indian street food snack consisting of hollow, crispy balls filled with flavored water and chutneys.\",\n                    \"isVeg\": true,\n                    \"_id\": \"6537f1544ad9a48a323ec1da\"\n                },\n                {\n                    \"name\": \"Chai\",\n                    \"price\": 16,\n                    \"description\": \"Traditional Indian tea infused with spices and served with milk and sugar.\",\n                    \"isVeg\": true,\n                    \"_id\": \"6537f1544ad9a48a323ec1db\"\n                }\n            ],\n            \"averageRating\": 3.9,\n            \"__v\": 2,\n            \"reviews\": []\n        }\n    ]\n}"},{"id":"9e5c24a7-b4bd-4247-9909-aecbe77e107f","name":"Error Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://foodify.akshaykamath4.repl.co/restaurants/search?location=Delhi","protocol":"https","host":["foodify","akshaykamath4","repl","co"],"path":["restaurants","search"],"query":[{"key":"location","value":"Delhi"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"50"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Thu, 26 Oct 2023 19:40:08 GMT"},{"key":"Etag","value":"W/\"32-7NXflModdV9Xux2RPbWgpacsio8\""},{"key":"Expect-Ct","value":"max-age=2592000, report-uri=\"https://sentry.repl.it/api/10/security/?sentry_key=615192fd532445bfbbbe966cd7131791\""},{"key":"Replit-Cluster","value":"asia-b"},{"key":"Strict-Transport-Security","value":"max-age=4748333; includeSubDomains"},{"key":"X-Powered-By","value":"Express"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"No restaurants found in location Delhi\"\n}"}],"_postman_id":"35bd3743-8ce9-4750-816a-b2e030a7db97"},{"name":"Filter Restaurants by Rating","id":"6a797290-ee31-4dbb-8916-a0799c88a14b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://foodify.akshaykamath4.repl.co/restaurant/rating/4","description":"<p>Discover restaurants that meet or exceed a specified minimum rating, ensuring that the displayed restaurants have ratings greater than or equal to the specified value.</p>\n","urlObject":{"protocol":"https","path":["restaurant","rating","4"],"host":["foodify","akshaykamath4","repl","co"],"query":[],"variable":[]}},"response":[{"id":"98681ab9-d345-4178-9551-e9a2681f7dcb","name":"Success Response","originalRequest":{"method":"GET","header":[],"url":"https://foodify.akshaykamath4.repl.co/restaurant/rating/4"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"2874"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Fri, 27 Oct 2023 04:05:03 GMT"},{"key":"Etag","value":"W/\"b3a-TMZ8vM+ZlWeQVHmXAs8MjHEdPM4\""},{"key":"Expect-Ct","value":"max-age=2592000, report-uri=\"https://sentry.repl.it/api/10/security/?sentry_key=615192fd532445bfbbbe966cd7131791\""},{"key":"Replit-Cluster","value":"asia-b"},{"key":"Strict-Transport-Security","value":"max-age=4718038; includeSubDomains"},{"key":"X-Powered-By","value":"Express"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Restaurants with minimum rating 4\",\n    \"restaurants\": [\n        {\n            \"_id\": \"6537e597f8160479ebce4711\",\n            \"name\": \"McDonalds\",\n            \"cuisine\": \"American\",\n            \"address\": \"123 Fake Street\",\n            \"city\": \"New York\",\n            \"rating\": 4,\n            \"menu\": [\n                {\n                    \"name\": \"Big Mac\",\n                    \"price\": 5.99,\n                    \"description\": \"A Big Mac is a hamburger sandwich consisting of one or more hamburger patties, sauce, lettuce, cheese, pickles, and onions, served in a slice of bread rolled up in buns.\",\n                    \"isVeg\": false,\n                    \"_id\": \"6537e597f8160479ebce4712\"\n                },\n                {\n                    \"name\": \"McChicken\",\n                    \"price\": 3.99,\n                    \"description\": \"McChicken is a hamburger sandwich consisting of one or more hamburger patties, sauce, lettuce, cheese, pickles, and onions, served in a slice of bread rolled up in buns.\",\n                    \"isVeg\": false,\n                    \"_id\": \"6537e597f8160479ebce4713\"\n                }\n            ],\n            \"averageRating\": 4.3,\n            \"__v\": 0,\n            \"reviews\": []\n        },\n        {\n            \"_id\": \"6537e73743222d8c2709937e\",\n            \"name\": \"Curry House\",\n            \"cuisine\": \"Indian\",\n            \"address\": \"567 Curry Avenue\",\n            \"city\": \"Chennai\",\n            \"rating\": 4.2,\n            \"menu\": [\n                {\n                    \"name\": \"Chicken Curry\",\n                    \"price\": 240,\n                    \"description\": \"A flavorful and spicy chicken curry made with a blend of aromatic spices.\",\n                    \"isVeg\": false,\n                    \"_id\": \"6537e73743222d8c2709937f\"\n                },\n                {\n                    \"name\": \"Aloo Gobi\",\n                    \"price\": 190,\n                    \"description\": \"A classic Indian dish with potatoes and cauliflower cooked in a spiced tomato gravy.\",\n                    \"isVeg\": true,\n                    \"_id\": \"6537e73743222d8c27099380\"\n                },\n                {\n                    \"name\": \"Naan\",\n                    \"price\": 50,\n                    \"description\": \"A leavened, oven-baked flatbread, perfect for scooping up delicious curries.\",\n                    \"isVeg\": true,\n                    \"_id\": \"6537e73743222d8c27099381\"\n                }\n            ],\n            \"averageRating\": 3.9,\n            \"__v\": 5,\n            \"reviews\": [\n                {\n                    \"user\": \"651713d694ff938e9cbae672\",\n                    \"text\": \"Tasty and Yummy food,loved it!\",\n                    \"rating\": 4.5,\n                    \"_id\": \"653a319d065d36bf2f225d1d\"\n                },\n                {\n                    \"user\": \"651713d694ff938e9cbae672\",\n                    \"text\": \"Good food!\",\n                    \"rating\": 4.3,\n                    \"_id\": \"653a31e138150e2539582f49\"\n                },\n                {\n                    \"user\": \"651716042aae85c17d458e57\",\n                    \"text\": \"Did not like the food\",\n                    \"rating\": 3.3,\n                    \"_id\": \"653a3281de30f3cfbbe535c8\"\n                }\n            ]\n        },\n        {\n            \"_id\": \"6537e73743222d8c2709937a\",\n            \"name\": \"Samosa Street\",\n            \"cuisine\": \"Street Food\",\n            \"address\": \"789 Chaat Circle\",\n            \"city\": \"Mumbai\",\n            \"rating\": 4.5,\n            \"menu\": [\n                {\n                    \"name\": \"Veg Samosa\",\n                    \"price\": 20,\n                    \"description\": \"Crispy and savory pastry filled with spiced potatoes and peas.\",\n                    \"isVeg\": true,\n                    \"_id\": \"6537f1544ad9a48a323ec1d9\"\n                },\n                {\n                    \"name\": \"Pani Puri\",\n                    \"price\": 30,\n                    \"description\": \"A popular Indian street food snack consisting of hollow, crispy balls filled with flavored water and chutneys.\",\n                    \"isVeg\": true,\n                    \"_id\": \"6537f1544ad9a48a323ec1da\"\n                },\n                {\n                    \"name\": \"Chai\",\n                    \"price\": 16,\n                    \"description\": \"Traditional Indian tea infused with spices and served with milk and sugar.\",\n                    \"isVeg\": true,\n                    \"_id\": \"6537f1544ad9a48a323ec1db\"\n                }\n            ],\n            \"averageRating\": 3.9,\n            \"__v\": 2,\n            \"reviews\": []\n        },\n        {\n            \"_id\": \"653a4101a3071fb454f2c18e\",\n            \"name\": \"Updated Restaurant Name\",\n            \"cuisine\": \"Mexican\",\n            \"address\": \"123 Main St\",\n            \"city\": \"New York\",\n            \"rating\": 4.5,\n            \"menu\": [\n                {\n                    \"name\": \"Pizza Margherita\",\n                    \"price\": 12.99,\n                    \"_id\": \"653a4101a3071fb454f2c18f\"\n                },\n                {\n                    \"name\": \"Pasta Carbonara\",\n                    \"price\": 15.99,\n                    \"_id\": \"653a4101a3071fb454f2c190\"\n                }\n            ],\n            \"averageRating\": 0,\n            \"reviews\": [],\n            \"__v\": 0\n        }\n    ]\n}"},{"id":"3cd6127f-e08e-49db-b261-0d2a93657b47","name":"Error Response","originalRequest":{"method":"GET","header":[],"url":"https://foodify.akshaykamath4.repl.co/restaurant/rating/5"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"54"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Fri, 27 Oct 2023 04:05:58 GMT"},{"key":"Etag","value":"W/\"36-Vwxb2hhn0liVF0LZnv190Chpf9o\""},{"key":"Expect-Ct","value":"max-age=2592000, report-uri=\"https://sentry.repl.it/api/10/security/?sentry_key=615192fd532445bfbbbe966cd7131791\""},{"key":"Replit-Cluster","value":"asia-b"},{"key":"Strict-Transport-Security","value":"max-age=4717984; includeSubDomains"},{"key":"X-Powered-By","value":"Express"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"No restaurants found with minimum rating 5\"\n}"}],"_postman_id":"6a797290-ee31-4dbb-8916-a0799c88a14b"},{"name":"Add a  Dish to Restaurant's Menu","id":"27b585b7-6d2f-4c90-8a2d-df287215c348","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"dishToAdd\":{\r\n          \"name\": \"Chicken Shawarma\",\r\n          \"price\": 229.99,\r\n          \"description\": \"A Middle Eastern favorite, chicken shawarma is a delicious dish made with marinated and thinly sliced chicken, typically served in a pita wrap with garlic sauce, tahini, and fresh vegetables.\",\r\n          \"isVeg\": false\r\n    }\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://foodify.akshaykamath4.repl.co/restaurants/6537e73743222d8c2709937e/menu","description":"<p>Allow restaurants to easily expand their menu by adding new delectable dishes, enhancing the dining experience.</p>\n","urlObject":{"protocol":"https","path":["restaurants","6537e73743222d8c2709937e","menu"],"host":["foodify","akshaykamath4","repl","co"],"query":[],"variable":[]}},"response":[{"id":"fd102834-7498-4837-8498-3fff705a33ab","name":"Success Response","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"dishToAdd\":{\r\n          \"name\": \"Paneer Tikka\",\r\n          \"price\": 199.99,\r\n          \"description\": \"A popular Indian appetizer made with marinated and grilled cubes of paneer (Indian cottage cheese). Served with mint chutney.\",\r\n        \"isVeg\": true\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://foodify.akshaykamath4.repl.co/restaurants/6537e73743222d8c2709937e/menu"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"1360"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Fri, 27 Oct 2023 04:14:30 GMT"},{"key":"Etag","value":"W/\"550-ZfJx6bCwXJb44lk9zxR6bqlU12Y\""},{"key":"Expect-Ct","value":"max-age=2592000, report-uri=\"https://sentry.repl.it/api/10/security/?sentry_key=615192fd532445bfbbbe966cd7131791\""},{"key":"Replit-Cluster","value":"asia-b"},{"key":"Strict-Transport-Security","value":"max-age=4717471; includeSubDomains"},{"key":"X-Powered-By","value":"Express"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Dish Paneer Tikka added succesfully to the restaurant Curry House \",\n    \"restaurant\": {\n        \"_id\": \"6537e73743222d8c2709937e\",\n        \"name\": \"Curry House\",\n        \"cuisine\": \"Indian\",\n        \"address\": \"567 Curry Avenue\",\n        \"city\": \"Chennai\",\n        \"rating\": 4.2,\n        \"menu\": [\n            {\n                \"name\": \"Chicken Curry\",\n                \"price\": 240,\n                \"description\": \"A flavorful and spicy chicken curry made with a blend of aromatic spices.\",\n                \"isVeg\": false,\n                \"_id\": \"6537e73743222d8c2709937f\"\n            },\n            {\n                \"name\": \"Aloo Gobi\",\n                \"price\": 190,\n                \"description\": \"A classic Indian dish with potatoes and cauliflower cooked in a spiced tomato gravy.\",\n                \"isVeg\": true,\n                \"_id\": \"6537e73743222d8c27099380\"\n            },\n            {\n                \"name\": \"Naan\",\n                \"price\": 50,\n                \"description\": \"A leavened, oven-baked flatbread, perfect for scooping up delicious curries.\",\n                \"isVeg\": true,\n                \"_id\": \"6537e73743222d8c27099381\"\n            },\n            {\n                \"name\": \"Paneer Tikka\",\n                \"price\": 199.99,\n                \"description\": \"A popular Indian appetizer made with marinated and grilled cubes of paneer (Indian cottage cheese). Served with mint chutney.\",\n                \"isVeg\": true,\n                \"_id\": \"653b39265b7d10e151e23c11\"\n            }\n        ],\n        \"averageRating\": 3.9,\n        \"__v\": 6,\n        \"reviews\": [\n            {\n                \"user\": \"651713d694ff938e9cbae672\",\n                \"text\": \"Tasty and Yummy food,loved it!\",\n                \"rating\": 4.5,\n                \"_id\": \"653a319d065d36bf2f225d1d\"\n            },\n            {\n                \"user\": \"651713d694ff938e9cbae672\",\n                \"text\": \"Good food!\",\n                \"rating\": 4.3,\n                \"_id\": \"653a31e138150e2539582f49\"\n            },\n            {\n                \"user\": \"651716042aae85c17d458e57\",\n                \"text\": \"Did not like the food\",\n                \"rating\": 3.3,\n                \"_id\": \"653a3281de30f3cfbbe535c8\"\n            }\n        ]\n    }\n}"},{"id":"59f143e1-4bcb-4d1d-970e-616c554340c9","name":"Error Response","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"dishToAdd\":{\r\n          \"name\": \"Paneer Tikka\",\r\n          \"price\": 199.99,\r\n          \"description\": \"A popular Indian appetizer made with marinated and grilled cubes of paneer (Indian cottage cheese). Served with mint chutney.\",\r\n        \"isVeg\": true\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://foodify.akshaykamath4.repl.co/restaurants/6537e73743222d8c2709937ef/menu"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"43"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Fri, 27 Oct 2023 04:15:18 GMT"},{"key":"Etag","value":"W/\"2b-Dq5JCyLGe2XOqHUhWesyfJBTxh8\""},{"key":"Expect-Ct","value":"max-age=2592000, report-uri=\"https://sentry.repl.it/api/10/security/?sentry_key=615192fd532445bfbbbe966cd7131791\""},{"key":"Replit-Cluster","value":"asia-b"},{"key":"Strict-Transport-Security","value":"max-age=4717423; includeSubDomains"},{"key":"X-Powered-By","value":"Express"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"No restaurant found to add dish\"\n}"}],"_postman_id":"27b585b7-6d2f-4c90-8a2d-df287215c348"},{"name":"Remove a Dish from Restaurant's Menu","id":"686a65bd-2836-4c3a-897c-81c58154a638","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://foodify.akshaykamath4.repl.co/restaurants/6537e73743222d8c2709937e/menu/Chicken Shawarma","description":"<p>Streamline the process of removing menu items, ensuring the restaurant's menu is always up-to-date and accurate.</p>\n","urlObject":{"protocol":"https","path":["restaurants","6537e73743222d8c2709937e","menu","Chicken Shawarma"],"host":["foodify","akshaykamath4","repl","co"],"query":[],"variable":[]}},"response":[{"id":"e41657a1-ef3b-4847-9e3b-05670cc6cefb","name":"Success Response","originalRequest":{"method":"DELETE","header":[],"url":"https://foodify.akshaykamath4.repl.co/restaurants/6537e73743222d8c2709937e/menu/Paneer Tikka"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"1435"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Fri, 27 Oct 2023 04:23:54 GMT"},{"key":"Etag","value":"W/\"59b-B0AkdQ3+clTdu2x+K13moJbPPKA\""},{"key":"Expect-Ct","value":"max-age=2592000, report-uri=\"https://sentry.repl.it/api/10/security/?sentry_key=615192fd532445bfbbbe966cd7131791\""},{"key":"Replit-Cluster","value":"asia-b"},{"key":"Strict-Transport-Security","value":"max-age=4716908; includeSubDomains"},{"key":"X-Powered-By","value":"Express"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Removed dish Paneer Tikka from the restauant Curry House successfully \",\n    \"restaurant\": {\n        \"_id\": \"6537e73743222d8c2709937e\",\n        \"name\": \"Curry House\",\n        \"cuisine\": \"Indian\",\n        \"address\": \"567 Curry Avenue\",\n        \"city\": \"Chennai\",\n        \"rating\": 4.2,\n        \"menu\": [\n            {\n                \"name\": \"Chicken Curry\",\n                \"price\": 240,\n                \"description\": \"A flavorful and spicy chicken curry made with a blend of aromatic spices.\",\n                \"isVeg\": false,\n                \"_id\": \"6537e73743222d8c2709937f\"\n            },\n            {\n                \"name\": \"Aloo Gobi\",\n                \"price\": 190,\n                \"description\": \"A classic Indian dish with potatoes and cauliflower cooked in a spiced tomato gravy.\",\n                \"isVeg\": true,\n                \"_id\": \"6537e73743222d8c27099380\"\n            },\n            {\n                \"name\": \"Naan\",\n                \"price\": 50,\n                \"description\": \"A leavened, oven-baked flatbread, perfect for scooping up delicious curries.\",\n                \"isVeg\": true,\n                \"_id\": \"6537e73743222d8c27099381\"\n            },\n            {\n                \"name\": \"Chicken Shawarma\",\n                \"price\": 229.99,\n                \"description\": \"A Middle Eastern favorite, chicken shawarma is a delicious dish made with marinated and thinly sliced chicken, typically served in a pita wrap with garlic sauce, tahini, and fresh vegetables.\",\n                \"isVeg\": false,\n                \"_id\": \"653b398f5b7d10e151e23c1b\"\n            }\n        ],\n        \"averageRating\": 3.9,\n        \"__v\": 8,\n        \"reviews\": [\n            {\n                \"user\": \"651713d694ff938e9cbae672\",\n                \"text\": \"Tasty and Yummy food,loved it!\",\n                \"rating\": 4.5,\n                \"_id\": \"653a319d065d36bf2f225d1d\"\n            },\n            {\n                \"user\": \"651713d694ff938e9cbae672\",\n                \"text\": \"Good food!\",\n                \"rating\": 4.3,\n                \"_id\": \"653a31e138150e2539582f49\"\n            },\n            {\n                \"user\": \"651716042aae85c17d458e57\",\n                \"text\": \"Did not like the food\",\n                \"rating\": 3.3,\n                \"_id\": \"653a3281de30f3cfbbe535c8\"\n            }\n        ]\n    }\n}"},{"id":"82dffc5a-fcd6-4ff5-a3a1-22656f432e30","name":"Error Response","originalRequest":{"method":"DELETE","header":[],"url":"https://foodify.akshaykamath4.repl.co/restaurants/6537e73743222d8c2709937e/menu/Corn"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"47"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Fri, 27 Oct 2023 04:24:55 GMT"},{"key":"Etag","value":"W/\"2f-IvkI5FE1oIZIHkCHwAh6ErMpLPQ\""},{"key":"Expect-Ct","value":"max-age=2592000, report-uri=\"https://sentry.repl.it/api/10/security/?sentry_key=615192fd532445bfbbbe966cd7131791\""},{"key":"Replit-Cluster","value":"asia-b"},{"key":"Strict-Transport-Security","value":"max-age=4716846; includeSubDomains"},{"key":"X-Powered-By","value":"Express"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"No dish present or wrong restaurant\"\n}"}],"_postman_id":"686a65bd-2836-4c3a-897c-81c58154a638"},{"name":"User to Add Reviews and Ratings for a Restaurant","id":"a3c7ab60-fced-4aa6-8b42-86686eb31f28","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"userId\": \"651716042aae85c17d458e57\",\r\n  \"rating\": 4.2,\r\n  \"reviewText\": \"Great ambience and food !\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://foodify.akshaykamath4.repl.co/restaurants/6537e73743222d8c2709937e/reviews","description":"<p>Enable users to contribute their dining experiences by sharing reviews and ratings for restaurants, building a rich database of restaurant feedback.</p>\n","urlObject":{"protocol":"https","path":["restaurants","6537e73743222d8c2709937e","reviews"],"host":["foodify","akshaykamath4","repl","co"],"query":[],"variable":[]}},"response":[{"id":"f007a2cf-b429-4cb0-8cd2-04b03bc85a1d","name":"Success Response","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"userId\": \"651716042aae85c17d458e57\",\r\n  \"rating\": 3.1,\r\n  \"reviewText\": \"Paneer was not tasting good!\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://foodify.akshaykamath4.repl.co/restaurants/6537e73743222d8c2709937e/reviews"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"1691"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Fri, 27 Oct 2023 05:58:21 GMT"},{"key":"Etag","value":"W/\"69b-Nh+1c0jw0HLZoCJc8QCgCHFexgE\""},{"key":"Expect-Ct","value":"max-age=2592000, report-uri=\"https://sentry.repl.it/api/10/security/?sentry_key=615192fd532445bfbbbe966cd7131791\""},{"key":"Replit-Cluster","value":"asia-b"},{"key":"Strict-Transport-Security","value":"max-age=4711240; includeSubDomains"},{"key":"X-Powered-By","value":"Express"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Successfully added review to the restaurant Curry House \",\n    \"restaurant\": {\n        \"_id\": \"6537e73743222d8c2709937e\",\n        \"name\": \"Curry House\",\n        \"cuisine\": \"Indian\",\n        \"address\": \"567 Curry Avenue\",\n        \"city\": \"Chennai\",\n        \"rating\": 4.2,\n        \"menu\": [\n            {\n                \"name\": \"Chicken Curry\",\n                \"price\": 240,\n                \"description\": \"A flavorful and spicy chicken curry made with a blend of aromatic spices.\",\n                \"isVeg\": false,\n                \"_id\": \"6537e73743222d8c2709937f\"\n            },\n            {\n                \"name\": \"Aloo Gobi\",\n                \"price\": 190,\n                \"description\": \"A classic Indian dish with potatoes and cauliflower cooked in a spiced tomato gravy.\",\n                \"isVeg\": true,\n                \"_id\": \"6537e73743222d8c27099380\"\n            },\n            {\n                \"name\": \"Naan\",\n                \"price\": 50,\n                \"description\": \"A leavened, oven-baked flatbread, perfect for scooping up delicious curries.\",\n                \"isVeg\": true,\n                \"_id\": \"6537e73743222d8c27099381\"\n            }\n        ],\n        \"averageRating\": 3.9,\n        \"__v\": 11,\n        \"reviews\": [\n            {\n                \"user\": {\n                    \"_id\": \"651713d694ff938e9cbae672\",\n                    \"profilePictureUrl\": \"<https://example.com/profile.jpg>\"\n                },\n                \"text\": \"Tasty and Yummy food,loved it!\",\n                \"rating\": 4.5,\n                \"_id\": \"653a319d065d36bf2f225d1d\"\n            },\n            {\n                \"user\": {\n                    \"_id\": \"651713d694ff938e9cbae672\",\n                    \"profilePictureUrl\": \"<https://example.com/profile.jpg>\"\n                },\n                \"text\": \"Good food!\",\n                \"rating\": 4.3,\n                \"_id\": \"653a31e138150e2539582f49\"\n            },\n            {\n                \"user\": {\n                    \"_id\": \"651716042aae85c17d458e57\",\n                    \"profilePictureUrl\": \"<https://example3.com/profile.jpg>\"\n                },\n                \"text\": \"Did not like the food\",\n                \"rating\": 3.3,\n                \"_id\": \"653a3281de30f3cfbbe535c8\"\n            },\n            {\n                \"user\": {\n                    \"_id\": \"651713d694ff938e9cbae672\",\n                    \"profilePictureUrl\": \"<https://example.com/profile.jpg>\"\n                },\n                \"text\": \"Great food and excellent service!\",\n                \"rating\": 4.5,\n                \"_id\": \"653b513ebf50fec6d5360b5c\"\n            },\n            {\n                \"user\": {\n                    \"_id\": \"651716042aae85c17d458e57\",\n                    \"profilePictureUrl\": \"<https://example3.com/profile.jpg>\"\n                },\n                \"text\": \"Paneer was not tasting good!\",\n                \"rating\": 3.1,\n                \"_id\": \"653b517df564230047c2e95c\"\n            }\n        ]\n    }\n}"},{"id":"3decf097-a629-4b47-a903-7195282adb7d","name":"Error Response","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"userId\": \"651716042aae85c17d458e57\",\r\n  \"rating\": 3.1,\r\n  \"reviewText\": \"Paneer was not tasting good!\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://foodify.akshaykamath4.repl.co/restaurants/6537e73743222d8c2709937ef/reviews"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"84"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Fri, 27 Oct 2023 05:59:04 GMT"},{"key":"Etag","value":"W/\"54-s9XG1MZ+CVnWnoSNhNp0YjYn+dI\""},{"key":"Expect-Ct","value":"max-age=2592000, report-uri=\"https://sentry.repl.it/api/10/security/?sentry_key=615192fd532445bfbbbe966cd7131791\""},{"key":"Replit-Cluster","value":"asia-b"},{"key":"Strict-Transport-Security","value":"max-age=4711197; includeSubDomains"},{"key":"X-Powered-By","value":"Express"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Cannot add review to the restaurant,Please check userId and restaurantId\"\n}"}],"_postman_id":"a3c7ab60-fced-4aa6-8b42-86686eb31f28"},{"name":"Retrieve User Reviews for a Specific Restaurant","id":"a5ac7dab-54e0-4df0-9533-9ba7384846e7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://foodify.akshaykamath4.repl.co/restaurants/6537e73743222d8c2709937e/reviews","description":"<p>Access valuable insights from other diners' experiences at a specific restaurant, making it easy to view and analyse user feedback.</p>\n","urlObject":{"protocol":"https","path":["restaurants","6537e73743222d8c2709937e","reviews"],"host":["foodify","akshaykamath4","repl","co"],"query":[],"variable":[]}},"response":[{"id":"010a2a31-ad98-4cd1-9c8d-43a217a87d49","name":"Success Repsonse","originalRequest":{"method":"GET","header":[],"url":"https://foodify.akshaykamath4.repl.co/restaurants/6537e73743222d8c2709937e/reviews"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"1298"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Fri, 27 Oct 2023 06:33:25 GMT"},{"key":"Etag","value":"W/\"512-6EX4gHKYFObCksymNpsX4xjAJgM\""},{"key":"Expect-Ct","value":"max-age=2592000, report-uri=\"https://sentry.repl.it/api/10/security/?sentry_key=615192fd532445bfbbbe966cd7131791\""},{"key":"Replit-Cluster","value":"asia-b"},{"key":"Strict-Transport-Security","value":"max-age=4709136; includeSubDomains"},{"key":"X-Powered-By","value":"Express"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"User reviews for restaurant Curry House\",\n    \"reviews\": [\n        {\n            \"user\": {\n                \"_id\": \"651713d694ff938e9cbae672\",\n                \"profilePictureUrl\": \"<https://example.com/profile.jpg>\",\n                \"username\": \"randomnoob\"\n            },\n            \"text\": \"Tasty and Yummy food,loved it!\",\n            \"rating\": 4.5,\n            \"_id\": \"653a319d065d36bf2f225d1d\"\n        },\n        {\n            \"user\": {\n                \"_id\": \"651713d694ff938e9cbae672\",\n                \"profilePictureUrl\": \"<https://example.com/profile.jpg>\",\n                \"username\": \"randomnoob\"\n            },\n            \"text\": \"Good food!\",\n            \"rating\": 4.3,\n            \"_id\": \"653a31e138150e2539582f49\"\n        },\n        {\n            \"user\": {\n                \"_id\": \"651716042aae85c17d458e57\",\n                \"username\": \"randomnoob1\",\n                \"profilePictureUrl\": \"<https://example3.com/profile.jpg>\"\n            },\n            \"text\": \"Did not like the food\",\n            \"rating\": 3.3,\n            \"_id\": \"653a3281de30f3cfbbe535c8\"\n        },\n        {\n            \"user\": {\n                \"_id\": \"651713d694ff938e9cbae672\",\n                \"profilePictureUrl\": \"<https://example.com/profile.jpg>\",\n                \"username\": \"randomnoob\"\n            },\n            \"text\": \"Great food and excellent service!\",\n            \"rating\": 4.5,\n            \"_id\": \"653b513ebf50fec6d5360b5c\"\n        },\n        {\n            \"user\": {\n                \"_id\": \"651716042aae85c17d458e57\",\n                \"username\": \"randomnoob1\",\n                \"profilePictureUrl\": \"<https://example3.com/profile.jpg>\"\n            },\n            \"text\": \"Paneer was not tasting good!\",\n            \"rating\": 3.1,\n            \"_id\": \"653b517df564230047c2e95c\"\n        },\n        {\n            \"user\": {\n                \"_id\": \"651716042aae85c17d458e57\",\n                \"username\": \"randomnoob1\",\n                \"profilePictureUrl\": \"<https://example3.com/profile.jpg>\"\n            },\n            \"text\": \"Great ambience and food !\",\n            \"rating\": 4.2,\n            \"_id\": \"653b51c9f564230047c2e968\"\n        }\n    ]\n}"},{"id":"8f9696ff-c5c0-49db-9b03-4be559028a29","name":"Error Response","originalRequest":{"method":"GET","header":[],"url":"https://foodify.akshaykamath4.repl.co/restaurants/6537e597f8160479ebce4711/reviews"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"47"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Fri, 27 Oct 2023 06:35:16 GMT"},{"key":"Etag","value":"W/\"2f-mys9cNI4r4EyFYyNSe9Eus+F2QY\""},{"key":"Expect-Ct","value":"max-age=2592000, report-uri=\"https://sentry.repl.it/api/10/security/?sentry_key=615192fd532445bfbbbe966cd7131791\""},{"key":"Replit-Cluster","value":"asia-b"},{"key":"Strict-Transport-Security","value":"max-age=4709025; includeSubDomains"},{"key":"X-Powered-By","value":"Express"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"No reviews found for the restaurant\"\n}"}],"_postman_id":"a5ac7dab-54e0-4df0-9533-9ba7384846e7"}]}