{"info":{"_postman_id":"48b46fe7-4e3d-4f10-a79b-c48aeb331cbd","name":"Recipe API","description":"<html><head></head><body><p><img src=\"https://user-images.githubusercontent.com/66475211/103139467-13f77c80-470f-11eb-860b-26d440843127.png\" alt=\"Group 697 1\"></p>\n<p>Ini adalah Dokumentasi <em>Restful API</em> dari <em><strong>Recipe App</strong></em> yang di buat menggunakan <em>postman</em>, dokumentasi ini di buat untuk memudahkan <em>FrontEnd</em>dalam mengkonsumsi data dari <em>BackEnd</em>.\nAdapaun anggota dari Tim SEMEDI antara lain</p>\n<ul>\n<li><a href=\"https://github.com/fachrighiffary\">Fachry Ghifari</a></li>\n<li><a href=\"https://github.com/Shhb0420\">Muhammad Shohib</a></li>\n<li><a href=\"https://github.com/Vsept17\">M Nur Septian</a></li>\n<li><a href=\"https://github.com/bayue48\">Moch Bayu Erich</a></li>\n<li><a href=\"https://github.com/amardito\">AmarDito</a></li>\n</ul>\n<p>repository projek ini bisa di akses <a href=\"https://github.com/SemediTeam/recipedia-backend\">Semedi Team</a></p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"13520286","collectionId":"48b46fe7-4e3d-4f10-a79b-c48aeb331cbd","publishedId":"TVsxB6ht","public":true,"customColor":{"top-bar":"F1c40f","right-sidebar":"303030","highlight":"F1C40F"},"publishDate":"2020-12-29T11:34:44.000Z"},"item":[{"name":"Auth User","item":[{"name":"RegisterUser","id":"26f7faa2-5ec8-4b62-9b88-0d74ec6fd8ab","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"email","value":"","type":"text"},{"key":"name","value":"","type":"text"},{"key":"password","value":"","type":"text"},{"key":"phone","value":"","type":"text"},{"key":"isVerified","value":"","type":"text"}]},"url":"http://localhost:6000/auth/register","description":"<p>Endpoint untuk membuat user baru dengan endpoint <code>/auth/register</code> </p>\n","urlObject":{"protocol":"http","port":"6000","path":["auth","register"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"00f57d39-55d9-401a-ad11-c5ba4eff37bf","name":"RegisterUser Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"email","value":"test@mail.com","type":"text"},{"key":"name","value":"Test Register","type":"text"},{"key":"password","value":"12345678","type":"text"},{"key":"phone","value":"0834292358712","type":"text"},{"key":"isVerified","value":"1","type":"text"}]},"url":"http://localhost:6000/auth/register"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"105"},{"key":"ETag","value":"W/\"69-3cUTe8z3ETxd+hcVVJvLCPZteAQ\""},{"key":"Date","value":"Fri, 25 Dec 2020 16:43:35 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"Registration Success\",\n    \"data\": {\n        \"name\": \"Test Register\",\n        \"email\": \"test@mail.com\"\n    }\n}"},{"id":"d900039c-785f-4368-a2c3-a83c8b7d056b","name":"RegisterUser Failed (Email already in use!)","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"email","value":"test@mail.com","type":"text"},{"key":"name","value":"Test Register","type":"text"},{"key":"password","value":"12345678","type":"text"},{"key":"phone","value":"0834292358712","type":"text"},{"key":"isVerified","value":"1","type":"text"}]},"url":"http://localhost:6000/auth/register"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"79"},{"key":"ETag","value":"W/\"4f-m4+evOJsb59BcmMoA4deJ6A1HgE\""},{"key":"Date","value":"Fri, 25 Dec 2020 16:44:54 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"message\": \"Encountered error\",\n    \"error\": \"Email already in use!\"\n}"}],"_postman_id":"26f7faa2-5ec8-4b62-9b88-0d74ec6fd8ab"},{"name":"LoginUser","id":"880f3943-8b9c-4b7a-8a9b-b75d8b584ca9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"email","value":"","type":"text"},{"key":"password","value":"","type":"text"}]},"url":"http://localhost:6000/auth/login","urlObject":{"protocol":"http","port":"6000","path":["auth","login"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"4e758349-ed08-4007-93fd-87500e52f708","name":"LoginUser Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"email","value":"test@mail.com","type":"text"},{"key":"password","value":"12345678","type":"text"}]},"url":"http://localhost:6000/auth/login"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"240"},{"key":"ETag","value":"W/\"f0-FbTsvInCBR/PEE4ACT8SNS427C4\""},{"key":"Date","value":"Fri, 25 Dec 2020 16:47:43 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"Login Success\",\n    \"data\": {\n        \"email\": \"test@mail.com\",\n        \"auth\": {\n            \"token\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZF91c2VyIjoxNywiaWF0IjoxNjA4OTE0ODYzLCJleHAiOjE2MDkwMDEyNjN9.PF4TTcgJFmjvXsNwKJYDWA-1fEmY5GEu-a7fbNrmW6Y\"\n        }\n    }\n}"},{"id":"7d1fefb7-7f7b-4743-a644-87a147d3198b","name":"LoginUser Failed (User Not Found)","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"email","value":"tehst@mail.com","type":"text"},{"key":"password","value":"12345678","type":"text"}]},"url":"http://localhost:6000/auth/login"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"67"},{"key":"ETag","value":"W/\"43-P7s/pX36YcbwjkcUfRBUPgHX5E4\""},{"key":"Date","value":"Fri, 25 Dec 2020 16:48:29 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"message\": \"Login Failed\",\n    \"error\": \"User Not Found\"\n}"},{"id":"c2a505ad-ec79-4028-a2fb-eacac03cfac4","name":"LoginUser Failed (Wrong Password)","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"email","value":"test@mail.com","type":"text"},{"key":"password","value":"123456789","type":"text"}]},"url":"http://localhost:6000/auth/login"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"67"},{"key":"ETag","value":"W/\"43-vh4qiPeOdFUphXWF32aOe76TTys\""},{"key":"Date","value":"Fri, 25 Dec 2020 16:48:01 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"message\": \"Login Failed\",\n    \"error\": \"Wrong Password\"\n}"},{"id":"ecaa7b68-171b-4c4a-8d31-dd12a617ad15","name":"LoginUser Failed (Password Not Empty)","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"email","value":"test@mail.com","type":"text"},{"key":"password","value":"12345678","type":"text","disabled":true}]},"url":"http://localhost:6000/auth/login"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"63"},{"key":"ETag","value":"W/\"3f-pOkhtXokLlYUe1KOA7wLHKWjTQM\""},{"key":"Date","value":"Fri, 25 Dec 2020 16:49:22 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"message\": \"Login Failed\",\n    \"error\": \"Hash Error\"\n}"}],"_postman_id":"880f3943-8b9c-4b7a-8a9b-b75d8b584ca9"},{"name":"Send OTP","id":"55cc64e0-2b14-4441-a05a-3d2f0f19b856","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"otp","value":"","type":"text"}]},"url":"http://localhost:6000/auth/otp","urlObject":{"protocol":"http","port":"6000","path":["auth","otp"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"2bab8820-938f-49ec-8734-78e98014db33","name":"Send OTP Failed (Wrong OTP)","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"otp","value":"44276","type":"text"}]},"url":"http://localhost:6000/auth/otp"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"65"},{"key":"ETag","value":"W/\"41-zvO4HK0ZkRCod7jW5mqMJKWQecw\""},{"key":"Date","value":"Mon, 28 Dec 2020 21:16:27 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"message\": \"Error Input OTP\",\n    \"error\": \"Wrong OTP\"\n}"},{"id":"fbf7b122-67e0-4657-8392-aa1ab85b36db","name":"Send OTP Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"otp","value":"","type":"text"}]},"url":"http://localhost:6000/auth/otp"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"70"},{"key":"ETag","value":"W/\"46-PaUkFtbsiAGN69b3GDbljnlJ8A8\""},{"key":"Date","value":"Mon, 28 Dec 2020 21:15:58 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"Success Input OTP\",\n    \"data\": [\n        {\n            \"otp\": 442765\n        }\n    ]\n}"}],"_postman_id":"55cc64e0-2b14-4441-a05a-3d2f0f19b856"},{"name":"Forgot Password","id":"b6058b2f-7dea-4115-b02f-613592f13fd5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"email","value":"","type":"text"},{"key":"","value":"","type":"text","disabled":true}]},"url":"http://localhost:6000/auth/forgot","urlObject":{"protocol":"http","port":"6000","path":["auth","forgot"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"6e862319-1cf2-4372-9383-af9564181040","name":"Forgot Password Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"email","value":"","type":"text"},{"key":"","value":"","type":"text","disabled":true}]},"url":"http://localhost:6000/auth/forgot"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"66"},{"key":"ETag","value":"W/\"42-OFjQmY+cPN5BKmDmI1/os0ar7XU\""},{"key":"Date","value":"Mon, 28 Dec 2020 21:12:52 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"Successfully Send Link Reset Password\"\n}"},{"id":"97a32009-1cde-4c3b-be31-1a766d6c82a2","name":"Forgot Password Failed (Email Not Found)","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"email","value":"","type":"text"},{"key":"","value":"","type":"text","disabled":true}]},"url":"http://localhost:6000/auth/forgot"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"86"},{"key":"ETag","value":"W/\"56-bCdfYqEYhmTBMg4FofpR3opxhKQ\""},{"key":"Date","value":"Mon, 28 Dec 2020 21:14:34 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"message\": \"Error Send Link Reset Password\",\n    \"error\": \"Email Not Found\"\n}"}],"_postman_id":"b6058b2f-7dea-4115-b02f-613592f13fd5"},{"name":"Input New Password","id":"adeb9f93-0d63-4238-a53d-8c3b266bb6c9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"email","value":"","type":"text"},{"key":"password","value":"","type":"text"}]},"url":"http://localhost:6000/auth/reset","urlObject":{"protocol":"http","port":"6000","path":["auth","reset"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"2c31351d-eb02-46b9-86b2-0203a2c2e95f","name":"Input New Password Success","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"email","value":"shohib.yoona@gmail.com","type":"text"},{"key":"password","value":"123456","type":"text"}]},"url":"http://localhost:6000/auth/reset"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"69"},{"key":"ETag","value":"W/\"45-8IGSqb2bjIkXNYAd71/ctQgiNOA\""},{"key":"Date","value":"Mon, 28 Dec 2020 21:17:55 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"Success Change Password\",\n    \"data\": \"Success\"\n}"},{"id":"6541b754-0196-41f2-a9d7-d3f3a8c711b3","name":"Input New Password Failed (user not found)","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"email","value":"shohib.yoona@gmail.co","type":"text"},{"key":"password","value":"123456","type":"text"}]},"url":"http://localhost:6000/auth/reset"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"77"},{"key":"ETag","value":"W/\"4d-X38Y/vFILGhtuSn+BqxCBnVKwnA\""},{"key":"Date","value":"Mon, 28 Dec 2020 21:18:23 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"message\": \"Failed Change Password\",\n    \"error\": \"User Not Found\"\n}"}],"_postman_id":"adeb9f93-0d63-4238-a53d-8c3b266bb6c9"}],"id":"92ccf567-0488-4f99-9e60-89387f9e209b","description":"<p>Di koleksi ini akan ada beberapa endpoint untuk Otentikasi dan Otorisasi User</p>\n","_postman_id":"92ccf567-0488-4f99-9e60-89387f9e209b"},{"name":"Recipe","item":[{"name":"GetAllRecipes","id":"b00c9dd4-d45d-428e-9403-8ca96c6923de","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:6000/recipe/new","description":"<p>Pada Get All Recipes ini, dapat mengambil data semua Recipes.</p>\n","urlObject":{"protocol":"http","port":"6000","path":["recipe","new"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"2426d7b4-5466-42e7-8b26-d4f5ab589f09","name":"GetAllRecipes Success by New Recipe","originalRequest":{"method":"GET","header":[],"url":"http://localhost:6000/recipe/new"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"4744"},{"key":"ETag","value":"W/\"1288-phSQYaBOVY2JISLRdlT5nXDextw\""},{"key":"Date","value":"Fri, 25 Dec 2020 17:25:48 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id_recipe\": 40,\n        \"recipe_name\": \"Testing Pudding Cocopandan\",\n        \"recipe_img\": \"[\\\"http://localhost:6000/images/image-1608908803754.jpg \\\"]\"\n    },\n    {\n        \"id_recipe\": 39,\n        \"recipe_name\": \"Testing Pudding Cocopandan\",\n        \"recipe_img\": \"[\\\"http://localhost:6000/images/image-1608908606629.jpg \\\"]\"\n    },\n    {\n        \"id_recipe\": 38,\n        \"recipe_name\": \"Testing Pudding Cocopandan\",\n        \"recipe_img\": \"[\\\"http://localhost:6000/images/video-1608908317721.mkv \\\"]\"\n    },\n    {\n        \"id_recipe\": 37,\n        \"recipe_name\": \"Testing Pudding Cocopandan\",\n        \"recipe_img\": \"[\\\"http://localhost:6000/images/video-1608908164776.mkv \\\"]\"\n    },\n    {\n        \"id_recipe\": 36,\n        \"recipe_name\": \"Testing Pudding Cocopandan\",\n        \"recipe_img\": \"[\\\"http://localhost:6000/images/video-1608907550181.mkv \\\"]\"\n    },\n    {\n        \"id_recipe\": 35,\n        \"recipe_name\": \"Testing Pudding Cocopandan\",\n        \"recipe_img\": \"[\\\"http://localhost:6000/images/video-1608907499815.mkv \\\"]\"\n    },\n    {\n        \"id_recipe\": 34,\n        \"recipe_name\": \"Testing Pudding Cocopandan\",\n        \"recipe_img\": \"[\\\"http://localhost:6000/images/video-1608907451114.mkv \\\"]\"\n    },\n    {\n        \"id_recipe\": 33,\n        \"recipe_name\": \"Testing Pudding Cocopandan\",\n        \"recipe_img\": \"[\\\"http://localhost:6000/images/video-1608907293994.mkv \\\"]\"\n    },\n    {\n        \"id_recipe\": 32,\n        \"recipe_name\": \"Testing Pudding Cocopandan\",\n        \"recipe_img\": \"[\\\"http://localhost:6000/images/video-1608907174997.mkv \\\"]\"\n    },\n    {\n        \"id_recipe\": 31,\n        \"recipe_name\": \"Testing Pudding Cocopandan\",\n        \"recipe_img\": \"[\\\"http://localhost:6000/images/1608906365117-images.mkv \\\"]\"\n    },\n    {\n        \"id_recipe\": 30,\n        \"recipe_name\": \"Testing Pudding Cocopandan\",\n        \"recipe_img\": \"[\\\"http://localhost:6000/images/1608906293161-images.jpg \\\"]\"\n    },\n    {\n        \"id_recipe\": 29,\n        \"recipe_name\": \"Testing Pudding Cocopandan\",\n        \"recipe_img\": \"[\\\"http://localhost:6000/images/1608874295953-images.jpg \\\"]\"\n    },\n    {\n        \"id_recipe\": 28,\n        \"recipe_name\": \"Pudding Cocopandan\",\n        \"recipe_img\": \"[\\\"http://localhost:6000/images/1608814254938-images.jpg \\\"]\"\n    },\n    {\n        \"id_recipe\": 27,\n        \"recipe_name\": \"Pudding Cocopandan\",\n        \"recipe_img\": \"[\\\"http://localhost:6000/images/1608811428456-images.jpg \\\"]\"\n    },\n    {\n        \"id_recipe\": 26,\n        \"recipe_name\": \"Kue Basah - Bolu Kukus Semangka\",\n        \"recipe_img\": \"[\\\"http://localhost:6000/images/1608809693395-images.jpg \\\"]\"\n    },\n    {\n        \"id_recipe\": 25,\n        \"recipe_name\": \"Kue Basah - Bolu Kukus Semangka\",\n        \"recipe_img\": \"[\\\"http://localhost:6000/images/1608809675808-images.jpg \\\"]\"\n    },\n    {\n        \"id_recipe\": 24,\n        \"recipe_name\": \"Kue Basah - Bolu Kukus Semangka\",\n        \"recipe_img\": \"[\\\"http://localhost:6000/images/1608809498878-images.jpg \\\"]\"\n    },\n    {\n        \"id_recipe\": 23,\n        \"recipe_name\": \"Kue Basah - Kue Lumpur\",\n        \"recipe_img\": \"[\\\"http://localhost:6000/images/1608809282714-images.jpg \\\"]\"\n    },\n    {\n        \"id_recipe\": 22,\n        \"recipe_name\": \"Kue Basah Onde - onde\",\n        \"recipe_img\": \"[\\\"http://localhost:6000/images/1608807853169-images.jpg \\\"]\"\n    },\n    {\n        \"id_recipe\": 21,\n        \"recipe_name\": \"Kue Basah dadar Gulung Coklat Isi Durian\",\n        \"recipe_img\": \"[\\\"http://localhost:6000/images/1608807517461-images.jpg \\\"]\"\n    },\n    {\n        \"id_recipe\": 20,\n        \"recipe_name\": \"Kue Kering Nastar Keju\",\n        \"recipe_img\": \"[\\\"http://localhost:6000/images/1608737311994-images.jpg \\\"]\"\n    },\n    {\n        \"id_recipe\": 19,\n        \"recipe_name\": \"Kue Kering Semprit Susu\",\n        \"recipe_img\": \"[\\\"http://localhost:6000/images/1608736664359-images.jpg \\\"]\"\n    },\n    {\n        \"id_recipe\": 18,\n        \"recipe_name\": \"Kue Kering Semprit Keju\",\n        \"recipe_img\": \"[\\\"http://localhost:6000/images/1608736513799-images.jpg \\\"]\"\n    },\n    {\n        \"id_recipe\": 17,\n        \"recipe_name\": \"Hamburger Big mac\",\n        \"recipe_img\": \"[\\\"http://localhost:6000/images/1608817455170-images.jpg \\\"]\"\n    },\n    {\n        \"id_recipe\": 16,\n        \"recipe_name\": \"Donat Kocok\",\n        \"recipe_img\": \"[\\\"http://localhost:6000/images/1608734324447-images.jpg \\\"]\"\n    },\n    {\n        \"id_recipe\": 15,\n        \"recipe_name\": \"Donat Kocok\",\n        \"recipe_img\": \"[\\\"http://localhost:6000/images/1608696246953-images.jpg \\\"]\"\n    },\n    {\n        \"id_recipe\": 14,\n        \"recipe_name\": \"Donat Kocok\",\n        \"recipe_img\": \"[\\\"http://localhost:6000/images/1608696159084-images.jpg \\\",\\\"http://localhost:6000/images/1608696159091-images.jpg \\\"]\"\n    },\n    {\n        \"id_recipe\": 13,\n        \"recipe_name\": \"TESTING Nasi Ponggoll\",\n        \"recipe_img\": \"[\\\"http://localhost:6000/images/1608882047316-images.mkv \\\"]\"\n    },\n    {\n        \"id_recipe\": 12,\n        \"recipe_name\": \"Donat Kocok\",\n        \"recipe_img\": \"[\\\"http://localhost:6000/images/1608572046571-images.jpg \\\",\\\"http://localhost:6000/images/1608572046579-images.jpg \\\",\\\"http://localhost:6000/images/1608572046584-images.jpg \\\"]\"\n    },\n    {\n        \"id_recipe\": 11,\n        \"recipe_name\": \"Donat Kocok\",\n        \"recipe_img\": \"[\\\"http://localhost:6000/images/1608572010187-images.jpg \\\",\\\"http://localhost:6000/images/1608572010214-images.jpg \\\",\\\"http://localhost:6000/images/1608572010224-images.jpg \\\"]\"\n    },\n    {\n        \"id_recipe\": 10,\n        \"recipe_name\": \"somaydsdf\",\n        \"recipe_img\": \"[\\\"http://localhost:6000/images/1608558329231-images.jpg \\\",\\\"http://localhost:6000/images/1608558329245-images.png \\\"]\"\n    },\n    {\n        \"id_recipe\": 9,\n        \"recipe_name\": \"lontoong\",\n        \"recipe_img\": \"[\\\"http://localhost:6000/images/1608576817860-images.png \\\"]\"\n    },\n    {\n        \"id_recipe\": 8,\n        \"recipe_name\": \"somaydsdf\",\n        \"recipe_img\": \"[\\\"http://localhost:6000/images/1608557286086-images.jpg \\\",\\\"http://localhost:6000/images/1608557286109-images.png \\\"]\"\n    }\n]"},{"id":"5317b6cf-98f3-4336-8862-a8bfd71b02dd","name":"GetAllRecipes Success","originalRequest":{"method":"GET","header":[],"url":"http://localhost:6000/recipe"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"18531"},{"key":"ETag","value":"W/\"4863-3LbwOVhyr28D3hIzwhCxTddDhfY\""},{"key":"Date","value":"Fri, 25 Dec 2020 17:22:51 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"data\": [\n        {\n            \"id_recipe\": 8,\n            \"id_user\": 0,\n            \"recipe_name\": \"somaydsdf\",\n            \"recipe_img\": \"[\\\"http://localhost:6000/images/1608557286086-images.jpg \\\",\\\"http://localhost:6000/images/1608557286109-images.png \\\"]\",\n            \"recipe_video\": \"[\\\"http://localhost:6000/videos/1608557286116-videos.mkv \\\"]\",\n            \"recipe_ingredients\": \"\",\n            \"recipe_desc\": \"somay terenak\",\n            \"created_at\": \"2020-12-21T06:28:06.000Z\",\n            \"updated_at\": \"2020-12-21T13:28:08.000Z\"\n        },\n        {\n            \"id_recipe\": 9,\n            \"id_user\": 0,\n            \"recipe_name\": \"lontoong\",\n            \"recipe_img\": \"[\\\"http://localhost:6000/images/1608576817860-images.png \\\"]\",\n            \"recipe_video\": \"[\\\"http://localhost:6000/videos/1608576817876-videos.pdf \\\"]\",\n            \"recipe_ingredients\": \"\",\n            \"recipe_desc\": \"lorem\",\n            \"created_at\": \"2020-12-21T06:29:25.000Z\",\n            \"updated_at\": \"2020-12-21T13:29:27.000Z\"\n        },\n        {\n            \"id_recipe\": 10,\n            \"id_user\": 0,\n            \"recipe_name\": \"somaydsdf\",\n            \"recipe_img\": \"[\\\"http://localhost:6000/images/1608558329231-images.jpg \\\",\\\"http://localhost:6000/images/1608558329245-images.png \\\"]\",\n            \"recipe_video\": \"[\\\"http://localhost:6000/videos/1608558329250-videos.mkv \\\"]\",\n            \"recipe_ingredients\": \"\",\n            \"recipe_desc\": \"somay terenak\",\n            \"created_at\": \"2020-12-21T06:45:31.000Z\",\n            \"updated_at\": \"2020-12-21T13:45:33.000Z\"\n        },\n        {\n            \"id_recipe\": 11,\n            \"id_user\": 0,\n            \"recipe_name\": \"Donat Kocok\",\n            \"recipe_img\": \"[\\\"http://localhost:6000/images/1608572010187-images.jpg \\\",\\\"http://localhost:6000/images/1608572010214-images.jpg \\\",\\\"http://localhost:6000/images/1608572010224-images.jpg \\\"]\",\n            \"recipe_video\": \"[\\\"http://localhost:6000/videos/1608572010229-videos.mkv \\\"]\",\n            \"recipe_ingredients\": \"\",\n            \"recipe_desc\": \"Kue donat kocok menarik dan bergizi vitamin X\",\n            \"created_at\": \"2020-12-21T10:33:32.000Z\",\n            \"updated_at\": \"2020-12-21T17:33:34.000Z\"\n        },\n        {\n            \"id_recipe\": 12,\n            \"id_user\": 0,\n            \"recipe_name\": \"Donat Kocok\",\n            \"recipe_img\": \"[\\\"http://localhost:6000/images/1608572046571-images.jpg \\\",\\\"http://localhost:6000/images/1608572046579-images.jpg \\\",\\\"http://localhost:6000/images/1608572046584-images.jpg \\\"]\",\n            \"recipe_video\": \"[\\\"http://localhost:6000/videos/1608572046586-videos.mkv \\\",\\\"http://localhost:6000/videos/1608572047733-videos.mkv \\\"]\",\n            \"recipe_ingredients\": \"\",\n            \"recipe_desc\": \"Kue donat kocok menarik dan bergizi vitamin X\",\n            \"created_at\": \"2020-12-21T10:34:11.000Z\",\n            \"updated_at\": \"2020-12-21T17:34:12.000Z\"\n        },\n        {\n            \"id_recipe\": 13,\n            \"id_user\": 0,\n            \"recipe_name\": \"TESTING Nasi Ponggoll\",\n            \"recipe_img\": \"[\\\"http://localhost:6000/images/1608882047316-images.mkv \\\"]\",\n            \"recipe_video\": \"[\\\"http://localhost:6000/videos/1608882054270-videos.mkv \\\"]\",\n            \"recipe_ingredients\": \"Nasi\",\n            \"recipe_desc\": \"Nasi Ponggol Khas Tegal\",\n            \"created_at\": \"2020-12-22T21:00:43.000Z\",\n            \"updated_at\": \"2020-12-23T04:00:44.000Z\"\n        },\n        {\n            \"id_recipe\": 14,\n            \"id_user\": 0,\n            \"recipe_name\": \"Donat Kocok\",\n            \"recipe_img\": \"[\\\"http://localhost:6000/images/1608696159084-images.jpg \\\",\\\"http://localhost:6000/images/1608696159091-images.jpg \\\"]\",\n            \"recipe_video\": \"[\\\"http://localhost:6000/videos/1608696159093-videos.mkv \\\"]\",\n            \"recipe_ingredients\": \"\",\n            \"recipe_desc\": \"Kue donat kocok menarik dan bergizi vitamin X\",\n            \"created_at\": \"2020-12-22T21:02:41.000Z\",\n            \"updated_at\": \"2020-12-23T04:02:42.000Z\"\n        },\n        {\n            \"id_recipe\": 15,\n            \"id_user\": 3,\n            \"recipe_name\": \"Donat Kocok\",\n            \"recipe_img\": \"[\\\"http://localhost:6000/images/1608696246953-images.jpg \\\"]\",\n            \"recipe_video\": \"[\\\"http://localhost:6000/videos/1608696247004-videos.jpg \\\"]\",\n            \"recipe_ingredients\": \"\",\n            \"recipe_desc\": \"Kue donat kocok menarik dan bergizi vitamin X\",\n            \"created_at\": \"2020-12-22T21:04:06.000Z\",\n            \"updated_at\": \"2020-12-23T04:04:07.000Z\"\n        },\n        {\n            \"id_recipe\": 16,\n            \"id_user\": 2,\n            \"recipe_name\": \"Donat Kocok\",\n            \"recipe_img\": \"[\\\"http://localhost:6000/images/1608734324447-images.jpg \\\"]\",\n            \"recipe_video\": \"[\\\"http://localhost:6000/videos/1608734324510-videos.mkv \\\",\\\"http://localhost:6000/videos/1608734325603-videos.mkv \\\"]\",\n            \"recipe_ingredients\": \"\",\n            \"recipe_desc\": \"Kue donat kocok menarik dan bergizi vitamin X\",\n            \"created_at\": \"2020-12-23T07:38:48.000Z\",\n            \"updated_at\": \"2020-12-23T14:38:50.000Z\"\n        },\n        {\n            \"id_recipe\": 17,\n            \"id_user\": 2,\n            \"recipe_name\": \"Hamburger Big mac\",\n            \"recipe_img\": \"[\\\"http://localhost:6000/images/1608817455170-images.jpg \\\"]\",\n            \"recipe_video\": \"[\\\"http://localhost:6000/videos/1608817455186-videos.mkv \\\"]\",\n            \"recipe_ingredients\": \"Bahan Roti edam\",\n            \"recipe_desc\": \"Hamburger dengan keju \",\n            \"created_at\": \"2020-12-23T07:43:47.000Z\",\n            \"updated_at\": \"2020-12-23T14:43:49.000Z\"\n        },\n        {\n            \"id_recipe\": 18,\n            \"id_user\": 1,\n            \"recipe_name\": \"Kue Kering Semprit Keju\",\n            \"recipe_img\": \"[\\\"http://localhost:6000/images/1608736513799-images.jpg \\\"]\",\n            \"recipe_video\": \"[\\\"http://localhost:6000/videos/1608736513947-videos.mkv \\\"]\",\n            \"recipe_ingredients\": \"150 gr Margarin  (boleh dicampur butter)\\n110gr Susu kental Manis2\\n50 gr Tepung Maizena  (boleh di ganti tepung sagu ) \",\n            \"recipe_desc\": \"Kue semprit adalah sejenis kue kering yang umumnya disajikan kala Lebaran. Kue ini dibuat dari mentega, telur, dan terigu yang dipanggang.\",\n            \"created_at\": \"2020-12-23T08:15:15.000Z\",\n            \"updated_at\": \"2020-12-23T15:15:17.000Z\"\n        },\n        {\n            \"id_recipe\": 19,\n            \"id_user\": 1,\n            \"recipe_name\": \"Kue Kering Semprit Susu\",\n            \"recipe_img\": \"[\\\"http://localhost:6000/images/1608736664359-images.jpg \\\"]\",\n            \"recipe_video\": \"[\\\"http://localhost:6000/videos/1608736664492-videos.mkv \\\",\\\"http://localhost:6000/videos/1608736666420-videos.mkv \\\"]\",\n            \"recipe_ingredients\": \"150 gr Margarin  (boleh dicampur butter)\\n110gr Susu kental Manis2\\n50 gr Tepung Maizena  (boleh di ganti tepung sagu ) \",\n            \"recipe_desc\": \"Kue semprit adalah sejenis kue kering yang umumnya disajikan kala Lebaran. Kue ini dibuat dari mentega, telur, dan terigu yang dipanggang.\",\n            \"created_at\": \"2020-12-23T08:17:46.000Z\",\n            \"updated_at\": \"2020-12-23T15:17:48.000Z\"\n        },\n        {\n            \"id_recipe\": 20,\n            \"id_user\": 3,\n            \"recipe_name\": \"Kue Kering Nastar Keju\",\n            \"recipe_img\": \"[\\\"http://localhost:6000/images/1608737311994-images.jpg \\\"]\",\n            \"recipe_video\": \"[\\\"http://localhost:6000/videos/1608737312137-videos.mkv \\\"]\",\n            \"recipe_ingredients\": \"200 gram margarine yang sudah dilelehkan\\nKeju parutan secukupnya untuk taburan\\n1 sendok makan tepung maizena\\n1 sendok makan susu bubuk\\n250 gram tepung terigu\\n100 gram keju cheddar\\n50 gram gula halus\\n3 butir telur ayam\",\n            \"recipe_desc\": \"Kue nastar yang dikenal sejak zaman Belanda ini memang dikenal memiliki rasa yang begitu mantap dan menggoda. Berasal dari kata Ananas/nanas dan Tart kue inikemudian menjadi langganan bag mereka yang sedang merayakan moemn hari raya atau hari besar keagamaan.\",\n            \"created_at\": \"2020-12-23T08:28:32.000Z\",\n            \"updated_at\": \"2020-12-23T15:28:34.000Z\"\n        },\n        {\n            \"id_recipe\": 21,\n            \"id_user\": 9,\n            \"recipe_name\": \"Kue Basah dadar Gulung Coklat Isi Durian\",\n            \"recipe_img\": \"[\\\"http://localhost:6000/images/1608807517461-images.jpg \\\"]\",\n            \"recipe_video\": \"[\\\"http://localhost:6000/videos/1608807517616-videos.mkv \\\"]\",\n            \"recipe_ingredients\": \"Bahan isian:\\n2 buah kuning telur\\n250ml susu cair\\n50gr gula pasir\\n2sdm munjung daging durian\\n1/2sdt garam\\n1sdm tep custard\\n1,5sdm tep maizena\\n1/2sdt vanilla paste\\n\\nBahan kulit:\\n1 butir telur\\n450ml susu cair\\n1sdm minyak sayur\\n200gr tep terigu\\n1sdm tep kanji\\n10gr coklat bubuk\\n1/2sdt garam\",\n            \"recipe_desc\": \"Dadar gulung coklat berisi vla rasa durian\",\n            \"created_at\": \"2020-12-24T03:58:38.000Z\",\n            \"updated_at\": \"2020-12-24T10:58:39.000Z\"\n        },\n        {\n            \"id_recipe\": 22,\n            \"id_user\": 3,\n            \"recipe_name\": \"Kue Basah Onde - onde\",\n            \"recipe_img\": \"[\\\"http://localhost:6000/images/1608807853169-images.jpg \\\"]\",\n            \"recipe_video\": \"[\\\"http://localhost:6000/videos/1608807853267-videos.mkv \\\"]\",\n            \"recipe_ingredients\": \"Bahan isi:\\n- 150 gr kacang hijau kupas, direndam selama 1 jam\\n- 100 gr gula pasir\\n- 2 lembar daun pandan, diikat simpul\\n- 1/2 sdt garam\\n- 200 ml santan dari 1/2 butir kelapa\\n\\nBahan kulit:\\n- 250 gr tepung ketan putih\\n- 1/2 sdt grm\\n- 50 gr kentang kukus, dihaluskan\\n- 75 gr gula pasir halus\\n- 160 ml air hangat\\n- 125 gr wijen untuk pelapis\\n- Minyak untuk menggoreng\",\n            \"recipe_desc\": \"Onde-onde merupakan makanan yang sudah tidak asing lagi. Rasanya yang enak, tentunya banyak disukai orang. Kamu bisa membuatnya sendiri di rumah.\",\n            \"created_at\": \"2020-12-24T04:04:14.000Z\",\n            \"updated_at\": \"2020-12-24T11:04:14.000Z\"\n        },\n        {\n            \"id_recipe\": 23,\n            \"id_user\": 9,\n            \"recipe_name\": \"Kue Basah - Kue Lumpur\",\n            \"recipe_img\": \"[\\\"http://localhost:6000/images/1608809282714-images.jpg \\\"]\",\n            \"recipe_video\": \"[\\\"http://localhost:6000/videos/1608809282825-videos.mkv \\\"]\",\n            \"recipe_ingredients\": \"Bahan isi:\\n- 150 gr kacang hijau kupas, direndam selama 1 jam\\n- 100 gr gula pasir\\n- 2 lembar daun pandan, diikat simpul\\n- 1/2 sdt garam\\n- 200 ml santan dari 1/2 butir kelapa\\n\\nBahan kulit:\\n- 250 gr tepung ketan putih\\n- 1/2 sdt grm\\n- 50 gr kentang kukus, dihaluskan\\n- 75 gr gula pasir halus\\n- 160 ml air hangat\\n- 125 gr wijen untuk pelapis\\n- Minyak untuk menggoreng\",\n            \"recipe_desc\": \"Kue lumpur merupakan jenis kue yang sangat mudah dibuat, tanpa harus menggunakan oven\",\n            \"created_at\": \"2020-12-24T04:28:03.000Z\",\n            \"updated_at\": \"2020-12-24T11:28:04.000Z\"\n        },\n        {\n            \"id_recipe\": 24,\n            \"id_user\": 9,\n            \"recipe_name\": \"Kue Basah - Bolu Kukus Semangka\",\n            \"recipe_img\": \"[\\\"http://localhost:6000/images/1608809498878-images.jpg \\\"]\",\n            \"recipe_video\": \"[\\\"http://localhost:6000/videos/1608809498918-videos.mkv \\\"]\",\n            \"recipe_ingredients\": \"Bahan-bahan:\\n- 200 gr gula\\n- 200 gr tepung terigu\\n- 125 ml sprite\\n- 2 buah telur\\n- 1 sdt SP/emulsifier\\n- Meises secukupnya\\n- Pewarna merah tua dan hijau tua secukupnya\",\n            \"recipe_desc\": \"Bolu kukus semangka ini bisa jadi takjil favorit di rumah nih\",\n            \"created_at\": \"2020-12-24T04:31:39.000Z\",\n            \"updated_at\": \"2020-12-24T11:31:40.000Z\"\n        },\n        {\n            \"id_recipe\": 25,\n            \"id_user\": 9,\n            \"recipe_name\": \"Kue Basah - Bolu Kukus Semangka\",\n            \"recipe_img\": \"[\\\"http://localhost:6000/images/1608809675808-images.jpg \\\"]\",\n            \"recipe_video\": \"[\\\"http://localhost:6000/videos/1608809675926-videos.mkv \\\"]\",\n            \"recipe_ingredients\": \"Bahan-bahan:\\n- 200 gr gula\\n- 200 gr tepung terigu\\n- 125 ml sprite\\n- 2 buah telur\\n- 1 sdt SP/emulsifier\\n- Meises secukupnya\\n- Pewarna merah tua dan hijau tua secukupnya\",\n            \"recipe_desc\": \"Bolu kukus semangka ini bisa jadi takjil favorit di rumah nih\",\n            \"created_at\": \"2020-12-24T04:34:39.000Z\",\n            \"updated_at\": \"2020-12-24T11:34:40.000Z\"\n        },\n        {\n            \"id_recipe\": 26,\n            \"id_user\": 11,\n            \"recipe_name\": \"Kue Basah - Bolu Kukus Semangka\",\n            \"recipe_img\": \"[\\\"http://localhost:6000/images/1608809693395-images.jpg \\\"]\",\n            \"recipe_video\": \"[\\\"http://localhost:6000/videos/1608809693536-videos.mkv \\\"]\",\n            \"recipe_ingredients\": \"Bahan-bahan:\\n- 200 gr gula\\n- 200 gr tepung terigu\\n- 125 ml sprite\\n- 2 buah telur\\n- 1 sdt SP/emulsifier\\n- Meises secukupnya\\n- Pewarna merah tua dan hijau tua secukupnya\",\n            \"recipe_desc\": \"Bolu kukus semangka ini bisa jadi takjil favorit di rumah nih\",\n            \"created_at\": \"2020-12-24T04:34:56.000Z\",\n            \"updated_at\": \"2020-12-24T11:34:57.000Z\"\n        },\n        {\n            \"id_recipe\": 27,\n            \"id_user\": 11,\n            \"recipe_name\": \"Pudding Cocopandan\",\n            \"recipe_img\": \"[\\\"http://localhost:6000/images/1608811428456-images.jpg \\\"]\",\n            \"recipe_video\": \"[\\\"http://localhost:6000/videos/1608811428535-videos.mkv \\\"]\",\n            \"recipe_ingredients\": \"Bahan cocopandan:\\n- 4 g agar2 bubuk plain\\n- 150 g sirup cocopandan\\n- 300 ml air\\n- 1 sdm selasih, rendam air panas. Tiriskan\",\n            \"recipe_desc\": \"Puding cocopandan bakal jadi menu berbuka yang pas ini, dehidrasi akan terobati dengan puding ini.\",\n            \"created_at\": \"2020-12-24T05:03:55.000Z\",\n            \"updated_at\": \"2020-12-24T12:03:56.000Z\"\n        },\n        {\n            \"id_recipe\": 28,\n            \"id_user\": 3,\n            \"recipe_name\": \"Pudding Cocopandan\",\n            \"recipe_img\": \"[\\\"http://localhost:6000/images/1608814254938-images.jpg \\\"]\",\n            \"recipe_video\": \"[\\\"http://localhost:6000/videos/1608814255147-videos.mkv \\\"]\",\n            \"recipe_ingredients\": \"Bahan cocopandan:\\n- 4 g agar2 bubuk plain\\n- 150 g sirup cocopandan\\n- 300 ml air\\n- 1 sdm selasih, rendam air panas. Tiriskan\",\n            \"recipe_desc\": \"Puding cocopandan bakal jadi menu berbuka yang pas ini, dehidrasi akan terobati dengan puding ini.\",\n            \"created_at\": \"2020-12-24T05:51:02.000Z\",\n            \"updated_at\": \"2020-12-24T12:51:03.000Z\"\n        },\n        {\n            \"id_recipe\": 29,\n            \"id_user\": 9,\n            \"recipe_name\": \"Testing Pudding Cocopandan\",\n            \"recipe_img\": \"[\\\"http://localhost:6000/images/1608874295953-images.jpg \\\"]\",\n            \"recipe_video\": \"[\\\"http://localhost:6000/videos/1608874295972-videos.mkv \\\",\\\"http://localhost:6000/videos/1608874303282-videos.mkv \\\",\\\"http://localhost:6000/videos/1608874307824-videos.mkv \\\"]\",\n            \"recipe_ingredients\": \"Bahan cocopandan:\\n- 4 g agar2 bubuk plain\\n- 150 g sirup cocopandan\\n- 300 ml air\\n- 1 sdm selasih, rendam air panas. Tiriskan\",\n            \"recipe_desc\": \"Puding cocopandan bakal jadi menu berbuka yang pas ini, dehidrasi akan terobati dengan puding ini.\",\n            \"created_at\": \"2020-12-24T22:31:47.000Z\",\n            \"updated_at\": \"2020-12-25T05:31:49.000Z\"\n        },\n        {\n            \"id_recipe\": 30,\n            \"id_user\": 10,\n            \"recipe_name\": \"Testing Pudding Cocopandan\",\n            \"recipe_img\": \"[\\\"http://localhost:6000/images/1608906293161-images.jpg \\\"]\",\n            \"recipe_video\": \"[\\\"http://localhost:6000/videos/1608906293167-videos.mkv \\\"]\",\n            \"recipe_ingredients\": \"Bahan cocopandan:\\n- 4 g agar2 bubuk plain\\n- 150 g sirup cocopandan\\n- 300 ml air\\n- 1 sdm selasih, rendam air panas. Tiriskan\",\n            \"recipe_desc\": \"Puding cocopandan bakal jadi menu berbuka yang pas ini, dehidrasi akan terobati dengan puding ini.\",\n            \"created_at\": \"2020-12-25T07:24:54.000Z\",\n            \"updated_at\": \"2020-12-25T14:24:54.000Z\"\n        },\n        {\n            \"id_recipe\": 31,\n            \"id_user\": 10,\n            \"recipe_name\": \"Testing Pudding Cocopandan\",\n            \"recipe_img\": \"[\\\"http://localhost:6000/images/1608906365117-images.mkv \\\"]\",\n            \"recipe_video\": \"[\\\"http://localhost:6000/videos/1608906367676-videos.mkv \\\"]\",\n            \"recipe_ingredients\": \"Bahan cocopandan:\\n- 4 g agar2 bubuk plain\\n- 150 g sirup cocopandan\\n- 300 ml air\\n- 1 sdm selasih, rendam air panas. Tiriskan\",\n            \"recipe_desc\": \"Puding cocopandan bakal jadi menu berbuka yang pas ini, dehidrasi akan terobati dengan puding ini.\",\n            \"created_at\": \"2020-12-25T07:26:08.000Z\",\n            \"updated_at\": \"2020-12-25T14:26:09.000Z\"\n        },\n        {\n            \"id_recipe\": 32,\n            \"id_user\": 10,\n            \"recipe_name\": \"Testing Pudding Cocopandan\",\n            \"recipe_img\": \"[\\\"http://localhost:6000/images/video-1608907174997.mkv \\\"]\",\n            \"recipe_video\": \"[\\\"http://localhost:6000/videos/video-1608907177804.mkv \\\"]\",\n            \"recipe_ingredients\": \"Bahan cocopandan:\\n- 4 g agar2 bubuk plain\\n- 150 g sirup cocopandan\\n- 300 ml air\\n- 1 sdm selasih, rendam air panas. Tiriskan\",\n            \"recipe_desc\": \"Puding cocopandan bakal jadi menu berbuka yang pas ini, dehidrasi akan terobati dengan puding ini.\",\n            \"created_at\": \"2020-12-25T07:39:39.000Z\",\n            \"updated_at\": \"2020-12-25T14:39:39.000Z\"\n        },\n        {\n            \"id_recipe\": 33,\n            \"id_user\": 10,\n            \"recipe_name\": \"Testing Pudding Cocopandan\",\n            \"recipe_img\": \"[\\\"http://localhost:6000/images/video-1608907293994.mkv \\\"]\",\n            \"recipe_video\": \"[\\\"http://localhost:6000/videos/video-1608907296571.mkv \\\"]\",\n            \"recipe_ingredients\": \"Bahan cocopandan:\\n- 4 g agar2 bubuk plain\\n- 150 g sirup cocopandan\\n- 300 ml air\\n- 1 sdm selasih, rendam air panas. Tiriskan\",\n            \"recipe_desc\": \"Puding cocopandan bakal jadi menu berbuka yang pas ini, dehidrasi akan terobati dengan puding ini.\",\n            \"created_at\": \"2020-12-25T07:41:38.000Z\",\n            \"updated_at\": \"2020-12-25T14:41:38.000Z\"\n        },\n        {\n            \"id_recipe\": 34,\n            \"id_user\": 10,\n            \"recipe_name\": \"Testing Pudding Cocopandan\",\n            \"recipe_img\": \"[\\\"http://localhost:6000/images/video-1608907451114.mkv \\\"]\",\n            \"recipe_video\": \"[\\\"http://localhost:6000/videos/video-1608907453622.mkv \\\"]\",\n            \"recipe_ingredients\": \"Bahan cocopandan:\\n- 4 g agar2 bubuk plain\\n- 150 g sirup cocopandan\\n- 300 ml air\\n- 1 sdm selasih, rendam air panas. Tiriskan\",\n            \"recipe_desc\": \"Puding cocopandan bakal jadi menu berbuka yang pas ini, dehidrasi akan terobati dengan puding ini.\",\n            \"created_at\": \"2020-12-25T07:44:15.000Z\",\n            \"updated_at\": \"2020-12-25T14:44:15.000Z\"\n        },\n        {\n            \"id_recipe\": 35,\n            \"id_user\": 10,\n            \"recipe_name\": \"Testing Pudding Cocopandan\",\n            \"recipe_img\": \"[\\\"http://localhost:6000/images/video-1608907499815.mkv \\\"]\",\n            \"recipe_video\": \"[\\\"http://localhost:6000/videos/video-1608907502602.mkv \\\"]\",\n            \"recipe_ingredients\": \"Bahan cocopandan:\\n- 4 g agar2 bubuk plain\\n- 150 g sirup cocopandan\\n- 300 ml air\\n- 1 sdm selasih, rendam air panas. Tiriskan\",\n            \"recipe_desc\": \"Puding cocopandan bakal jadi menu berbuka yang pas ini, dehidrasi akan terobati dengan puding ini.\",\n            \"created_at\": \"2020-12-25T07:45:03.000Z\",\n            \"updated_at\": \"2020-12-25T14:45:04.000Z\"\n        },\n        {\n            \"id_recipe\": 36,\n            \"id_user\": 10,\n            \"recipe_name\": \"Testing Pudding Cocopandan\",\n            \"recipe_img\": \"[\\\"http://localhost:6000/images/video-1608907550181.mkv \\\"]\",\n            \"recipe_video\": \"[\\\"http://localhost:6000/videos/video-1608907553214.mkv \\\"]\",\n            \"recipe_ingredients\": \"Bahan cocopandan:\\n- 4 g agar2 bubuk plain\\n- 150 g sirup cocopandan\\n- 300 ml air\\n- 1 sdm selasih, rendam air panas. Tiriskan\",\n            \"recipe_desc\": \"Puding cocopandan bakal jadi menu berbuka yang pas ini, dehidrasi akan terobati dengan puding ini.\",\n            \"created_at\": \"2020-12-25T07:45:54.000Z\",\n            \"updated_at\": \"2020-12-25T14:45:54.000Z\"\n        },\n        {\n            \"id_recipe\": 37,\n            \"id_user\": 10,\n            \"recipe_name\": \"Testing Pudding Cocopandan\",\n            \"recipe_img\": \"[\\\"http://localhost:6000/images/video-1608908164776.mkv \\\"]\",\n            \"recipe_video\": \"[\\\"http://localhost:6000/videos/video-1608908167601.mkv \\\"]\",\n            \"recipe_ingredients\": \"Bahan cocopandan:\\n- 4 g agar2 bubuk plain\\n- 150 g sirup cocopandan\\n- 300 ml air\\n- 1 sdm selasih, rendam air panas. Tiriskan\",\n            \"recipe_desc\": \"Puding cocopandan bakal jadi menu berbuka yang pas ini, dehidrasi akan terobati dengan puding ini.\",\n            \"created_at\": \"2020-12-25T07:56:09.000Z\",\n            \"updated_at\": \"2020-12-25T14:56:09.000Z\"\n        },\n        {\n            \"id_recipe\": 38,\n            \"id_user\": 10,\n            \"recipe_name\": \"Testing Pudding Cocopandan\",\n            \"recipe_img\": \"[\\\"http://localhost:6000/images/video-1608908317721.mkv \\\"]\",\n            \"recipe_video\": \"[\\\"http://localhost:6000/videos/video-1608908320669.mkv \\\"]\",\n            \"recipe_ingredients\": \"Bahan cocopandan:\\n- 4 g agar2 bubuk plain\\n- 150 g sirup cocopandan\\n- 300 ml air\\n- 1 sdm selasih, rendam air panas. Tiriskan\",\n            \"recipe_desc\": \"Puding cocopandan bakal jadi menu berbuka yang pas ini, dehidrasi akan terobati dengan puding ini.\",\n            \"created_at\": \"2020-12-25T07:58:42.000Z\",\n            \"updated_at\": \"2020-12-25T14:58:42.000Z\"\n        },\n        {\n            \"id_recipe\": 39,\n            \"id_user\": 10,\n            \"recipe_name\": \"Testing Pudding Cocopandan\",\n            \"recipe_img\": \"[\\\"http://localhost:6000/images/image-1608908606629.jpg \\\"]\",\n            \"recipe_video\": \"[\\\"http://localhost:6000/videos/video-1608908606638.mkv \\\"]\",\n            \"recipe_ingredients\": \"Bahan cocopandan:\\n- 4 g agar2 bubuk plain\\n- 150 g sirup cocopandan\\n- 300 ml air\\n- 1 sdm selasih, rendam air panas. Tiriskan\",\n            \"recipe_desc\": \"Puding cocopandan bakal jadi menu berbuka yang pas ini, dehidrasi akan terobati dengan puding ini.\",\n            \"created_at\": \"2020-12-25T08:03:28.000Z\",\n            \"updated_at\": \"2020-12-25T15:03:28.000Z\"\n        },\n        {\n            \"id_recipe\": 40,\n            \"id_user\": 10,\n            \"recipe_name\": \"Testing Pudding Cocopandan\",\n            \"recipe_img\": \"[\\\"http://localhost:6000/images/image-1608908803754.jpg \\\"]\",\n            \"recipe_video\": \"[\\\"http://localhost:6000/videos/video-1608908803757.mkv \\\"]\",\n            \"recipe_ingredients\": \"Bahan cocopandan:\\n- 4 g agar2 bubuk plain\\n- 150 g sirup cocopandan\\n- 300 ml air\\n- 1 sdm selasih, rendam air panas. Tiriskan\",\n            \"recipe_desc\": \"Puding cocopandan bakal jadi menu berbuka yang pas ini, dehidrasi akan terobati dengan puding ini.\",\n            \"created_at\": \"2020-12-25T08:06:46.000Z\",\n            \"updated_at\": \"2020-12-25T15:06:46.000Z\"\n        }\n    ]\n}"},{"id":"d5cd8fe9-1bb7-491e-a9ca-686e4fb55018","name":"GetAllRecipes Success by Popular","originalRequest":{"method":"GET","header":[],"url":"http://localhost:6000/recipe/popular"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"413"},{"key":"ETag","value":"W/\"19d-sRy7edcb9y0EDjG7gFeHEzSLeho\""},{"key":"Date","value":"Fri, 25 Dec 2020 17:25:17 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id_recipe\": 18,\n        \"recipe_name\": \"Kue Kering Semprit Keju\",\n        \"count_likes\": 7\n    },\n    {\n        \"id_recipe\": 19,\n        \"recipe_name\": \"Kue Kering Semprit Susu\",\n        \"count_likes\": 5\n    },\n    {\n        \"id_recipe\": 11,\n        \"recipe_name\": \"Donat Kocok\",\n        \"count_likes\": 0\n    },\n    {\n        \"id_recipe\": 27,\n        \"recipe_name\": \"Pudding Cocopandan\",\n        \"count_likes\": 0\n    },\n    {\n        \"id_recipe\": 35,\n        \"recipe_name\": \"Testing Pudding Cocopandan\",\n        \"count_likes\": 0\n    },\n    {\n        \"id_recipe\": 12,\n        \"recipe_name\": \"Donat Kocok\",\n        \"count_likes\": 0\n    }\n]"}],"_postman_id":"b00c9dd4-d45d-428e-9403-8ca96c6923de"},{"name":"Post Add Recipe","id":"ad7c81b8-69b9-4991-86ff-046aae7fb2cf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-access-token","value":"Bearer (token)","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"recipe_name","value":"","type":"text"},{"key":"recipe_desc","value":"","type":"text"},{"key":"recipe_ingredients","value":"","type":"text"},{"key":"images","type":"file","value":null},{"key":"videos","type":"file","value":null}]},"url":"http://localhost:6000/recipe","description":"<p>Pada Post Add Recipe ini, dapat menambahkan Recipe baru.</p>\n","urlObject":{"protocol":"http","port":"6000","path":["recipe"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"073c0521-8fbe-47bf-8e1b-103e0c57fbb3","name":"Post Add Recipe Success","originalRequest":{"method":"POST","header":[{"key":"x-access-token","value":"Bearer (token)","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"recipe_name","value":"","type":"text"},{"key":"recipe_desc","value":"","type":"text"},{"key":"images","type":"file","value":null},{"key":"recipe_ingredients","value":"","type":"text"}]},"url":"http://localhost:6000/recipe"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"406"},{"key":"ETag","value":"W/\"196-gXG3Um3sJZuNLUY0ZRR1dPYwjos\""},{"key":"Date","value":"Fri, 25 Dec 2020 19:58:03 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"data\": {\n        \"msg\": \"Recipe has been added\",\n        \"data\": {\n            \"id\": 42,\n            \"recipe_name\": \"Testing Kue Bolu\",\n            \"recipe_desc\": \"Kue bolu ini terbuat dari tepung\",\n            \"recipe_ingredients\": \"Bahan bahan: Tepung Terigu\",\n            \"updated_at\": \"2020-12-25T19:58:02.741Z\",\n            \"id_user\": 9,\n            \"recipe_img\": \"[\\\"http://localhost:6000/images/image-1608926281082.png \\\"]\",\n            \"recipe_video\": \"[\\\"http://localhost:6000/videos/video-1608926281089.mp4 \\\"]\"\n        }\n    }\n}"},{"id":"0a8b4632-271f-41e5-bd92-78beee48f193","name":"Post Add Recipe Failed (Token Error)","originalRequest":{"method":"POST","header":[{"key":"x-access-token","value":"Bearer (token)","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"recipe_name","value":"","type":"text"},{"key":"recipe_desc","value":"","type":"text"},{"key":"recipe_ingredients","value":"","type":"text"},{"key":"images","type":"file","value":null}]},"url":"http://localhost:6000/recipe"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"72"},{"key":"ETag","value":"W/\"48-WmzER5xxKDjDek+1Te6SamLbuXc\""},{"key":"Date","value":"Fri, 25 Dec 2020 20:02:27 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"message\": \"Error occurred\",\n    \"error\": \"Check Token Error\"\n}"}],"_postman_id":"ad7c81b8-69b9-4991-86ff-046aae7fb2cf"},{"name":"Delete Recipe","id":"6751694f-9e58-4d69-a98f-e51b07fe8c84","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"x-access-token","value":"Bearer (token)","type":"text"}],"url":"http://localhost:6000/recipe/43","description":"<p>Pada Delete Recipe ini, dapat menghapus Recipe berdasarkan id Recipe.</p>\n","urlObject":{"protocol":"http","port":"6000","path":["recipe","43"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"807bc390-a0fe-42df-9a3e-f560b587b601","name":"Delete Recipe Failed(Recipe not found)","originalRequest":{"method":"DELETE","header":[{"key":"x-access-token","value":"Bearer (token)","type":"text"}],"url":"http://localhost:6000/recipe/41"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"26"},{"key":"ETag","value":"W/\"1a-IIVt1yPN1v/IVlYov5/g8Y8YKSU\""},{"key":"Date","value":"Fri, 25 Dec 2020 18:58:29 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"msg\": \"Recipe not found\"\n}"},{"id":"f8dba141-8d4a-4f04-b31d-09fc35fb987c","name":"Delete Recipe Success","originalRequest":{"method":"DELETE","header":[{"key":"x-access-token","value":"Bearer (token)","type":"text"}],"url":"http://localhost:6000/recipe/41"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"24"},{"key":"ETag","value":"W/\"18-BXXMMx2UBJJK1YdKCtRDjMu8PlA\""},{"key":"Date","value":"Fri, 25 Dec 2020 18:57:10 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"msg\": \"Recipe deleted\"\n}"}],"_postman_id":"6751694f-9e58-4d69-a98f-e51b07fe8c84"},{"name":"Patch Update Recipe","id":"6173d1f4-e1d7-4e35-a243-5285c9401a6c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"x-access-token","value":"Bearer (token)","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"recipe_name","value":"","type":"text"},{"key":"recipe_desc","value":"","type":"text"},{"key":"recipe_ingredients","value":"","type":"text"},{"key":"images","type":"file","value":null}]},"url":"http://localhost:6000/recipe/40","urlObject":{"protocol":"http","port":"6000","path":["recipe","40"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"2d1a7447-5fc6-4c2d-a485-467d8a7a1b36","name":"Patch Update Recipe Success","originalRequest":{"method":"PATCH","header":[{"key":"x-access-token","value":"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZF91c2VyIjo5LCJpYXQiOjE2MDg5MjIxNDEsImV4cCI6MTYwOTAwODU0MX0.44UocdVO4zqG7r4zCe4EK11sIUP7RyaU__xN3vE6Sow","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"recipe_name","value":"","type":"text","disabled":true},{"key":"recipe_desc","value":"","type":"text","disabled":true},{"key":"recipe_ingredients","value":"","type":"text","disabled":true},{"key":"images","type":"file","src":"/C:/Users/USER/Downloads/Ellipse 9.png"},{"key":"videos","type":"file","src":"/C:/Users/USER/Downloads/ANEKA PIE MINI (PIE BUAH _ COFFEE LATTE _ BLACKFOREST _ BANOFFEE) __ TARTLETS RECIPE.mp4"}]},"url":"http://localhost:6000/recipe/40"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"192"},{"key":"ETag","value":"W/\"c0-+H2W3h+JSxQRuL8z0W+qgU8nimw\""},{"key":"Date","value":"Fri, 25 Dec 2020 19:02:05 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"data\": {\n        \"id_recipe\": \"40\",\n        \"recipe_img\": \"[\\\"http://localhost:6000/images/image-1608922922167.png \\\"]\",\n        \"recipe_video\": \"[\\\"http://localhost:6000/videos/video-1608922922172.mp4 \\\"]\"\n    }\n}"},{"id":"5ac5d23f-9ccb-4d96-bd41-92ac16b93dc9","name":"Patch Update Recipe Success Update All","originalRequest":{"method":"PATCH","header":[{"key":"x-access-token","value":"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZF91c2VyIjo5LCJpYXQiOjE2MDg5MjIxNDEsImV4cCI6MTYwOTAwODU0MX0.44UocdVO4zqG7r4zCe4EK11sIUP7RyaU__xN3vE6Sow","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"recipe_name","value":"Tahu Bulat","type":"text"},{"key":"recipe_desc","value":"Tahu bulat digoreng dadakan","type":"text"},{"key":"recipe_ingredients","value":"Tahu putih dibentuk bulat","type":"text"},{"key":"images","type":"file","src":"/C:/Users/USER/Downloads/Ellipse 9.png"},{"key":"videos","type":"file","src":"/C:/Users/USER/Downloads/ANEKA PIE MINI (PIE BUAH _ COFFEE LATTE _ BLACKFOREST _ BANOFFEE) __ TARTLETS RECIPE.mp4"}]},"url":"http://localhost:6000/recipe/40"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"312"},{"key":"ETag","value":"W/\"138-+IN2AxDLjaME/9YFRwwKX3sVwt0\""},{"key":"Date","value":"Fri, 25 Dec 2020 19:04:42 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"data\": {\n        \"id_recipe\": \"40\",\n        \"recipe_name\": \"Tahu Bulat\",\n        \"recipe_desc\": \"Tahu bulat digoreng dadakan\",\n        \"recipe_ingredients\": \"Tahu putih dibentuk bulat\",\n        \"recipe_img\": \"[\\\"http://localhost:6000/images/image-1608923076295.png \\\"]\",\n        \"recipe_video\": \"[\\\"http://localhost:6000/videos/video-1608923076297.mp4 \\\"]\"\n    }\n}"}],"_postman_id":"6173d1f4-e1d7-4e35-a243-5285c9401a6c"},{"name":"Get Single Recipe","id":"05210f6c-70f0-4fd0-bba9-88cf115fa30d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:6000/recipe/41","urlObject":{"protocol":"http","port":"6000","path":["recipe","41"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"0839964c-ccd5-48ac-9cc8-8bd333b74d3b","name":"Get Single Recipe Success","originalRequest":{"method":"GET","header":[{"key":"x-access-token","value":"","type":"text"}],"url":"http://localhost:6000/recipe/40"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"403"},{"key":"ETag","value":"W/\"193-UER+U8QI0h/TLDOLKZQzkV+oJBo\""},{"key":"Date","value":"Fri, 25 Dec 2020 19:12:36 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"data\": {\n        \"id_recipe\": 40,\n        \"id_user\": 10,\n        \"recipe_name\": \"Tahu Bulat\",\n        \"recipe_img\": \"[\\\"http://localhost:6000/images/image-1608923076295.png \\\"]\",\n        \"recipe_video\": \"[\\\"http://localhost:6000/videos/video-1608923076297.mp4 \\\"]\",\n        \"recipe_ingredients\": \"Tahu putih dibentuk bulat\",\n        \"recipe_desc\": \"Tahu bulat digoreng dadakan\",\n        \"created_at\": \"2020-12-25T08:06:46.000Z\",\n        \"updated_at\": \"2020-12-25T15:06:46.000Z\"\n    }\n}"},{"id":"c0b455c9-697a-4916-a2fe-408e83ae8c0e","name":"Get Single Recipe Failed (Recipe not found)","originalRequest":{"method":"GET","header":[],"url":"http://localhost:6000/recipe/41"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"26"},{"key":"ETag","value":"W/\"1a-IIVt1yPN1v/IVlYov5/g8Y8YKSU\""},{"key":"Date","value":"Fri, 25 Dec 2020 19:13:27 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"msg\": \"Recipe not found\"\n}"}],"_postman_id":"05210f6c-70f0-4fd0-bba9-88cf115fa30d"},{"name":"Get All Recipe By User","id":"30606713-9fdd-44f9-8d39-b7e13a4fdc0a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-access-token","value":"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZF91c2VyIjoxMCwibmFtZSI6InNob2hpYiIsImlhdCI6MTYwOTA5NTIyMn0.k1oEur1bFkVhZBcNuxMLLUY-8DYFRAOXdKx9f5HWtxU","type":"text"}],"url":"http://localhost:4000/recipe/byuser","urlObject":{"protocol":"http","port":"4000","path":["recipe","byuser"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"ad6bba91-9825-4859-9d86-25815bdf989f","name":"Get All Recipe By User Success","originalRequest":{"method":"GET","header":[{"key":"x-access-token","value":"Bearer (token)","type":"text"}],"url":"http://localhost:6000/recipe/byuser"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1507"},{"key":"ETag","value":"W/\"5e3-gzRBVqAp5UqwmVPYc+wVK9uGQH8\""},{"key":"Date","value":"Sun, 27 Dec 2020 09:28:26 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"msg\": \"recipe by user 10\",\n    \"data\": [\n        {\n            \"id_recipe\": 30,\n            \"recipe_name\": \"Testing Pudding Cocopandan\",\n            \"recipe_img\": \"[\\\"http://localhost:6000/images/1608906293161-images.jpg \\\"]\"\n        },\n        {\n            \"id_recipe\": 31,\n            \"recipe_name\": \"Testing Pudding Cocopandan\",\n            \"recipe_img\": \"[\\\"http://localhost:6000/images/1608906365117-images.mkv \\\"]\"\n        },\n        {\n            \"id_recipe\": 32,\n            \"recipe_name\": \"Testing Pudding Cocopandan\",\n            \"recipe_img\": \"[\\\"http://localhost:6000/images/video-1608907174997.mkv \\\"]\"\n        },\n        {\n            \"id_recipe\": 33,\n            \"recipe_name\": \"Testing Pudding Cocopandan\",\n            \"recipe_img\": \"[\\\"http://localhost:6000/images/video-1608907293994.mkv \\\"]\"\n        },\n        {\n            \"id_recipe\": 34,\n            \"recipe_name\": \"Testing Pudding Cocopandan\",\n            \"recipe_img\": \"[\\\"http://localhost:6000/images/video-1608907451114.mkv \\\"]\"\n        },\n        {\n            \"id_recipe\": 35,\n            \"recipe_name\": \"Testing Pudding Cocopandan\",\n            \"recipe_img\": \"[\\\"http://localhost:6000/images/video-1608907499815.mkv \\\"]\"\n        },\n        {\n            \"id_recipe\": 36,\n            \"recipe_name\": \"Testing Pudding Cocopandan\",\n            \"recipe_img\": \"[\\\"http://localhost:6000/images/video-1608907550181.mkv \\\"]\"\n        },\n        {\n            \"id_recipe\": 37,\n            \"recipe_name\": \"Testing Pudding Cocopandan\",\n            \"recipe_img\": \"[\\\"http://localhost:6000/images/video-1608908164776.mkv \\\"]\"\n        },\n        {\n            \"id_recipe\": 38,\n            \"recipe_name\": \"Testing Pudding Cocopandan\",\n            \"recipe_img\": \"[\\\"http://localhost:6000/images/video-1608908317721.mkv \\\"]\"\n        },\n        {\n            \"id_recipe\": 39,\n            \"recipe_name\": \"Testing Pudding Cocopandan\",\n            \"recipe_img\": \"[\\\"http://localhost:6000/images/image-1608908606629.jpg \\\"]\"\n        },\n        {\n            \"id_recipe\": 40,\n            \"recipe_name\": \"Tahu Bulat\",\n            \"recipe_img\": \"[\\\"http://localhost:6000/images/image-1608923076295.png \\\"]\"\n        }\n    ]\n}"}],"_postman_id":"30606713-9fdd-44f9-8d39-b7e13a4fdc0a"}],"id":"1ac9e716-7f30-43db-a61e-e01a0f042677","description":"<p>Pada koleksi ini memiliki beberapa endpoint untuk dapat diakses berupa Get All Recipes, Get Single Recipe, Post Add Recipes, Patch Update Recipe, dan Delete Recipe.</p>\n","_postman_id":"1ac9e716-7f30-43db-a61e-e01a0f042677"},{"name":"Search Recipe","item":[{"name":"Search by recipe","id":"916249a1-e861-4df7-9b93-9222bade992b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"recipe_name","value":"","type":"text"}]},"url":"http://localhost:6000/search?recipe_name=","urlObject":{"protocol":"http","port":"6000","path":["search"],"host":["localhost"],"query":[{"key":"recipe_name","value":""}],"variable":[]}},"response":[{"id":"621b6a10-679c-4b3e-abb4-7a6548b1067c","name":"Search by recipe Success","originalRequest":{"method":"GET","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"recipe_name","value":"donat","type":"text","disabled":true}]},"url":{"raw":"http://localhost:6000/search?recipe_name=","protocol":"http","host":["localhost"],"port":"6000","path":["search"],"query":[{"key":"recipe_name","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1312"},{"key":"ETag","value":"W/\"520-PPYVFiAt8O/cqTEbvXWVWLGq45c\""},{"key":"Date","value":"Fri, 25 Dec 2020 19:08:58 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"recipe\": [\n        {\n            \"id_recipe\": 11,\n            \"recipe_name\": \"Donat Kocok\",\n            \"recipe_img\": \"[\\\"http://localhost:6000/images/1608572010187-images.jpg \\\",\\\"http://localhost:6000/images/1608572010214-images.jpg \\\",\\\"http://localhost:6000/images/1608572010224-images.jpg \\\"]\",\n            \"recipe_desc\": \"Kue donat kocok menarik dan bergizi vitamin X\"\n        },\n        {\n            \"id_recipe\": 12,\n            \"recipe_name\": \"Donat Kocok\",\n            \"recipe_img\": \"[\\\"http://localhost:6000/images/1608572046571-images.jpg \\\",\\\"http://localhost:6000/images/1608572046579-images.jpg \\\",\\\"http://localhost:6000/images/1608572046584-images.jpg \\\"]\",\n            \"recipe_desc\": \"Kue donat kocok menarik dan bergizi vitamin X\"\n        },\n        {\n            \"id_recipe\": 14,\n            \"recipe_name\": \"Donat Kocok\",\n            \"recipe_img\": \"[\\\"http://localhost:6000/images/1608696159084-images.jpg \\\",\\\"http://localhost:6000/images/1608696159091-images.jpg \\\"]\",\n            \"recipe_desc\": \"Kue donat kocok menarik dan bergizi vitamin X\"\n        },\n        {\n            \"id_recipe\": 15,\n            \"recipe_name\": \"Donat Kocok\",\n            \"recipe_img\": \"[\\\"http://localhost:6000/images/1608696246953-images.jpg \\\"]\",\n            \"recipe_desc\": \"Kue donat kocok menarik dan bergizi vitamin X\"\n        },\n        {\n            \"id_recipe\": 16,\n            \"recipe_name\": \"Donat Kocok\",\n            \"recipe_img\": \"[\\\"http://localhost:6000/images/1608734324447-images.jpg \\\"]\",\n            \"recipe_desc\": \"Kue donat kocok menarik dan bergizi vitamin X\"\n        }\n    ],\n    \"pageInfo\": {\n        \"result\": 5,\n        \"totalPage\": 1,\n        \"currentPage\": 1,\n        \"previousPage\": null,\n        \"nextPage\": null\n    }\n}"},{"id":"84d9ddc9-5265-4f4d-9e19-ac76a50aaae8","name":"Search by recipe Failed (Recipe not found)","originalRequest":{"method":"GET","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"recipe_name","value":"donat","type":"text","disabled":true}]},"url":{"raw":"http://localhost:6000/search?recipe_name=","protocol":"http","host":["localhost"],"port":"6000","path":["search"],"query":[{"key":"recipe_name","value":""}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"26"},{"key":"ETag","value":"W/\"1a-X0shgUm78xWA6mS6pA4Nx7mp644\""},{"key":"Date","value":"Fri, 25 Dec 2020 19:10:39 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"msg\": \"hotdog not found\"\n}"}],"_postman_id":"916249a1-e861-4df7-9b93-9222bade992b"}],"id":"ede0cb30-b917-4ddf-b7ed-522b13e53abf","_postman_id":"ede0cb30-b917-4ddf-b7ed-522b13e53abf","description":""},{"name":"Comment Recipe","item":[{"name":"Get Comment By IdRecipe","id":"7b3685a1-7f18-46e2-82d6-748a1829758e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-access-token","value":"Bearer (token)","type":"text"}],"url":"http://localhost:6000/comments/18","urlObject":{"protocol":"http","port":"6000","path":["comments","18"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"bc84111a-664d-479e-9a4c-fccfbe6e9c0f","name":"Get Comment By IdRecipe Success","originalRequest":{"method":"GET","header":[{"key":"x-access-token","value":"Bearer (token)","type":"text"}],"url":"http://localhost:6000/comments/18"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"570"},{"key":"ETag","value":"W/\"23a-wKL7tFJWl7++4+05r1o61ez9uck\""},{"key":"Date","value":"Fri, 25 Dec 2020 19:29:27 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"recipeId\": 18,\n    \"recipe_name\": \"Kue Kering Semprit Keju\",\n    \"data\": [\n        {\n            \"id_recipe\": 18,\n            \"recipe_name\": \"Kue Kering Semprit Keju\",\n            \"name\": \"shohib\",\n            \"id_user\": 10,\n            \"comment\": \"Hmm, makanan ini enak sekali\",\n            \"created_at\": \"2020-12-25T04:39:33.000Z\"\n        },\n        {\n            \"id_recipe\": 18,\n            \"recipe_name\": \"Kue Kering Semprit Keju\",\n            \"name\": \"shohib\",\n            \"id_user\": 10,\n            \"comment\": \"Hmm, makanan ini enak sekali lho\",\n            \"created_at\": \"2020-12-25T04:39:45.000Z\"\n        },\n        {\n            \"id_recipe\": 18,\n            \"recipe_name\": \"Kue Kering Semprit Keju\",\n            \"name\": \"septian\",\n            \"id_user\": 11,\n            \"comment\": \"Hmm, makanan ini enak sekali\",\n            \"created_at\": \"2020-12-25T03:50:25.000Z\"\n        }\n    ]\n}"},{"id":"cf0ede03-3193-41b4-8e2f-570736b9b932","name":"Get Comment By IdRecipe Failed (Nothing Comment)","originalRequest":{"method":"GET","header":[{"key":"x-access-token","value":"Bearer (token)","type":"text"}],"url":"http://localhost:6000/comments/41"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"44"},{"key":"ETag","value":"W/\"2c-n6NY+1GMkPivwnsfT/S5kqq5V2w\""},{"key":"Date","value":"Fri, 25 Dec 2020 19:27:45 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": \"Nothing comment, recipe not found\"\n}"}],"_postman_id":"7b3685a1-7f18-46e2-82d6-748a1829758e"},{"name":"Post Comment","id":"6b444834-8159-4330-9567-b4519a5ccdfe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-access-token","value":"Bearer (TOKEN)","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"id_recipe","value":"","type":"text"},{"key":"comment","value":"","type":"text"}]},"url":"http://localhost:6000/comments","urlObject":{"protocol":"http","port":"6000","path":["comments"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"bfc2d606-32f6-406a-a928-3061e1f9a879","name":"Post Comment Success","originalRequest":{"method":"POST","header":[{"key":"x-access-token","value":"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZF91c2VyIjo5LCJpYXQiOjE2MDg5MjIxNDEsImV4cCI6MTYwOTAwODU0MX0.44UocdVO4zqG7r4zCe4EK11sIUP7RyaU__xN3vE6Sow","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"id_recipe","value":"40","type":"text"},{"key":"comment","value":"Mantap sekali makanannya","type":"text"}]},"url":"http://localhost:6000/comments"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"47"},{"key":"ETag","value":"W/\"2f-0RLAKmQiJ9wrVsn6XtaWVZwhHkQ\""},{"key":"Date","value":"Fri, 25 Dec 2020 19:31:31 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"msg\": \"Mantap sekali makanannya\"\n}"}],"_postman_id":"6b444834-8159-4330-9567-b4519a5ccdfe"}],"id":"cb3e4986-05e2-4cbb-bbf1-293a7b8c0115","_postman_id":"cb3e4986-05e2-4cbb-bbf1-293a7b8c0115","description":""},{"name":"Like Recipe","item":[{"name":"Post Likes Recipe","id":"2454c33b-33c1-4243-81e5-5f27e9e0955a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-access-token","value":"Bearer (token)","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"id_user","value":"","type":"text","disabled":true},{"key":"id_recipe","value":"","type":"text"}]},"url":"http://localhost:6000/likes","urlObject":{"protocol":"http","port":"6000","path":["likes"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"7a355266-58db-47d8-91fd-160d171d3ea2","name":"Post Likes Recipe Success","originalRequest":{"method":"POST","header":[{"key":"x-access-token","value":"Bearer (token)","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"id_user","value":"","type":"text"},{"key":"id_recipe","value":"","type":"text"}]},"url":"http://localhost:6000/likes"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"21"},{"key":"ETag","value":"W/\"15-QGLgHnJ8CsLRlq03fdDE7ycjU/w\""},{"key":"Date","value":"Fri, 25 Dec 2020 20:13:43 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"msg\": \"Like recipe\"\n}"}],"_postman_id":"2454c33b-33c1-4243-81e5-5f27e9e0955a"},{"name":"Get Like Recipe","id":"5941d4fb-fc23-438e-aec6-cef939cc90e6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-access-token","value":"Bearer (token)","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[]},"url":"http://localhost:6000/likes","urlObject":{"protocol":"http","port":"6000","path":["likes"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"12f19e53-42dd-4f2a-b61e-3b3edaf38d8c","name":"Get Like Recipe Success","originalRequest":{"method":"GET","header":[{"key":"x-access-token","value":"Bearer (token)","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[]},"url":"http://localhost:6000/likes"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"260"},{"key":"ETag","value":"W/\"104-dAhVIdGCzQhrxgoepd+RpmLCgyc\""},{"key":"Date","value":"Tue, 29 Dec 2020 11:26:34 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"message\": \"Like\",\n    \"data\": [\n        {\n            \"id\": 63,\n            \"id_recipe\": 40,\n            \"recipe_name\": \"Tahu Bulat\",\n            \"recipe_img\": \"[\\\"http://localhost:6000/images/image-1608923076295.png \\\"]\",\n            \"recipe_desc\": \"Tahu bulat digoreng dadakan\",\n            \"recipe_ingredients\": \"Tahu putih dibentuk bulat\"\n        }\n    ]\n}"},{"id":"ebf52d83-4d24-47fa-a51b-aa1363d48738","name":"Get Like Recipe Failed 404","originalRequest":{"method":"GET","header":[{"key":"x-access-token","value":"Bearer (token)","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[]},"url":"http://localhost:6000/likes"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"74"},{"key":"ETag","value":"W/\"4a-/lMyL3VpGaB1ydz5Jpo4iJWdwkA\""},{"key":"Date","value":"Tue, 29 Dec 2020 11:33:40 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 404,\n    \"message\": \"Kamu belum memberi like\",\n    \"data\": \"Data not Found\"\n}"}],"_postman_id":"5941d4fb-fc23-438e-aec6-cef939cc90e6"},{"name":"Delete Unlike Recipe","id":"de5ab136-e0fd-43cc-8978-12b53170bb15","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"x-access-token","value":"Bearer (token)","type":"text"}],"url":"http://localhost:6000/likes/12","urlObject":{"protocol":"http","port":"6000","path":["likes","12"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"e1a8f2b5-a998-4cea-90ec-2b95ffe52283","name":"Delete Unlike Recipe","originalRequest":{"method":"DELETE","header":[{"key":"x-access-token","value":"Bearer (token)","type":"text"}],"url":"http://localhost:6000/likes/12"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"23"},{"key":"ETag","value":"W/\"17-HkV6wGf6puupcEddDTwQ3Ik6jeo\""},{"key":"Date","value":"Sun, 27 Dec 2020 09:15:03 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"msg\": \"Unlike Recipe\"\n}"}],"_postman_id":"de5ab136-e0fd-43cc-8978-12b53170bb15"}],"id":"11658f8a-2193-4404-8f10-508a545b5d7c","_postman_id":"11658f8a-2193-4404-8f10-508a545b5d7c","description":""},{"name":"Bookmark Recipe","item":[{"name":"Get Bookmark Recipe","id":"286c946e-249a-4e57-baca-d01e01469f7c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-access-token","value":"Bearer (token)","type":"text"}],"url":"http://localhost:6000/bookmarks","urlObject":{"protocol":"http","port":"6000","path":["bookmarks"],"host":["localhost"],"query":[{"disabled":true,"key":"","value":""}],"variable":[]}},"response":[{"id":"2bc663f8-747c-4919-adc2-048e2db1feac","name":"Get Bookmark Recipe Success","originalRequest":{"method":"GET","header":[{"key":"x-access-token","value":"Bearer (token)","type":"text"}],"url":{"raw":"http://localhost:6000/bookmarks","protocol":"http","host":["localhost"],"port":"6000","path":["bookmarks"],"query":[{"key":"","value":"","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1155"},{"key":"ETag","value":"W/\"483-uLKa+fguvlaHF+57YIK9W7AHMIk\""},{"key":"Date","value":"Sun, 27 Dec 2020 09:18:01 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"message\": \"Bookmark\",\n    \"data\": [\n        {\n            \"id\": 12,\n            \"id_recipe\": 25,\n            \"recipe_img\": \"[\\\"http://localhost:6000/images/1608809675808-images.jpg \\\"]\",\n            \"recipe_desc\": \"Bolu kukus semangka ini bisa jadi takjil favorit di rumah nih\",\n            \"recipe_ingredients\": \"Bahan-bahan:\\n- 200 gr gula\\n- 200 gr tepung terigu\\n- 125 ml sprite\\n- 2 buah telur\\n- 1 sdt SP/emulsifier\\n- Meises secukupnya\\n- Pewarna merah tua dan hijau tua secukupnya\"\n        },\n        {\n            \"id\": 14,\n            \"id_recipe\": 28,\n            \"recipe_img\": \"[\\\"http://localhost:6000/images/1608814254938-images.jpg \\\"]\",\n            \"recipe_desc\": \"Puding cocopandan bakal jadi menu berbuka yang pas ini, dehidrasi akan terobati dengan puding ini.\",\n            \"recipe_ingredients\": \"Bahan cocopandan:\\n- 4 g agar2 bubuk plain\\n- 150 g sirup cocopandan\\n- 300 ml air\\n- 1 sdm selasih, rendam air panas. Tiriskan\"\n        },\n        {\n            \"id\": 15,\n            \"id_recipe\": 28,\n            \"recipe_img\": \"[\\\"http://localhost:6000/images/1608814254938-images.jpg \\\"]\",\n            \"recipe_desc\": \"Puding cocopandan bakal jadi menu berbuka yang pas ini, dehidrasi akan terobati dengan puding ini.\",\n            \"recipe_ingredients\": \"Bahan cocopandan:\\n- 4 g agar2 bubuk plain\\n- 150 g sirup cocopandan\\n- 300 ml air\\n- 1 sdm selasih, rendam air panas. Tiriskan\"\n        }\n    ]\n}"}],"_postman_id":"286c946e-249a-4e57-baca-d01e01469f7c"},{"name":"Post Add Bookmark Recipe","id":"51adfd54-86dc-405c-9705-273726f644bf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-access-token","value":"Bearer (token)","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"recipe_id","value":"","type":"text"}]},"url":"http://localhost:6000/bookmarks","urlObject":{"protocol":"http","port":"6000","path":["bookmarks"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"50ee19e1-9934-4791-b1cb-eb5ad3017387","name":"Post Add Bookmark Recipe Success","originalRequest":{"method":"POST","header":[{"key":"x-access-token","value":"Bearer (token)","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"recipe_id","value":"","type":"text"}]},"url":"http://localhost:6000/bookmarks"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"73"},{"key":"ETag","value":"W/\"49-jJlTYoTymHX8BMbGPJS5UcPC8XA\""},{"key":"Date","value":"Sun, 27 Dec 2020 09:21:22 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"message\": \"Recipe 25  has been bookmarked\",\n    \"bookmarkId\": 16\n}"},{"id":"aab96d14-4e15-45ae-b0ae-97f398a8d7fc","name":"Post Add Bookmark Recipe  Failed","originalRequest":{"method":"POST","header":[{"key":"x-access-token","value":"Bearer (token)","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"recipe_id","value":"","type":"text"}]},"url":"http://localhost:6000/bookmarks"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"283"},{"key":"ETag","value":"W/\"11b-2oYLY4eyp4oyizQc1fP8HIGTy+4\""},{"key":"Date","value":"Sun, 27 Dec 2020 09:22:31 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 500,\n    \"message\": \"Encountered error\",\n    \"details\": {\n        \"code\": \"ER_TRUNCATED_WRONG_VALUE_FOR_FIELD\",\n        \"errno\": 1366,\n        \"sqlMessage\": \"Incorrect integer value: '' for column 'id_recipe' at row 1\",\n        \"sqlState\": \"HY000\",\n        \"index\": 0,\n        \"sql\": \"INSERT INTO bookmark SET `id_user` = 10, `id_recipe` = ''\"\n    }\n}"}],"_postman_id":"51adfd54-86dc-405c-9705-273726f644bf"},{"name":"Delete Bookmark Recipe","id":"4ab56e43-34b4-4c9c-be1a-873258ce00c8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"x-access-token","value":"Bearer (token)","type":"text"}],"url":"http://localhost:6000/bookmarks/12","urlObject":{"protocol":"http","port":"6000","path":["bookmarks","12"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"b90678c1-9221-4776-adf3-b11e7af646b9","name":"Delete Bookmark Recipe Failed","originalRequest":{"method":"DELETE","header":[{"key":"x-access-token","value":"Bearer (token)","type":"text"}],"url":"http://localhost:6000/bookmarks/12"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"28"},{"key":"ETag","value":"W/\"1c-8X4YML+c/rJBB8GpejghfonRztg\""},{"key":"Date","value":"Sun, 27 Dec 2020 09:25:51 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"msg\": \"Bookmark not found\"\n}"},{"id":"cca5269f-d909-470d-b6c4-fc85cd366b2f","name":"Delete Bookmark Recipe Success","originalRequest":{"method":"DELETE","header":[{"key":"x-access-token","value":"Bearer (token)","type":"text"}],"url":"http://localhost:6000/bookmarks/12"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"26"},{"key":"ETag","value":"W/\"1a-dGl7jDtgsdNH7LdiqM+FSGKB+G4\""},{"key":"Date","value":"Sun, 27 Dec 2020 09:25:04 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"msg\": \"Bookmark deleted\"\n}"}],"_postman_id":"4ab56e43-34b4-4c9c-be1a-873258ce00c8"}],"id":"b7bbcf62-4319-4dd4-b57a-5a3c5734b886","_postman_id":"b7bbcf62-4319-4dd4-b57a-5a3c5734b886","description":""}]}