{"info":{"_postman_id":"0ede67f5-976f-48fd-b43d-241430ac64cd","name":"Dan_&_Rob","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"9175109","collectionId":"0ede67f5-976f-48fd-b43d-241430ac64cd","publishedId":"UVJYLzEw","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2021-11-23T23:16:21.000Z"},"item":[{"name":"GET all users","id":"c93b8edf-3d53-4a6e-9805-b084ffa09da0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/users/all","urlObject":{"protocol":"http","port":"3000","path":["api","v1","users","all"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"8fb314bc-4bf5-402a-8323-c3d3e53c9a98","name":"GET all users","originalRequest":{"method":"GET","header":[],"url":"http://localhost:3000/api/v1/users/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"674"},{"key":"ETag","value":"W/\"2a2-0ujcRMVQblYmCOsO+K03VCTXP7w\""},{"key":"Date","value":"Wed, 24 Nov 2021 06:40:31 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": \"619d1e1edc192ebd14db4782\",\n        \"firstName\": \"dan\",\n        \"lastName\": \"m\",\n        \"email\": \"bonjour@danmarius.dev\",\n        \"password\": \"asdf\",\n        \"role\": \"admin\"\n    },\n    {\n        \"id\": \"619d2029cfc6804fac8d45a6\",\n        \"firstName\": \"mickey\",\n        \"lastName\": \"mouse\",\n        \"email\": \"mickey@disney.com\",\n        \"password\": \"minnie\",\n        \"role\": \"admin\"\n    },\n    {\n        \"id\": \"619d2045cfc6804fac8d45a7\",\n        \"firstName\": \"donald\",\n        \"lastName\": \"duck\",\n        \"email\": \"ddonald@disney.com\",\n        \"password\": \"daffie\",\n        \"role\": \"admin\"\n    },\n    {\n        \"id\": \"619d621192073d55f49e629f\",\n        \"firstName\": \"scooby\",\n        \"lastName\": \"doo\",\n        \"email\": \"sd@snacks.com\",\n        \"password\": \"f0reverHungry\",\n        \"role\": \"admin\"\n    },\n    {\n        \"id\": \"619d6e097502353768f1c675\",\n        \"firstName\": \"John\",\n        \"lastName\": \"Wick\",\n        \"email\": \"hello@hello.com\",\n        \"password\": \"1234\",\n        \"role\": \"user\"\n    }\n]"}],"_postman_id":"c93b8edf-3d53-4a6e-9805-b084ffa09da0"},{"name":"Post bad request","id":"9e7131f9-8cb1-44e9-8883-5ebf7c538d1a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"fisrtName\": \"John\",\r\n    \"lastName\": \"Wick\",\r\n    \"email\": \"hello@hello.com\",\r\n    \"password\": \"1234\",\r\n    \"role\":\"user\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/users/register","description":"<h3 id=\"bad-request-post\">bad request post</h3>\n<p>An anomaly in the body fields ends with a bad request(500)</p>\n","urlObject":{"protocol":"http","port":"3000","path":["api","v1","users","register"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"ca4d05cd-de20-4efa-ae02-435d418f0a5d","name":"Post bad request","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"fisrtName\": \"John\",\r\n    \"lastName\": \"Wick\",\r\n    \"email\": \"hello@hello.com\",\r\n    \"password\": \"1234\",\r\n    \"role\":\"user\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/users/register"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"84"},{"key":"ETag","value":"W/\"54-fsltID9/dhCL4XAcmFa6o4/jx7w\""},{"key":"Date","value":"Wed, 24 Nov 2021 06:45:26 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"statusCode\": 400,\n    \"message\": [\n        \"firstName should not be empty\"\n    ],\n    \"error\": \"Bad Request\"\n}"}],"_postman_id":"9e7131f9-8cb1-44e9-8883-5ebf7c538d1a"},{"name":"Post request","id":"f8b74b43-89a1-43a9-9af4-23d6ed5e067a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"firstName\": \"John\",\r\n    \"lastName\": \"Rambo II\",\r\n    \"email\": \"hello3@hello.com\",\r\n    \"password\": \"1234\",\r\n    \"role\":\"user\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/users/register","description":"<h3 id=\"post\">POST</h3>\n<p>Response 200 and inscription in DDBB ok</p>\n","urlObject":{"protocol":"http","port":"3000","path":["api","v1","users","register"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"65eed97d-4c34-42af-b748-95000da1ab1b","name":"Post request","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"firstName\": \"John\",\r\n    \"lastName\": \"Rambo II\",\r\n    \"email\": \"hello3@hello.com\",\r\n    \"password\": \"1234\",\r\n    \"role\":\"user\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/users/register"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"133"},{"key":"ETag","value":"W/\"85-9cFP7tuLSqUhWT587wAKgb7xHHg\""},{"key":"Date","value":"Thu, 25 Nov 2021 21:00:10 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"firstName\": \"John\",\n    \"lastName\": \"Rambo II\",\n    \"email\": \"hello3@hello.com\",\n    \"password\": \"1234\",\n    \"role\": \"user\",\n    \"id\": \"619ff95a3f4231421c246c33\"\n}"}],"_postman_id":"f8b74b43-89a1-43a9-9af4-23d6ed5e067a"},{"name":"Post request login","id":"dc106261-d83b-4e4e-844e-a5b89eda68ae","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"hello@hello.com\",\r\n    \"password\": \"1234@miMail\",\r\n    \"role\": \"admin\"\r\n    \r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/users/login","urlObject":{"protocol":"http","port":"3000","path":["api","v1","users","login"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"de3459dd-dcd9-4637-8cd6-fd8c74b9d06a","name":"Post request login","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"hello7@hello.com\",\r\n    \"password\": \"1234\"\r\n    \r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/auth/login"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"183"},{"key":"ETag","value":"W/\"b7-rsZgD1LkEJeYfOkO8w3SM06fp0Y\""},{"key":"Date","value":"Wed, 08 Dec 2021 20:11:17 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"access_token\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImhlbGxvN0BoZWxsby5jb20iLCJpYXQiOjE2Mzg5OTQyNzcsImV4cCI6MTYzOTA4MDY3N30.Hw2tYwFgviATfRRRoh4PwnFFrGih6ZgLH9c2Sp6UJ6g\"\n}"},{"id":"745d31c9-a107-4899-ae36-77871903db16","name":"Post request login","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"dylan@hello.com\",\r\n    \"password\": \"1234\"\r\n    \r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/auth/login"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"182"},{"key":"ETag","value":"W/\"b6-QETZeSQeevHuaTNYivocrdC08HI\""},{"key":"Date","value":"Thu, 09 Dec 2021 10:24:42 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"access_token\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImR5bGFuQGhlbGxvLmNvbSIsImlhdCI6MTYzOTA0NTQ4MiwiZXhwIjoxNjM5MTMxODgyfQ.KS9JCjRDz893b-qbN6uyK5ObCY6qkYovxO_NUEU-rMQ\"\n}"}],"_postman_id":"dc106261-d83b-4e4e-844e-a5b89eda68ae"},{"name":"GET one user by ID","id":"f3dd9136-b391-4681-89a7-dfbaf0636cb8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\r\n    \"firstName\": \"John\",\r\n    \"lastName\": \"Wock\",\r\n    \"email\": \"hello@hello.com\",\r\n    \"password\": \"1234\",\r\n    \"role\":\"user\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/users/5a02d8c3-f258-4afc-9cc2-553cf398062d","description":"<h3 id=\"get-by-id\">GET by id</h3>\n<p>not working yet <em>23/11/21</em></p>\n<p><em>24/11/21</em></p>\n<p>it worked from the beginning. A misunderstanding between the way I interpretated how the param should be placed in the url gave a bad response from the DDBB</p>\n<p>Fine and shine , returns the user  requested</p>\n","urlObject":{"protocol":"http","port":"3000","path":["api","v1","users","5a02d8c3-f258-4afc-9cc2-553cf398062d"],"host":["localhost"],"query":[{"disabled":true,"key":"id","value":"619f8ad976ebc4398c00f3a9"}],"variable":[]}},"response":[{"id":"38acaed7-c833-4bc8-af62-2662097224a8","name":"GET one user by ID","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\r\n    \"firstName\": \"John\",\r\n    \"lastName\": \"Wock\",\r\n    \"email\": \"hello@hello.com\",\r\n    \"password\": \"1234\",\r\n    \"role\":\"user\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"http://localhost:3000/api/v1/users/619e0fefe220e323f4e147a0","protocol":"http","host":["localhost"],"port":"3000","path":["api","v1","users","619e0fefe220e323f4e147a0"],"query":[{"key":"id","value":"619e0fefe220e323f4e147a0","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"130"},{"key":"ETag","value":"W/\"82-sJpkHZ5wRt6fj/LXM/EVBCJ0CM4\""},{"key":"Date","value":"Wed, 24 Nov 2021 10:12:54 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"619e0fefe220e323f4e147a0\",\n    \"firstName\": \"John\",\n    \"lastName\": \"Rambo\",\n    \"email\": \"hello3@hello.com\",\n    \"password\": \"1234\",\n    \"role\": \"user\"\n}"}],"_postman_id":"f3dd9136-b391-4681-89a7-dfbaf0636cb8"},{"name":"GET one user by EMAIL","id":"e7ec9768-0fa4-4063-8ed1-cb070ac9d563","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\r\n    \"firstName\": \"John\",\r\n    \"lastName\": \"Wock\",\r\n    \"email\": \"hello@hello.com\",\r\n    \"password\": \"1234\",\r\n    \"role\":\"user\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/users?email=hello3@hello.com","urlObject":{"protocol":"http","port":"3000","path":["api","v1","users"],"host":["localhost"],"query":[{"disabled":true,"key":"id","value":"619e0fefe220e323f4e147a0"},{"key":"email","value":"hello3@hello.com"}],"variable":[]}},"response":[{"id":"edd72048-b9db-441c-bed4-da5f51ae6c6e","name":"GET one user by EMAIL","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\r\n    \"firstName\": \"John\",\r\n    \"lastName\": \"Wock\",\r\n    \"email\": \"hello@hello.com\",\r\n    \"password\": \"1234\",\r\n    \"role\":\"user\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"http://localhost:3000/api/v1/users/hello3@hello.com","protocol":"http","host":["localhost"],"port":"3000","path":["api","v1","users","hello3@hello.com"],"query":[{"key":"id","value":"619e0fefe220e323f4e147a0","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"138"},{"key":"ETag","value":"W/\"8a-sHaMIZ/lNliKhDyPQUk52VUbwOo\""},{"key":"Date","value":"Thu, 25 Nov 2021 19:50:50 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": \"619f8ad976ebc4398c00f3a9\",\n        \"firstName\": \"John\",\n        \"lastName\": \"Rambo Rambo\",\n        \"email\": \"hello3@hello.com\",\n        \"password\": \"1234\",\n        \"role\": \"user\"\n    }\n]"},{"id":"1c112c35-5689-4b03-9e53-619b39cc2b46","name":"GET one user by EMAIL","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\r\n    \"firstName\": \"John\",\r\n    \"lastName\": \"Wock\",\r\n    \"email\": \"hello@hello.com\",\r\n    \"password\": \"1234\",\r\n    \"role\":\"user\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"http://localhost:3000/api/v1/users?email=hello3@hello.com","protocol":"http","host":["localhost"],"port":"3000","path":["api","v1","users"],"query":[{"key":"id","value":"619e0fefe220e323f4e147a0","disabled":true},{"key":"email","value":"hello3@hello.com"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"120"},{"key":"ETag","value":"W/\"78-ktkgOM/rKElA38JWkRm2tHV374M\""},{"key":"Date","value":"Fri, 10 Dec 2021 10:12:40 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"userId\": \"7abb8867-85b0-4c2f-9c01-12e7e91a3db4\",\n    \"firstName\": \"John\",\n    \"lastName\": \"Rambo Rambo\",\n    \"email\": \"hello3@hello.com\"\n}"}],"_postman_id":"e7ec9768-0fa4-4063-8ed1-cb070ac9d563"},{"name":"Patch","id":"9b084a7b-f574-4f55-af40-ad5cef689285","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"firstName\": \"John\",\r\n    \"lastName\": \"Wayne Wayne\",\r\n    \"email\": \"hello2@hello.com\",\r\n    \"password\": \"1234\",\r\n    \"role\":\"user\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/users/619d2029cfc6804fac8d45a6","description":"<h3 id=\"patch-update\">PATCH (Update)</h3>\n<p>Not quite yet. Error:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>ERROR [ExceptionsHandler] Argument passed in must be a single String of 12 bytes or a string of 24 hex characters\n</code></pre><h3 id=\"update-resolved\">update resolved</h3>\n<p>The url for patch doesn't include the <em>\"?id=string\"</em> and so my petitions were not accepted</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code> http://localhost:3000/api/v1/users/stringId\n</code></pre><p>This is the proper way id param request will be accepted by the ddbb</p>\n","urlObject":{"protocol":"http","port":"3000","path":["api","v1","users","619d2029cfc6804fac8d45a6"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"83f75828-b570-45ac-a47e-cacac109b4bf","name":"Patch","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"firstName\": \"John\",\r\n    \"lastName\": \"Wayne Wayne\",\r\n    \"email\": \"hello2@hello.com\",\r\n    \"password\": \"1234\",\r\n    \"role\":\"user\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/users/619d2029cfc6804fac8d45a6"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"136"},{"key":"ETag","value":"W/\"88-cLr6U4Gp4hAgZvIfMhScBXMG0kk\""},{"key":"Date","value":"Wed, 24 Nov 2021 10:19:14 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"619d2029cfc6804fac8d45a6\",\n    \"firstName\": \"John\",\n    \"lastName\": \"Wayne Wayne\",\n    \"email\": \"hello2@hello.com\",\n    \"password\": \"1234\",\n    \"role\": \"user\"\n}"}],"_postman_id":"9b084a7b-f574-4f55-af40-ad5cef689285"},{"name":"Delete","id":"73be641b-9911-4ab0-971c-7141014c88fa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/users/619fea0daab374443867dc01","description":"<h3 id=\"delete\">DELETE</h3>\n<p>Works the same way as toFindOne(id: string)</p>\n<p>Does delete de user, need to work in the response to the user.</p>\n","urlObject":{"protocol":"http","port":"3000","path":["api","v1","users","619fea0daab374443867dc01"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"60fffcf9-3864-4113-b442-52a0589e575c","name":"Delete","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/users/619e0fefe220e323f4e147a0"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Date","value":"Wed, 24 Nov 2021 10:26:08 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"},{"key":"Content-Length","value":"0"}],"cookie":[],"responseTime":null,"body":null},{"id":"d97022d7-8223-4ba9-ab81-1dc2074dec5b","name":"Delete","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/users/619fe5d3765ce8448c8e4b3b"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Date","value":"Thu, 25 Nov 2021 19:37:37 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"},{"key":"Content-Length","value":"0"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"73be641b-9911-4ab0-971c-7141014c88fa"},{"name":"Post request login error","id":"d11af111-90e2-4374-b82a-79b564b8b728","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"hello6@hello.com\",\r\n    \"password\": \"1234\"\r\n    \r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/users/login","description":"<h1 id=\"error-login\">Error login</h1>\n<h4 id=\"password-not-hasehd-before-insert\">password not hasehd before insert</h4>\n<p>User registered before hashed password, as a result the\ncomparePassword @Encrytation doesn't work</p>\n","urlObject":{"protocol":"http","port":"3000","path":["api","v1","users","login"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"619ac8eb-a9ed-477d-9ec7-8745cd94e1bf","name":"Post request login error","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"hello6@hello.com\",\r\n    \"password\": \"1234\"\r\n    \r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/auth/login"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"52"},{"key":"ETag","value":"W/\"34-rlKccw1E+/fV8niQk4oFitDfPro\""},{"key":"Date","value":"Wed, 08 Dec 2021 20:13:28 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"statusCode\": 500,\n    \"message\": \"Internal server error\"\n}"},{"id":"671ee9ce-f3bc-4dba-ad2d-33c7f9e2247e","name":"Post request login error","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"hello6@hello.com\",\r\n    \"password\": \"1234\"\r\n    \r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/users/login"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"130"},{"key":"ETag","value":"W/\"82-yTB6VPIxaOsLscM39jVxIPC9H9M\""},{"key":"Date","value":"Tue, 14 Dec 2021 07:26:14 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"statusCode\": 400,\n    \"message\": [\n        \"invalid credentials\",\n        \"password must be longer than or equal to 8 characters\"\n    ],\n    \"error\": \"Bad Request\"\n}"}],"_postman_id":"d11af111-90e2-4374-b82a-79b564b8b728"},{"name":"Post request recipes","id":"0dcf3921-704c-4c7d-a55f-2f24db13c0da","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\"recipeName\":\"baby spinach salad test role\",\r\n\"ingredients\":[\"baby spinach leaves\",\"pear\",\"slided parmigiano-reggiano cheese\",\"honey mustard sauce\",\"guacamole\",\"radish\"],\r\n\"description\":\"a fresh, light, balanced salad\",\r\n\"instructions\":\"add the two cups of spinachs ina a bol. Chopped the pear's half piece into cubes. Add them to the bowl among the honesy mustard sauce and the parmeggiano chez. Mixed gently. Take an empty dish and place in the middle the guacamole's scoop. Add the content of the bol. On top of the salad add the fried onion, the slices of pear and radish and a last touch of sliced parmeggiano chez \",\r\n\"prepTime\":5,\r\n\"cookTime\":5,\r\n\"totalTime\":10,\r\n\"photo\":\"image/png\",\r\n\"type\":\"salads\",\r\n\"extrasAvailable\":[\r\n   \"sliced parmesan chez\",\r\n   \"granted parmesan chez\",\r\n   \"pear\",\r\n   \"radish\",\r\n   \"honey mustard sauce\",\r\n   \"fried onions\",\r\n   \"radish\",\r\n   \"cranberries\",\r\n   \"bacon\"\r\n],\r\n\"timesMade\":10,\r\n\"allergens\": [\"lactose\", \"milk\", \"mustard\", \"traces of nuts\"],\r\n\"isVegan\": true,\r\n\"isVegetarian\": true,\r\n\"isLactoseFree\": false,\r\n\"isDairyFree\":false,\r\n\"isGlutenFree\": true,\r\n\"isHealthy\": true,\r\n\"onMenu\":true\r\n    \r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/recipes","description":"<h2 id=\"recipes-post\">Recipes post</h2>\n","urlObject":{"protocol":"http","port":"3000","path":["api","v1","recipes"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"2282fd9d-f322-405c-aa23-6a6b5c0dd73e","name":"Post request recipes","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\"recipeName\":\"baby spinach salad test role\",\r\n\"ingredients\":[\"baby spinach leaves\",\"pear\",\"slided parmigiano-reggiano cheese\",\"honey mustard sauce\",\"guacamole\",\"radish\"],\r\n\"description\":\"a fresh, light, balanced salad\",\r\n\"instructions\":\"add the two cups of spinachs ina a bol. Chopped the pear's half piece into cubes. Add them to the bowl among the honesy mustard sauce and the parmeggiano chez. Mixed gently. Take an empty dish and place in the middle the guacamole's scoop. Add the content of the bol. On top of the salad add the fried onion, the slices of pear and radish and a last touch of sliced parmeggiano chez \",\r\n\"prepTime\":5,\r\n\"cookTime\":5,\r\n\"totalTime\":10,\r\n\"photo\":\"image/png\",\r\n\"type\":\"salads\",\r\n\"extrasAvailable\":[\r\n   \"sliced parmesan chez\",\r\n   \"granted parmesan chez\",\r\n   \"pear\",\r\n   \"radish\",\r\n   \"honey mustard sauce\",\r\n   \"fried onions\",\r\n   \"radish\",\r\n   \"cranberries\",\r\n   \"bacon\"\r\n],\r\n\"timesMade\":10,\r\n\"allergens\": [\"lactose\", \"milk\", \"mustard\", \"traces of nuts\"],\r\n\"isVegan\": true,\r\n\"isVegetarian\": true,\r\n\"isLactoseFree\": false,\r\n\"isDairyFree\":false,\r\n\"isGlutenFree\": true,\r\n\"isHealthy\": true,\r\n\"onMenu\":true\r\n    \r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/recipes/"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1096"},{"key":"ETag","value":"W/\"448-vscAZSIUqtKzQEGwcXkZKlXSViE\""},{"key":"Date","value":"Tue, 14 Dec 2021 17:46:30 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"recipeId\": \"03d1496f-eec0-45a7-92ab-ba1066819a90\",\n    \"recipeName\": \"baby spinach salad test role\",\n    \"description\": \"a fresh, light, balanced salad\",\n    \"photo\": \"image/png\",\n    \"type\": \"salads\",\n    \"ingredients\": [\n        \"baby spinach leaves\",\n        \"pear\",\n        \"slided parmigiano-reggiano cheese\",\n        \"honey mustard sauce\",\n        \"guacamole\",\n        \"radish\"\n    ],\n    \"extrasAvailable\": [\n        \"sliced parmesan chez\",\n        \"granted parmesan chez\",\n        \"pear\",\n        \"radish\",\n        \"honey mustard sauce\",\n        \"fried onions\",\n        \"radish\",\n        \"cranberries\",\n        \"bacon\"\n    ],\n    \"timesMade\": 10,\n    \"instructions\": \"add the two cups of spinachs ina a bol. Chopped the pear's half piece into cubes. Add them to the bowl among the honesy mustard sauce and the parmeggiano chez. Mixed gently. Take an empty dish and place in the middle the guacamole's scoop. Add the content of the bol. On top of the salad add the fried onion, the slices of pear and radish and a last touch of sliced parmeggiano chez \",\n    \"prepTime\": 5,\n    \"cookTime\": 5,\n    \"totalTime\": 10,\n    \"allergens\": [\n        \"lactose\",\n        \"milk\",\n        \"mustard\",\n        \"traces of nuts\"\n    ],\n    \"isVegan\": true,\n    \"isVegetarian\": true,\n    \"isGlutenFree\": true,\n    \"isDairyFree\": false,\n    \"isLactoseFree\": false,\n    \"isHealthy\": true,\n    \"onMenu\": true\n}"}],"_postman_id":"0dcf3921-704c-4c7d-a55f-2f24db13c0da"},{"name":"Post request recipes Copy","id":"2e31d5d2-5273-4fd5-80bd-43cd671fad40","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\"recipeName\":\"baby spinach salad\",\r\n\"ingredients\":[\r\n   {\r\n      \"ingredient\":\"baby spinach leaves\",\r\n      \"servings\":1,\r\n      \"quantity\":2,\r\n      \"measure\":\"cup\",\r\n      \"allergens\":[\r\n         \"none\"\r\n      ]\r\n   },\r\n   {\r\n      \"ingredient\":\"pear\",\r\n      \"servings\":1,\r\n      \"quantity\":0.5,\r\n      \"measure\":\"piece\",\r\n      \"allergens\":[\r\n         \"none\"\r\n      ]\r\n   },\r\n   {\r\n      \"ingredient\":\"pear\",\r\n      \"servings\":1,\r\n      \"quantity\":3,\r\n      \"measure\":\"slice\",\r\n      \"allergens\":[\r\n         \"none\"\r\n      ]\r\n   },\r\n   {\r\n      \"ingredient\":\"slided parmigiano-reggiano cheese\",\r\n      \"servings\":1,\r\n      \"quantity\":10,\r\n      \"measure\":\"g\",\r\n      \"allergens\":[\r\n         \"milk\"\r\n      ]\r\n   },\r\n   {\r\n      \"ingredient\":\"honey mustard sauce\",\r\n      \"servings\":1,\r\n      \"quantity\":7,\r\n      \"measure\":\"cl\",\r\n      \"ingredients\":[\r\n         \"mayonnaise\",\r\n         \"honey\",\r\n         \"dijon mustard\",\r\n         \"yellow mustard\",\r\n         \" apple cidder vinegar\",\r\n         \"garlic powder\",\r\n         \"paprika\",\r\n         \"salt\",\r\n         \"freshly craked pepper\"\r\n      ],\r\n      \"allergens\":[\r\n         \"egg\",\r\n         \"seeds\",\r\n         \"mustard\",\r\n         \"traces of nuts\"\r\n      ]\r\n   },\r\n   {\r\n      \"ingredient\":\"guacamole\",\r\n      \"servings\":1,\r\n      \"quantity\":1,\r\n      \"measure\":\"Tbsp\",\r\n      \"ingredients\":[\r\n         \"avocado\",\r\n         \"lemon juice\",\r\n         \"red onions\",\r\n         \"salt\",\r\n         \"corianter\"\r\n      ],\r\n      \"allergens\":[\r\n         \"none\"\r\n      ]\r\n   },\r\n   {\r\n      \"ingredient\":\"radish\",\r\n      \"servings\":1,\r\n      \"quantity\":3,\r\n      \"measure\":\"slice\",\r\n      \"allergens\":[\r\n         \"none\"\r\n      ]\r\n   },\r\n   {\r\n      \"ingredient\":\"fried onion\",\r\n      \"servings\":1,\r\n      \"quantity\":1,\r\n      \"measure\":\"Tbsp\",\r\n      \"allergens\":[\r\n         \"none\"\r\n      ]\r\n   }\r\n],\r\n\"description\":\"a fresh, light, balanced salad\",\r\n\"instructions\":\"add the two cups of spinachs ina a bol. Chopped the pear's half piece into cubes. Add them to the bowl among the honesy mustard sauce and the parmeggiano chez. Mixed gently. Take an empty dish and place in the middle the guacamole's scoop. Add the content of the bol. On top of the salad add the fried onion, the slices of pear and radish and a last touch of sliced parmeggiano chez \",\r\n\"cookTime\":8,\r\n\"prepTime\": 5,\r\n\"totalTime\":13,\r\n\"photo\":\"image/png\",\r\n\"type\":\"salad\",\r\n\"extrasAvailable\":[\r\n   \"sliced parmesan chez\",\r\n   \"granted parmesan chez\",\r\n   \"pear\",\r\n   \"radish\",\r\n   \"honey mustard sauce\",\r\n   \"fried onions\",\r\n   \"radish\",\r\n   \"cranberries\",\r\n   \"bacon\"\r\n],\r\n\"times_made\":10,\r\n\"onMenu\":true\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/recipes/create","description":"<h2 id=\"recipes-post\">Recipes post</h2>\n","urlObject":{"protocol":"http","port":"3000","path":["api","v1","recipes","create"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"55948f93-62c3-4da8-a0c3-58254b3ca8f5","name":"Post request recipes","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\"recipe_name\":\"baby spinach salad\",\r\n\"ingredients\":[\"baby spinach leaves\",\"pear\",\"slided parmigiano-reggiano cheese\",\"honey mustard sauce\",\"guacamole\",\"radish\"],\r\n\"description\":\"a fresh, light, balanced salad\",\r\n\"instructions\":\"add the two cups of spinachs ina a bol. Chopped the pear's half piece into cubes. Add them to the bowl among the honesy mustard sauce and the parmeggiano chez. Mixed gently. Take an empty dish and place in the middle the guacamole's scoop. Add the content of the bol. On top of the salad add the fried onion, the slices of pear and radish and a last touch of sliced parmeggiano chez \",\r\n\"cooking_time_minutes\":8,\r\n\"photo\":\"image/png\",\r\n\"type\":\"salad\",\r\n\"extras_available\":[\r\n   \"sliced parmesan chez\",\r\n   \"granted parmesan chez\",\r\n   \"pear\",\r\n   \"radish\",\r\n   \"honey mustard sauce\",\r\n   \"fried onions\",\r\n   \"radish\",\r\n   \"cranberries\",\r\n   \"bacon\"\r\n],\r\n\"times_made\":10,\r\n\"on_menu\":true\r\n    \r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/recipes/create"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"136"},{"key":"ETag","value":"W/\"88-+6LUjBFX55d6W5xWxHx7GAG1kEs\""},{"key":"Date","value":"Fri, 10 Dec 2021 10:23:24 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"recipeId\": \"49748507-f55b-4604-b0b5-798eeca71e56\",\n    \"ingredients\": [],\n    \"extrasAvailable\": [],\n    \"allergens\": [],\n    \"id\": \"61b32a9c9a03103a7081b2d3\"\n}"},{"id":"511964ef-6cc3-404e-8c0d-27e7c7dd3e24","name":"Post request recipes Copy","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\"recipeName\":\"baby spinach salad\",\r\n\"ingredients\":[\r\n   {\r\n      \"ingredient\":\"baby spinach leaves\",\r\n      \"servings\":1,\r\n      \"quantity\":2,\r\n      \"measure\":\"cup\",\r\n      \"allergens\":[\r\n         \"none\"\r\n      ]\r\n   },\r\n   {\r\n      \"ingredient\":\"pear\",\r\n      \"servings\":1,\r\n      \"quantity\":0.5,\r\n      \"measure\":\"piece\",\r\n      \"allergens\":[\r\n         \"none\"\r\n      ]\r\n   },\r\n   {\r\n      \"ingredient\":\"pear\",\r\n      \"servings\":1,\r\n      \"quantity\":3,\r\n      \"measure\":\"slice\",\r\n      \"allergens\":[\r\n         \"none\"\r\n      ]\r\n   },\r\n   {\r\n      \"ingredient\":\"slided parmigiano-reggiano cheese\",\r\n      \"servings\":1,\r\n      \"quantity\":10,\r\n      \"measure\":\"g\",\r\n      \"allergens\":[\r\n         \"milk\"\r\n      ]\r\n   },\r\n   {\r\n      \"ingredient\":\"honey mustard sauce\",\r\n      \"servings\":1,\r\n      \"quantity\":7,\r\n      \"measure\":\"cl\",\r\n      \"ingredients\":[\r\n         \"mayonnaise\",\r\n         \"honey\",\r\n         \"dijon mustard\",\r\n         \"yellow mustard\",\r\n         \" apple cidder vinegar\",\r\n         \"garlic powder\",\r\n         \"paprika\",\r\n         \"salt\",\r\n         \"freshly craked pepper\"\r\n      ],\r\n      \"allergens\":[\r\n         \"egg\",\r\n         \"seeds\",\r\n         \"mustard\",\r\n         \"traces of nuts\"\r\n      ]\r\n   },\r\n   {\r\n      \"ingredient\":\"guacamole\",\r\n      \"servings\":1,\r\n      \"quantity\":1,\r\n      \"measure\":\"Tbsp\",\r\n      \"ingredients\":[\r\n         \"avocado\",\r\n         \"lemon juice\",\r\n         \"red onions\",\r\n         \"salt\",\r\n         \"corianter\"\r\n      ],\r\n      \"allergens\":[\r\n         \"none\"\r\n      ]\r\n   },\r\n   {\r\n      \"ingredient\":\"radish\",\r\n      \"servings\":1,\r\n      \"quantity\":3,\r\n      \"measure\":\"slice\",\r\n      \"allergens\":[\r\n         \"none\"\r\n      ]\r\n   },\r\n   {\r\n      \"ingredient\":\"fried onion\",\r\n      \"servings\":1,\r\n      \"quantity\":1,\r\n      \"measure\":\"Tbsp\",\r\n      \"allergens\":[\r\n         \"none\"\r\n      ]\r\n   }\r\n],\r\n\"description\":\"a fresh, light, balanced salad\",\r\n\"instructions\":\"add the two cups of spinachs ina a bol. Chopped the pear's half piece into cubes. Add them to the bowl among the honesy mustard sauce and the parmeggiano chez. Mixed gently. Take an empty dish and place in the middle the guacamole's scoop. Add the content of the bol. On top of the salad add the fried onion, the slices of pear and radish and a last touch of sliced parmeggiano chez \",\r\n\"cookTime\":8,\r\n\"prepTime\": 5,\r\n\"totalTime\":13,\r\n\"photo\":\"image/png\",\r\n\"type\":\"salad\",\r\n\"extrasAvailable\":[\r\n   \"sliced parmesan chez\",\r\n   \"granted parmesan chez\",\r\n   \"pear\",\r\n   \"radish\",\r\n   \"honey mustard sauce\",\r\n   \"fried onions\",\r\n   \"radish\",\r\n   \"cranberries\",\r\n   \"bacon\"\r\n],\r\n\"times_made\":10,\r\n\"onMenu\":true\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/recipes/create"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1855"},{"key":"ETag","value":"W/\"73f-xMWRmmDq/osSNvKu09fbNEqBdzo\""},{"key":"Date","value":"Fri, 10 Dec 2021 11:34:28 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"recipeId\": \"50266e3e-feac-4d31-aa42-ff744749032a\",\n    \"ingredients\": [\n        {\n            \"ingredient\": \"baby spinach leaves\",\n            \"servings\": 1,\n            \"quantity\": 2,\n            \"measure\": \"cup\",\n            \"allergens\": [\n                \"none\"\n            ]\n        },\n        {\n            \"ingredient\": \"pear\",\n            \"servings\": 1,\n            \"quantity\": 0.5,\n            \"measure\": \"piece\",\n            \"allergens\": [\n                \"none\"\n            ]\n        },\n        {\n            \"ingredient\": \"pear\",\n            \"servings\": 1,\n            \"quantity\": 3,\n            \"measure\": \"slice\",\n            \"allergens\": [\n                \"none\"\n            ]\n        },\n        {\n            \"ingredient\": \"slided parmigiano-reggiano cheese\",\n            \"servings\": 1,\n            \"quantity\": 10,\n            \"measure\": \"g\",\n            \"allergens\": [\n                \"milk\"\n            ]\n        },\n        {\n            \"ingredient\": \"honey mustard sauce\",\n            \"servings\": 1,\n            \"quantity\": 7,\n            \"measure\": \"cl\",\n            \"ingredients\": [\n                \"mayonnaise\",\n                \"honey\",\n                \"dijon mustard\",\n                \"yellow mustard\",\n                \" apple cidder vinegar\",\n                \"garlic powder\",\n                \"paprika\",\n                \"salt\",\n                \"freshly craked pepper\"\n            ],\n            \"allergens\": [\n                \"egg\",\n                \"seeds\",\n                \"mustard\",\n                \"traces of nuts\"\n            ]\n        },\n        {\n            \"ingredient\": \"guacamole\",\n            \"servings\": 1,\n            \"quantity\": 1,\n            \"measure\": \"Tbsp\",\n            \"ingredients\": [\n                \"avocado\",\n                \"lemon juice\",\n                \"red onions\",\n                \"salt\",\n                \"corianter\"\n            ],\n            \"allergens\": [\n                \"none\"\n            ]\n        },\n        {\n            \"ingredient\": \"radish\",\n            \"servings\": 1,\n            \"quantity\": 3,\n            \"measure\": \"slice\",\n            \"allergens\": [\n                \"none\"\n            ]\n        },\n        {\n            \"ingredient\": \"fried onion\",\n            \"servings\": 1,\n            \"quantity\": 1,\n            \"measure\": \"Tbsp\",\n            \"allergens\": [\n                \"none\"\n            ]\n        }\n    ],\n    \"extrasAvailable\": [\n        \"sliced parmesan chez\",\n        \"granted parmesan chez\",\n        \"pear\",\n        \"radish\",\n        \"honey mustard sauce\",\n        \"fried onions\",\n        \"radish\",\n        \"cranberries\",\n        \"bacon\"\n    ],\n    \"allergens\": [],\n    \"recipeName\": \"baby spinach salad\",\n    \"description\": \"a fresh, light, balanced salad\",\n    \"photo\": \"image/png\",\n    \"type\": \"salad\",\n    \"instructions\": \"add the two cups of spinachs ina a bol. Chopped the pear's half piece into cubes. Add them to the bowl among the honesy mustard sauce and the parmeggiano chez. Mixed gently. Take an empty dish and place in the middle the guacamole's scoop. Add the content of the bol. On top of the salad add the fried onion, the slices of pear and radish and a last touch of sliced parmeggiano chez \",\n    \"prepTime\": 5,\n    \"cookTime\": 8,\n    \"totalTime\": 13,\n    \"onMenu\": true,\n    \"id\": \"61b33b44c86b7e373c8ccdeb\"\n}"}],"_postman_id":"2e31d5d2-5273-4fd5-80bd-43cd671fad40"},{"name":"Get request recipes all","id":"ed4ec97f-fa74-4d12-8bd0-d042abfab5ff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":"{\r\n   \"recipe_name\":\"baby spinach salad\",\r\n\"ingredients\":[\r\n   {\r\n      \"ingredient\":\"baby spinach leaves\",\r\n      \"servings\":1,\r\n      \"quantity\":2,\r\n      \"measure\":\"cup\",\r\n      \"allergens\":[\r\n         \"none\"\r\n      ]\r\n   },\r\n   {\r\n      \"ingredient\":\"pear\",\r\n      \"servings\":1,\r\n      \"quantity\":0.5,\r\n      \"measure\":\"piece\",\r\n      \"allergens\":[\r\n         \"none\"\r\n      ]\r\n   },\r\n   {\r\n      \"ingredient\":\"pear\",\r\n      \"servings\":1,\r\n      \"quantity\":3,\r\n      \"measure\":\"slice\",\r\n      \"allergens\":[\r\n         \"none\"\r\n      ]\r\n   },\r\n   {\r\n      \"ingredient\":\"slided parmigiano-reggiano cheese\",\r\n      \"servings\":1,\r\n      \"quantity\":10,\r\n      \"measure\":\"g\",\r\n      \"allergens\":[\r\n         \"milk\"\r\n      ]\r\n   },\r\n   {\r\n      \"ingredient\":\"honey mustard sauce\",\r\n      \"servings\":1,\r\n      \"quantity\":7,\r\n      \"measure\":\"cl\",\r\n      \"ingredients\":[\r\n         \"mayonnaise\",\r\n         \"honey\",\r\n         \"dijon mustard\",\r\n         \"yellow mustard\",\r\n         \" apple cidder vinegar\",\r\n         \"garlic powder\",\r\n         \"paprika\",\r\n         \"salt\",\r\n         \"freshly craked pepper\"\r\n      ],\r\n      \"allergens\":[\r\n         \"egg\",\r\n         \"seeds\",\r\n         \"mustard\",\r\n         \"traces of nuts\"\r\n      ]\r\n   },\r\n   {\r\n      \"ingredient\":\"guacamole\",\r\n      \"servings\":1,\r\n      \"quantity\":1,\r\n      \"measure\":\"Tbsp\",\r\n      \"ingredients\":[\r\n         \"avocado\",\r\n         \"lemon juice\",\r\n         \"red onions\",\r\n         \"salt\",\r\n         \"corianter\"\r\n      ],\r\n      \"allergens\":[\r\n         \"none\"\r\n      ]\r\n   },\r\n   {\r\n      \"ingredient\":\"radish\",\r\n      \"servings\":1,\r\n      \"quantity\":3,\r\n      \"measure\":\"slice\",\r\n      \"allergens\":[\r\n         \"none\"\r\n      ]\r\n   },\r\n   {\r\n      \"ingredient\":\"fried onion\",\r\n      \"servings\":1,\r\n      \"quantity\":1,\r\n      \"measure\":\"Tbsp\",\r\n      \"allergens\":[\r\n         \"none\"\r\n      ]\r\n   }\r\n],\r\n\"description\":\"a fresh, light, balanced salad\",\r\n\"instructions\":\"add the two cups of spinachs ina a bol. Chopped the pear's half piece into cubes. Add them to the bowl among the honesy mustard sauce and the parmeggiano chez. Mixed gently. Take an empty dish and place in the middle the guacamole's scoop. Add the content of the bol. On top of the salad add the fried onion, the slices of pear and radish and a last touch of sliced parmeggiano chez \",\r\n\"cooking_time_minutes\":8,\r\n\"photo\":\"image/png\",\r\n\"dish_type\":\"salad\",\r\n\"extras_available\":[\r\n   \"sliced parmesan chez\",\r\n   \"granted parmesan chez\",\r\n   \"pear\",\r\n   \"radish\",\r\n   \"honey mustard sauce\",\r\n   \"fried onions\",\r\n   \"radish\",\r\n   \"cranberries\",\r\n   \"bacon\"\r\n],\r\n\"times_made\":10,\r\n\"on_menu\":true\r\n    \r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/recipes/","description":"<h2 id=\"get-all\">GET all</h2>\n<p>Get all list of recipes</p>\n","urlObject":{"protocol":"http","port":"3000","path":["api","v1","recipes",""],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"ed4ec97f-fa74-4d12-8bd0-d042abfab5ff"},{"name":"Get request recipes by id","id":"58bd7144-67c1-4446-a612-2d5c08cbbf7e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":"{\r\n   \"recipe_name\":\"baby spinach salad\",\r\n\"ingredients\":[\r\n   {\r\n      \"ingredient\":\"baby spinach leaves\",\r\n      \"servings\":1,\r\n      \"quantity\":2,\r\n      \"measure\":\"cup\",\r\n      \"allergens\":[\r\n         \"none\"\r\n      ]\r\n   },\r\n   {\r\n      \"ingredient\":\"pear\",\r\n      \"servings\":1,\r\n      \"quantity\":0.5,\r\n      \"measure\":\"piece\",\r\n      \"allergens\":[\r\n         \"none\"\r\n      ]\r\n   },\r\n   {\r\n      \"ingredient\":\"pear\",\r\n      \"servings\":1,\r\n      \"quantity\":3,\r\n      \"measure\":\"slice\",\r\n      \"allergens\":[\r\n         \"none\"\r\n      ]\r\n   },\r\n   {\r\n      \"ingredient\":\"slided parmigiano-reggiano cheese\",\r\n      \"servings\":1,\r\n      \"quantity\":10,\r\n      \"measure\":\"g\",\r\n      \"allergens\":[\r\n         \"milk\"\r\n      ]\r\n   },\r\n   {\r\n      \"ingredient\":\"honey mustard sauce\",\r\n      \"servings\":1,\r\n      \"quantity\":7,\r\n      \"measure\":\"cl\",\r\n      \"ingredients\":[\r\n         \"mayonnaise\",\r\n         \"honey\",\r\n         \"dijon mustard\",\r\n         \"yellow mustard\",\r\n         \" apple cidder vinegar\",\r\n         \"garlic powder\",\r\n         \"paprika\",\r\n         \"salt\",\r\n         \"freshly craked pepper\"\r\n      ],\r\n      \"allergens\":[\r\n         \"egg\",\r\n         \"seeds\",\r\n         \"mustard\",\r\n         \"traces of nuts\"\r\n      ]\r\n   },\r\n   {\r\n      \"ingredient\":\"guacamole\",\r\n      \"servings\":1,\r\n      \"quantity\":1,\r\n      \"measure\":\"Tbsp\",\r\n      \"ingredients\":[\r\n         \"avocado\",\r\n         \"lemon juice\",\r\n         \"red onions\",\r\n         \"salt\",\r\n         \"corianter\"\r\n      ],\r\n      \"allergens\":[\r\n         \"none\"\r\n      ]\r\n   },\r\n   {\r\n      \"ingredient\":\"radish\",\r\n      \"servings\":1,\r\n      \"quantity\":3,\r\n      \"measure\":\"slice\",\r\n      \"allergens\":[\r\n         \"none\"\r\n      ]\r\n   },\r\n   {\r\n      \"ingredient\":\"fried onion\",\r\n      \"servings\":1,\r\n      \"quantity\":1,\r\n      \"measure\":\"Tbsp\",\r\n      \"allergens\":[\r\n         \"none\"\r\n      ]\r\n   }\r\n],\r\n\"description\":\"a fresh, light, balanced salad\",\r\n\"instructions\":\"add the two cups of spinachs ina a bol. Chopped the pear's half piece into cubes. Add them to the bowl among the honesy mustard sauce and the parmeggiano chez. Mixed gently. Take an empty dish and place in the middle the guacamole's scoop. Add the content of the bol. On top of the salad add the fried onion, the slices of pear and radish and a last touch of sliced parmeggiano chez \",\r\n\"cooking_time_minutes\":8,\r\n\"photo\":\"image/png\",\r\n\"dish_type\":\"salad\",\r\n\"extras_available\":[\r\n   \"sliced parmesan chez\",\r\n   \"granted parmesan chez\",\r\n   \"pear\",\r\n   \"radish\",\r\n   \"honey mustard sauce\",\r\n   \"fried onions\",\r\n   \"radish\",\r\n   \"cranberries\",\r\n   \"bacon\"\r\n],\r\n\"times_made\":10,\r\n\"on_menu\":true\r\n    \r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/recipes/74c8d5ed-9b9f-40fe-a9a1-21860be79636","description":"<h2 id=\"get-by-id\">GET by ID</h2>\n","urlObject":{"protocol":"http","port":"3000","path":["api","v1","recipes","74c8d5ed-9b9f-40fe-a9a1-21860be79636"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"26230eb1-7917-42cb-a1db-a6b4f027b67f","name":"Get request recipes by id","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\r\n   \"recipe_name\":\"baby spinach salad\",\r\n\"ingredients\":[\r\n   {\r\n      \"ingredient\":\"baby spinach leaves\",\r\n      \"servings\":1,\r\n      \"quantity\":2,\r\n      \"measure\":\"cup\",\r\n      \"allergens\":[\r\n         \"none\"\r\n      ]\r\n   },\r\n   {\r\n      \"ingredient\":\"pear\",\r\n      \"servings\":1,\r\n      \"quantity\":0.5,\r\n      \"measure\":\"piece\",\r\n      \"allergens\":[\r\n         \"none\"\r\n      ]\r\n   },\r\n   {\r\n      \"ingredient\":\"pear\",\r\n      \"servings\":1,\r\n      \"quantity\":3,\r\n      \"measure\":\"slice\",\r\n      \"allergens\":[\r\n         \"none\"\r\n      ]\r\n   },\r\n   {\r\n      \"ingredient\":\"slided parmigiano-reggiano cheese\",\r\n      \"servings\":1,\r\n      \"quantity\":10,\r\n      \"measure\":\"g\",\r\n      \"allergens\":[\r\n         \"milk\"\r\n      ]\r\n   },\r\n   {\r\n      \"ingredient\":\"honey mustard sauce\",\r\n      \"servings\":1,\r\n      \"quantity\":7,\r\n      \"measure\":\"cl\",\r\n      \"ingredients\":[\r\n         \"mayonnaise\",\r\n         \"honey\",\r\n         \"dijon mustard\",\r\n         \"yellow mustard\",\r\n         \" apple cidder vinegar\",\r\n         \"garlic powder\",\r\n         \"paprika\",\r\n         \"salt\",\r\n         \"freshly craked pepper\"\r\n      ],\r\n      \"allergens\":[\r\n         \"egg\",\r\n         \"seeds\",\r\n         \"mustard\",\r\n         \"traces of nuts\"\r\n      ]\r\n   },\r\n   {\r\n      \"ingredient\":\"guacamole\",\r\n      \"servings\":1,\r\n      \"quantity\":1,\r\n      \"measure\":\"Tbsp\",\r\n      \"ingredients\":[\r\n         \"avocado\",\r\n         \"lemon juice\",\r\n         \"red onions\",\r\n         \"salt\",\r\n         \"corianter\"\r\n      ],\r\n      \"allergens\":[\r\n         \"none\"\r\n      ]\r\n   },\r\n   {\r\n      \"ingredient\":\"radish\",\r\n      \"servings\":1,\r\n      \"quantity\":3,\r\n      \"measure\":\"slice\",\r\n      \"allergens\":[\r\n         \"none\"\r\n      ]\r\n   },\r\n   {\r\n      \"ingredient\":\"fried onion\",\r\n      \"servings\":1,\r\n      \"quantity\":1,\r\n      \"measure\":\"Tbsp\",\r\n      \"allergens\":[\r\n         \"none\"\r\n      ]\r\n   }\r\n],\r\n\"description\":\"a fresh, light, balanced salad\",\r\n\"instructions\":\"add the two cups of spinachs ina a bol. Chopped the pear's half piece into cubes. Add them to the bowl among the honesy mustard sauce and the parmeggiano chez. Mixed gently. Take an empty dish and place in the middle the guacamole's scoop. Add the content of the bol. On top of the salad add the fried onion, the slices of pear and radish and a last touch of sliced parmeggiano chez \",\r\n\"cooking_time_minutes\":8,\r\n\"photo\":\"image/png\",\r\n\"dish_type\":\"salad\",\r\n\"extras_available\":[\r\n   \"sliced parmesan chez\",\r\n   \"granted parmesan chez\",\r\n   \"pear\",\r\n   \"radish\",\r\n   \"honey mustard sauce\",\r\n   \"fried onions\",\r\n   \"radish\",\r\n   \"cranberries\",\r\n   \"bacon\"\r\n],\r\n\"times_made\":10,\r\n\"on_menu\":true\r\n    \r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/recipes/6aa2ffab-66a1-4211-9987-72075819f52e"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"136"},{"key":"ETag","value":"W/\"88-LZhxLXnndqXvNyTzNOgcGPs+a9U\""},{"key":"Date","value":"Fri, 10 Dec 2021 10:18:30 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"recipeId\": \"6aa2ffab-66a1-4211-9987-72075819f52e\",\n    \"ingredients\": [],\n    \"extrasAvailable\": [],\n    \"allergens\": [],\n    \"id\": \"61b328bc9a03103a7081b2d2\"\n}"},{"id":"b816f74c-973a-4b96-935a-92337c9d9523","name":"Get request recipes by id","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\r\n   \"recipe_name\":\"baby spinach salad\",\r\n\"ingredients\":[\r\n   {\r\n      \"ingredient\":\"baby spinach leaves\",\r\n      \"servings\":1,\r\n      \"quantity\":2,\r\n      \"measure\":\"cup\",\r\n      \"allergens\":[\r\n         \"none\"\r\n      ]\r\n   },\r\n   {\r\n      \"ingredient\":\"pear\",\r\n      \"servings\":1,\r\n      \"quantity\":0.5,\r\n      \"measure\":\"piece\",\r\n      \"allergens\":[\r\n         \"none\"\r\n      ]\r\n   },\r\n   {\r\n      \"ingredient\":\"pear\",\r\n      \"servings\":1,\r\n      \"quantity\":3,\r\n      \"measure\":\"slice\",\r\n      \"allergens\":[\r\n         \"none\"\r\n      ]\r\n   },\r\n   {\r\n      \"ingredient\":\"slided parmigiano-reggiano cheese\",\r\n      \"servings\":1,\r\n      \"quantity\":10,\r\n      \"measure\":\"g\",\r\n      \"allergens\":[\r\n         \"milk\"\r\n      ]\r\n   },\r\n   {\r\n      \"ingredient\":\"honey mustard sauce\",\r\n      \"servings\":1,\r\n      \"quantity\":7,\r\n      \"measure\":\"cl\",\r\n      \"ingredients\":[\r\n         \"mayonnaise\",\r\n         \"honey\",\r\n         \"dijon mustard\",\r\n         \"yellow mustard\",\r\n         \" apple cidder vinegar\",\r\n         \"garlic powder\",\r\n         \"paprika\",\r\n         \"salt\",\r\n         \"freshly craked pepper\"\r\n      ],\r\n      \"allergens\":[\r\n         \"egg\",\r\n         \"seeds\",\r\n         \"mustard\",\r\n         \"traces of nuts\"\r\n      ]\r\n   },\r\n   {\r\n      \"ingredient\":\"guacamole\",\r\n      \"servings\":1,\r\n      \"quantity\":1,\r\n      \"measure\":\"Tbsp\",\r\n      \"ingredients\":[\r\n         \"avocado\",\r\n         \"lemon juice\",\r\n         \"red onions\",\r\n         \"salt\",\r\n         \"corianter\"\r\n      ],\r\n      \"allergens\":[\r\n         \"none\"\r\n      ]\r\n   },\r\n   {\r\n      \"ingredient\":\"radish\",\r\n      \"servings\":1,\r\n      \"quantity\":3,\r\n      \"measure\":\"slice\",\r\n      \"allergens\":[\r\n         \"none\"\r\n      ]\r\n   },\r\n   {\r\n      \"ingredient\":\"fried onion\",\r\n      \"servings\":1,\r\n      \"quantity\":1,\r\n      \"measure\":\"Tbsp\",\r\n      \"allergens\":[\r\n         \"none\"\r\n      ]\r\n   }\r\n],\r\n\"description\":\"a fresh, light, balanced salad\",\r\n\"instructions\":\"add the two cups of spinachs ina a bol. Chopped the pear's half piece into cubes. Add them to the bowl among the honesy mustard sauce and the parmeggiano chez. Mixed gently. Take an empty dish and place in the middle the guacamole's scoop. Add the content of the bol. On top of the salad add the fried onion, the slices of pear and radish and a last touch of sliced parmeggiano chez \",\r\n\"cooking_time_minutes\":8,\r\n\"photo\":\"image/png\",\r\n\"dish_type\":\"salad\",\r\n\"extras_available\":[\r\n   \"sliced parmesan chez\",\r\n   \"granted parmesan chez\",\r\n   \"pear\",\r\n   \"radish\",\r\n   \"honey mustard sauce\",\r\n   \"fried onions\",\r\n   \"radish\",\r\n   \"cranberries\",\r\n   \"bacon\"\r\n],\r\n\"times_made\":10,\r\n\"on_menu\":true\r\n    \r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/recipes/74c8d5ed-9b9f-40fe-a9a1-21860be79636"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1096"},{"key":"ETag","value":"W/\"448-ZPMO6FgTmVcpagrJqMczdNbIRsE\""},{"key":"Date","value":"Wed, 15 Dec 2021 00:24:03 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"recipeId\": \"74c8d5ed-9b9f-40fe-a9a1-21860be79636\",\n    \"recipeName\": \"baby spinach salad test role\",\n    \"description\": \"a fresh, light, balanced salad\",\n    \"photo\": \"image/png\",\n    \"type\": \"salads\",\n    \"ingredients\": [\n        \"baby spinach leaves\",\n        \"pear\",\n        \"slided parmigiano-reggiano cheese\",\n        \"honey mustard sauce\",\n        \"guacamole\",\n        \"radish\"\n    ],\n    \"extrasAvailable\": [\n        \"sliced parmesan chez\",\n        \"granted parmesan chez\",\n        \"pear\",\n        \"radish\",\n        \"honey mustard sauce\",\n        \"fried onions\",\n        \"radish\",\n        \"cranberries\",\n        \"bacon\"\n    ],\n    \"timesMade\": 10,\n    \"instructions\": \"add the two cups of spinachs ina a bol. Chopped the pear's half piece into cubes. Add them to the bowl among the honesy mustard sauce and the parmeggiano chez. Mixed gently. Take an empty dish and place in the middle the guacamole's scoop. Add the content of the bol. On top of the salad add the fried onion, the slices of pear and radish and a last touch of sliced parmeggiano chez \",\n    \"prepTime\": 5,\n    \"cookTime\": 5,\n    \"totalTime\": 10,\n    \"allergens\": [\n        \"lactose\",\n        \"milk\",\n        \"mustard\",\n        \"traces of nuts\"\n    ],\n    \"isVegan\": true,\n    \"isVegetarian\": true,\n    \"isGlutenFree\": true,\n    \"isDairyFree\": false,\n    \"isLactoseFree\": false,\n    \"isHealthy\": true,\n    \"onMenu\": true\n}"}],"_postman_id":"58bd7144-67c1-4446-a612-2d5c08cbbf7e"},{"name":"Get request recipes by id error","id":"dad5e6cb-1a39-4772-95bf-8a2627c3d461","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\r\n   \"recipe_name\":\"baby spinach salad\",\r\n\"ingredients\":[\r\n   {\r\n      \"ingredient\":\"baby spinach leaves\",\r\n      \"servings\":1,\r\n      \"quantity\":2,\r\n      \"measure\":\"cup\",\r\n      \"allergens\":[\r\n         \"none\"\r\n      ]\r\n   },\r\n   {\r\n      \"ingredient\":\"pear\",\r\n      \"servings\":1,\r\n      \"quantity\":0.5,\r\n      \"measure\":\"piece\",\r\n      \"allergens\":[\r\n         \"none\"\r\n      ]\r\n   },\r\n   {\r\n      \"ingredient\":\"pear\",\r\n      \"servings\":1,\r\n      \"quantity\":3,\r\n      \"measure\":\"slice\",\r\n      \"allergens\":[\r\n         \"none\"\r\n      ]\r\n   },\r\n   {\r\n      \"ingredient\":\"slided parmigiano-reggiano cheese\",\r\n      \"servings\":1,\r\n      \"quantity\":10,\r\n      \"measure\":\"g\",\r\n      \"allergens\":[\r\n         \"milk\"\r\n      ]\r\n   },\r\n   {\r\n      \"ingredient\":\"honey mustard sauce\",\r\n      \"servings\":1,\r\n      \"quantity\":7,\r\n      \"measure\":\"cl\",\r\n      \"ingredients\":[\r\n         \"mayonnaise\",\r\n         \"honey\",\r\n         \"dijon mustard\",\r\n         \"yellow mustard\",\r\n         \" apple cidder vinegar\",\r\n         \"garlic powder\",\r\n         \"paprika\",\r\n         \"salt\",\r\n         \"freshly craked pepper\"\r\n      ],\r\n      \"allergens\":[\r\n         \"egg\",\r\n         \"seeds\",\r\n         \"mustard\",\r\n         \"traces of nuts\"\r\n      ]\r\n   },\r\n   {\r\n      \"ingredient\":\"guacamole\",\r\n      \"servings\":1,\r\n      \"quantity\":1,\r\n      \"measure\":\"Tbsp\",\r\n      \"ingredients\":[\r\n         \"avocado\",\r\n         \"lemon juice\",\r\n         \"red onions\",\r\n         \"salt\",\r\n         \"corianter\"\r\n      ],\r\n      \"allergens\":[\r\n         \"none\"\r\n      ]\r\n   },\r\n   {\r\n      \"ingredient\":\"radish\",\r\n      \"servings\":1,\r\n      \"quantity\":3,\r\n      \"measure\":\"slice\",\r\n      \"allergens\":[\r\n         \"none\"\r\n      ]\r\n   },\r\n   {\r\n      \"ingredient\":\"fried onion\",\r\n      \"servings\":1,\r\n      \"quantity\":1,\r\n      \"measure\":\"Tbsp\",\r\n      \"allergens\":[\r\n         \"none\"\r\n      ]\r\n   }\r\n],\r\n\"description\":\"a fresh, light, balanced salad\",\r\n\"instructions\":\"add the two cups of spinachs ina a bol. Chopped the pear's half piece into cubes. Add them to the bowl among the honesy mustard sauce and the parmeggiano chez. Mixed gently. Take an empty dish and place in the middle the guacamole's scoop. Add the content of the bol. On top of the salad add the fried onion, the slices of pear and radish and a last touch of sliced parmeggiano chez \",\r\n\"cooking_time_minutes\":8,\r\n\"photo\":\"image/png\",\r\n\"dish_type\":\"salad\",\r\n\"extras_available\":[\r\n   \"sliced parmesan chez\",\r\n   \"granted parmesan chez\",\r\n   \"pear\",\r\n   \"radish\",\r\n   \"honey mustard sauce\",\r\n   \"fried onions\",\r\n   \"radish\",\r\n   \"cranberries\",\r\n   \"bacon\"\r\n],\r\n\"times_made\":10,\r\n\"on_menu\":true\r\n    \r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/recipes/49748507-f55b-4604-b0b5-798eeca71e56","description":"<h2 id=\"errors-message\">Errors message</h2>\n<p>Error message in bad request find by id</p>\n","urlObject":{"protocol":"http","port":"3000","path":["api","v1","recipes","49748507-f55b-4604-b0b5-798eeca71e56"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"076989fb-77ff-4891-9ec2-7c8bb86a8ead","name":"Get request recipes by id error","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\r\n   \"recipe_name\":\"baby spinach salad\",\r\n\"ingredients\":[\r\n   {\r\n      \"ingredient\":\"baby spinach leaves\",\r\n      \"servings\":1,\r\n      \"quantity\":2,\r\n      \"measure\":\"cup\",\r\n      \"allergens\":[\r\n         \"none\"\r\n      ]\r\n   },\r\n   {\r\n      \"ingredient\":\"pear\",\r\n      \"servings\":1,\r\n      \"quantity\":0.5,\r\n      \"measure\":\"piece\",\r\n      \"allergens\":[\r\n         \"none\"\r\n      ]\r\n   },\r\n   {\r\n      \"ingredient\":\"pear\",\r\n      \"servings\":1,\r\n      \"quantity\":3,\r\n      \"measure\":\"slice\",\r\n      \"allergens\":[\r\n         \"none\"\r\n      ]\r\n   },\r\n   {\r\n      \"ingredient\":\"slided parmigiano-reggiano cheese\",\r\n      \"servings\":1,\r\n      \"quantity\":10,\r\n      \"measure\":\"g\",\r\n      \"allergens\":[\r\n         \"milk\"\r\n      ]\r\n   },\r\n   {\r\n      \"ingredient\":\"honey mustard sauce\",\r\n      \"servings\":1,\r\n      \"quantity\":7,\r\n      \"measure\":\"cl\",\r\n      \"ingredients\":[\r\n         \"mayonnaise\",\r\n         \"honey\",\r\n         \"dijon mustard\",\r\n         \"yellow mustard\",\r\n         \" apple cidder vinegar\",\r\n         \"garlic powder\",\r\n         \"paprika\",\r\n         \"salt\",\r\n         \"freshly craked pepper\"\r\n      ],\r\n      \"allergens\":[\r\n         \"egg\",\r\n         \"seeds\",\r\n         \"mustard\",\r\n         \"traces of nuts\"\r\n      ]\r\n   },\r\n   {\r\n      \"ingredient\":\"guacamole\",\r\n      \"servings\":1,\r\n      \"quantity\":1,\r\n      \"measure\":\"Tbsp\",\r\n      \"ingredients\":[\r\n         \"avocado\",\r\n         \"lemon juice\",\r\n         \"red onions\",\r\n         \"salt\",\r\n         \"corianter\"\r\n      ],\r\n      \"allergens\":[\r\n         \"none\"\r\n      ]\r\n   },\r\n   {\r\n      \"ingredient\":\"radish\",\r\n      \"servings\":1,\r\n      \"quantity\":3,\r\n      \"measure\":\"slice\",\r\n      \"allergens\":[\r\n         \"none\"\r\n      ]\r\n   },\r\n   {\r\n      \"ingredient\":\"fried onion\",\r\n      \"servings\":1,\r\n      \"quantity\":1,\r\n      \"measure\":\"Tbsp\",\r\n      \"allergens\":[\r\n         \"none\"\r\n      ]\r\n   }\r\n],\r\n\"description\":\"a fresh, light, balanced salad\",\r\n\"instructions\":\"add the two cups of spinachs ina a bol. Chopped the pear's half piece into cubes. Add them to the bowl among the honesy mustard sauce and the parmeggiano chez. Mixed gently. Take an empty dish and place in the middle the guacamole's scoop. Add the content of the bol. On top of the salad add the fried onion, the slices of pear and radish and a last touch of sliced parmeggiano chez \",\r\n\"cooking_time_minutes\":8,\r\n\"photo\":\"image/png\",\r\n\"dish_type\":\"salad\",\r\n\"extras_available\":[\r\n   \"sliced parmesan chez\",\r\n   \"granted parmesan chez\",\r\n   \"pear\",\r\n   \"radish\",\r\n   \"honey mustard sauce\",\r\n   \"fried onions\",\r\n   \"radish\",\r\n   \"cranberries\",\r\n   \"bacon\"\r\n],\r\n\"times_made\":10,\r\n\"on_menu\":true\r\n    \r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/recipes/49748507-f55b-4604-b0b5-798eeca71e56"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"93"},{"key":"ETag","value":"W/\"5d-qRqcBXucpSVHHHgYHJlJvB/miRk\""},{"key":"Date","value":"Fri, 10 Dec 2021 10:26:11 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"statusCode\": 404,\n    \"message\": \"Recipe Not Found\",\n    \"error\": \"Recipe seems to be not in the DDBB \"\n}"}],"_postman_id":"dad5e6cb-1a39-4772-95bf-8a2627c3d461"},{"name":"Delete request recipes by id error ","id":"1c43c949-a727-4e14-ae99-de358971aadb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\r\n   \"recipe_name\":\"baby spinach salad\",\r\n\"ingredients\":[\r\n   {\r\n      \"ingredient\":\"baby spinach leaves\",\r\n      \"servings\":1,\r\n      \"quantity\":2,\r\n      \"measure\":\"cup\",\r\n      \"allergens\":[\r\n         \"none\"\r\n      ]\r\n   },\r\n   {\r\n      \"ingredient\":\"pear\",\r\n      \"servings\":1,\r\n      \"quantity\":0.5,\r\n      \"measure\":\"piece\",\r\n      \"allergens\":[\r\n         \"none\"\r\n      ]\r\n   },\r\n   {\r\n      \"ingredient\":\"pear\",\r\n      \"servings\":1,\r\n      \"quantity\":3,\r\n      \"measure\":\"slice\",\r\n      \"allergens\":[\r\n         \"none\"\r\n      ]\r\n   },\r\n   {\r\n      \"ingredient\":\"slided parmigiano-reggiano cheese\",\r\n      \"servings\":1,\r\n      \"quantity\":10,\r\n      \"measure\":\"g\",\r\n      \"allergens\":[\r\n         \"milk\"\r\n      ]\r\n   },\r\n   {\r\n      \"ingredient\":\"honey mustard sauce\",\r\n      \"servings\":1,\r\n      \"quantity\":7,\r\n      \"measure\":\"cl\",\r\n      \"ingredients\":[\r\n         \"mayonnaise\",\r\n         \"honey\",\r\n         \"dijon mustard\",\r\n         \"yellow mustard\",\r\n         \" apple cidder vinegar\",\r\n         \"garlic powder\",\r\n         \"paprika\",\r\n         \"salt\",\r\n         \"freshly craked pepper\"\r\n      ],\r\n      \"allergens\":[\r\n         \"egg\",\r\n         \"seeds\",\r\n         \"mustard\",\r\n         \"traces of nuts\"\r\n      ]\r\n   },\r\n   {\r\n      \"ingredient\":\"guacamole\",\r\n      \"servings\":1,\r\n      \"quantity\":1,\r\n      \"measure\":\"Tbsp\",\r\n      \"ingredients\":[\r\n         \"avocado\",\r\n         \"lemon juice\",\r\n         \"red onions\",\r\n         \"salt\",\r\n         \"corianter\"\r\n      ],\r\n      \"allergens\":[\r\n         \"none\"\r\n      ]\r\n   },\r\n   {\r\n      \"ingredient\":\"radish\",\r\n      \"servings\":1,\r\n      \"quantity\":3,\r\n      \"measure\":\"slice\",\r\n      \"allergens\":[\r\n         \"none\"\r\n      ]\r\n   },\r\n   {\r\n      \"ingredient\":\"fried onion\",\r\n      \"servings\":1,\r\n      \"quantity\":1,\r\n      \"measure\":\"Tbsp\",\r\n      \"allergens\":[\r\n         \"none\"\r\n      ]\r\n   }\r\n],\r\n\"description\":\"a fresh, light, balanced salad\",\r\n\"instructions\":\"add the two cups of spinachs ina a bol. Chopped the pear's half piece into cubes. Add them to the bowl among the honesy mustard sauce and the parmeggiano chez. Mixed gently. Take an empty dish and place in the middle the guacamole's scoop. Add the content of the bol. On top of the salad add the fried onion, the slices of pear and radish and a last touch of sliced parmeggiano chez \",\r\n\"cooking_time_minutes\":8,\r\n\"photo\":\"image/png\",\r\n\"dish_type\":\"salad\",\r\n\"extras_available\":[\r\n   \"sliced parmesan chez\",\r\n   \"granted parmesan chez\",\r\n   \"pear\",\r\n   \"radish\",\r\n   \"honey mustard sauce\",\r\n   \"fried onions\",\r\n   \"radish\",\r\n   \"cranberries\",\r\n   \"bacon\"\r\n],\r\n\"times_made\":10,\r\n\"on_menu\":true\r\n    \r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/recipes/925b9c7e-289f-4c8b-8d29-32c407c3d576","description":"<h2 id=\"delete-error\">DELETE error</h2>\n<p>Delete error message when not in DDBB</p>\n","urlObject":{"protocol":"http","port":"3000","path":["api","v1","recipes","925b9c7e-289f-4c8b-8d29-32c407c3d576"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"1c43c949-a727-4e14-ae99-de358971aadb"},{"name":"Delete request recipes by id success","id":"f208e897-d833-4f40-b5f8-635890c86cdd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\r\n   \"recipe_name\":\"baby spinach salad\",\r\n\"ingredients\":[\r\n   {\r\n      \"ingredient\":\"baby spinach leaves\",\r\n      \"servings\":1,\r\n      \"quantity\":2,\r\n      \"measure\":\"cup\",\r\n      \"allergens\":[\r\n         \"none\"\r\n      ]\r\n   },\r\n   {\r\n      \"ingredient\":\"pear\",\r\n      \"servings\":1,\r\n      \"quantity\":0.5,\r\n      \"measure\":\"piece\",\r\n      \"allergens\":[\r\n         \"none\"\r\n      ]\r\n   },\r\n   {\r\n      \"ingredient\":\"pear\",\r\n      \"servings\":1,\r\n      \"quantity\":3,\r\n      \"measure\":\"slice\",\r\n      \"allergens\":[\r\n         \"none\"\r\n      ]\r\n   },\r\n   {\r\n      \"ingredient\":\"slided parmigiano-reggiano cheese\",\r\n      \"servings\":1,\r\n      \"quantity\":10,\r\n      \"measure\":\"g\",\r\n      \"allergens\":[\r\n         \"milk\"\r\n      ]\r\n   },\r\n   {\r\n      \"ingredient\":\"honey mustard sauce\",\r\n      \"servings\":1,\r\n      \"quantity\":7,\r\n      \"measure\":\"cl\",\r\n      \"ingredients\":[\r\n         \"mayonnaise\",\r\n         \"honey\",\r\n         \"dijon mustard\",\r\n         \"yellow mustard\",\r\n         \" apple cidder vinegar\",\r\n         \"garlic powder\",\r\n         \"paprika\",\r\n         \"salt\",\r\n         \"freshly craked pepper\"\r\n      ],\r\n      \"allergens\":[\r\n         \"egg\",\r\n         \"seeds\",\r\n         \"mustard\",\r\n         \"traces of nuts\"\r\n      ]\r\n   },\r\n   {\r\n      \"ingredient\":\"guacamole\",\r\n      \"servings\":1,\r\n      \"quantity\":1,\r\n      \"measure\":\"Tbsp\",\r\n      \"ingredients\":[\r\n         \"avocado\",\r\n         \"lemon juice\",\r\n         \"red onions\",\r\n         \"salt\",\r\n         \"corianter\"\r\n      ],\r\n      \"allergens\":[\r\n         \"none\"\r\n      ]\r\n   },\r\n   {\r\n      \"ingredient\":\"radish\",\r\n      \"servings\":1,\r\n      \"quantity\":3,\r\n      \"measure\":\"slice\",\r\n      \"allergens\":[\r\n         \"none\"\r\n      ]\r\n   },\r\n   {\r\n      \"ingredient\":\"fried onion\",\r\n      \"servings\":1,\r\n      \"quantity\":1,\r\n      \"measure\":\"Tbsp\",\r\n      \"allergens\":[\r\n         \"none\"\r\n      ]\r\n   }\r\n],\r\n\"description\":\"a fresh, light, balanced salad\",\r\n\"instructions\":\"add the two cups of spinachs ina a bol. Chopped the pear's half piece into cubes. Add them to the bowl among the honesy mustard sauce and the parmeggiano chez. Mixed gently. Take an empty dish and place in the middle the guacamole's scoop. Add the content of the bol. On top of the salad add the fried onion, the slices of pear and radish and a last touch of sliced parmeggiano chez \",\r\n\"cooking_time_minutes\":8,\r\n\"photo\":\"image/png\",\r\n\"dish_type\":\"salad\",\r\n\"extras_available\":[\r\n   \"sliced parmesan chez\",\r\n   \"granted parmesan chez\",\r\n   \"pear\",\r\n   \"radish\",\r\n   \"honey mustard sauce\",\r\n   \"fried onions\",\r\n   \"radish\",\r\n   \"cranberries\",\r\n   \"bacon\"\r\n],\r\n\"times_made\":10,\r\n\"on_menu\":true\r\n    \r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/recipes/03d1496f-eec0-45a7-92ab-ba1066819a90","description":"<h2 id=\"delete-recipe\">DELETE recipe</h2>\n<p>Delete recipe success</p>\n","urlObject":{"protocol":"http","port":"3000","path":["api","v1","recipes","03d1496f-eec0-45a7-92ab-ba1066819a90"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"914d136a-5e64-440e-89bc-076ca7eb58d1","name":"Delete request recipes by id success","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\r\n   \"recipe_name\":\"baby spinach salad\",\r\n\"ingredients\":[\r\n   {\r\n      \"ingredient\":\"baby spinach leaves\",\r\n      \"servings\":1,\r\n      \"quantity\":2,\r\n      \"measure\":\"cup\",\r\n      \"allergens\":[\r\n         \"none\"\r\n      ]\r\n   },\r\n   {\r\n      \"ingredient\":\"pear\",\r\n      \"servings\":1,\r\n      \"quantity\":0.5,\r\n      \"measure\":\"piece\",\r\n      \"allergens\":[\r\n         \"none\"\r\n      ]\r\n   },\r\n   {\r\n      \"ingredient\":\"pear\",\r\n      \"servings\":1,\r\n      \"quantity\":3,\r\n      \"measure\":\"slice\",\r\n      \"allergens\":[\r\n         \"none\"\r\n      ]\r\n   },\r\n   {\r\n      \"ingredient\":\"slided parmigiano-reggiano cheese\",\r\n      \"servings\":1,\r\n      \"quantity\":10,\r\n      \"measure\":\"g\",\r\n      \"allergens\":[\r\n         \"milk\"\r\n      ]\r\n   },\r\n   {\r\n      \"ingredient\":\"honey mustard sauce\",\r\n      \"servings\":1,\r\n      \"quantity\":7,\r\n      \"measure\":\"cl\",\r\n      \"ingredients\":[\r\n         \"mayonnaise\",\r\n         \"honey\",\r\n         \"dijon mustard\",\r\n         \"yellow mustard\",\r\n         \" apple cidder vinegar\",\r\n         \"garlic powder\",\r\n         \"paprika\",\r\n         \"salt\",\r\n         \"freshly craked pepper\"\r\n      ],\r\n      \"allergens\":[\r\n         \"egg\",\r\n         \"seeds\",\r\n         \"mustard\",\r\n         \"traces of nuts\"\r\n      ]\r\n   },\r\n   {\r\n      \"ingredient\":\"guacamole\",\r\n      \"servings\":1,\r\n      \"quantity\":1,\r\n      \"measure\":\"Tbsp\",\r\n      \"ingredients\":[\r\n         \"avocado\",\r\n         \"lemon juice\",\r\n         \"red onions\",\r\n         \"salt\",\r\n         \"corianter\"\r\n      ],\r\n      \"allergens\":[\r\n         \"none\"\r\n      ]\r\n   },\r\n   {\r\n      \"ingredient\":\"radish\",\r\n      \"servings\":1,\r\n      \"quantity\":3,\r\n      \"measure\":\"slice\",\r\n      \"allergens\":[\r\n         \"none\"\r\n      ]\r\n   },\r\n   {\r\n      \"ingredient\":\"fried onion\",\r\n      \"servings\":1,\r\n      \"quantity\":1,\r\n      \"measure\":\"Tbsp\",\r\n      \"allergens\":[\r\n         \"none\"\r\n      ]\r\n   }\r\n],\r\n\"description\":\"a fresh, light, balanced salad\",\r\n\"instructions\":\"add the two cups of spinachs ina a bol. Chopped the pear's half piece into cubes. Add them to the bowl among the honesy mustard sauce and the parmeggiano chez. Mixed gently. Take an empty dish and place in the middle the guacamole's scoop. Add the content of the bol. On top of the salad add the fried onion, the slices of pear and radish and a last touch of sliced parmeggiano chez \",\r\n\"cooking_time_minutes\":8,\r\n\"photo\":\"image/png\",\r\n\"dish_type\":\"salad\",\r\n\"extras_available\":[\r\n   \"sliced parmesan chez\",\r\n   \"granted parmesan chez\",\r\n   \"pear\",\r\n   \"radish\",\r\n   \"honey mustard sauce\",\r\n   \"fried onions\",\r\n   \"radish\",\r\n   \"cranberries\",\r\n   \"bacon\"\r\n],\r\n\"times_made\":10,\r\n\"on_menu\":true\r\n    \r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/recipes/03d1496f-eec0-45a7-92ab-ba1066819a90"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1046"},{"key":"ETag","value":"W/\"416-RSus+F17ZRG7iae0CEiy4/Kp2uw\""},{"key":"Date","value":"Tue, 14 Dec 2021 17:48:30 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"recipeName\": \"baby spinach salad test role\",\n    \"description\": \"a fresh, light, balanced salad\",\n    \"photo\": \"image/png\",\n    \"type\": \"salads\",\n    \"ingredients\": [\n        \"baby spinach leaves\",\n        \"pear\",\n        \"slided parmigiano-reggiano cheese\",\n        \"honey mustard sauce\",\n        \"guacamole\",\n        \"radish\"\n    ],\n    \"extrasAvailable\": [\n        \"sliced parmesan chez\",\n        \"granted parmesan chez\",\n        \"pear\",\n        \"radish\",\n        \"honey mustard sauce\",\n        \"fried onions\",\n        \"radish\",\n        \"cranberries\",\n        \"bacon\"\n    ],\n    \"timesMade\": 10,\n    \"instructions\": \"add the two cups of spinachs ina a bol. Chopped the pear's half piece into cubes. Add them to the bowl among the honesy mustard sauce and the parmeggiano chez. Mixed gently. Take an empty dish and place in the middle the guacamole's scoop. Add the content of the bol. On top of the salad add the fried onion, the slices of pear and radish and a last touch of sliced parmeggiano chez \",\n    \"prepTime\": 5,\n    \"cookTime\": 5,\n    \"totalTime\": 10,\n    \"allergens\": [\n        \"lactose\",\n        \"milk\",\n        \"mustard\",\n        \"traces of nuts\"\n    ],\n    \"isVegan\": true,\n    \"isVegetarian\": true,\n    \"isGlutenFree\": true,\n    \"isDairyFree\": false,\n    \"isLactoseFree\": false,\n    \"isHealthy\": true,\n    \"onMenu\": true\n}"}],"_postman_id":"f208e897-d833-4f40-b5f8-635890c86cdd"},{"name":"Post request recipes error filling the form","id":"fe795178-da5a-450d-ae7b-41efe0ef9c70","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\"recipe_name\":\"baby spinach salad\",\r\n\"ingredients\":[\"baby spinach leaves\",\"pear\",\"slided parmigiano-reggiano cheese\",\"honey mustard sauce\",\"guacamole\",\"radish\"],\r\n\"description\":\"a fresh, light, balanced salad\",\r\n\"instructions\":\"add the two cups of spinachs ina a bol. Chopped the pear's half piece into cubes. Add them to the bowl among the honesy mustard sauce and the parmeggiano chez. Mixed gently. Take an empty dish and place in the middle the guacamole's scoop. Add the content of the bol. On top of the salad add the fried onion, the slices of pear and radish and a last touch of sliced parmeggiano chez \",\r\n\"cookTime\":8,\r\n\"prepTime\":5,\r\n\"totalTime\":13,\r\n\"photo\":\"image/png\",\r\n\"type\":\"salad\",\r\n\"extras_available\":[\r\n   \"sliced parmesan chez\",\r\n   \"granted parmesan chez\",\r\n   \"pear\",\r\n   \"radish\",\r\n   \"honey mustard sauce\",\r\n   \"fried onions\",\r\n   \"radish\",\r\n   \"cranberries\",\r\n   \"bacon\"\r\n],\r\n\"times_made\":10,\r\n\"on_menu\":true\r\n    \r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/recipes/create","description":"<p>Wrong form of filling the data</p>\n","urlObject":{"protocol":"http","port":"3000","path":["api","v1","recipes","create"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"fe795178-da5a-450d-ae7b-41efe0ef9c70"},{"name":"PATCH request recipes ","id":"147f5ef6-0e51-4318-8a30-ed7e4abb185b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n\"recipeName\":\"alitas\",\r\n\"ingredients\":[ \"4 chicken wings\", \"Pedro Ximénez wine bbq sauce\", \"pimenton de la vera\", \"salt\"],\r\n\"description\":\"The chicken wings starters or side dishes\",\r\n\"instructions\":\"Four national chicken wings, cutted in half. Marinated with 'pimentón de la vera' and rosemary herbs. Pre-cooked in the oven and last deep fried touch. Seazoning. pimenton de la vera and salt. Add an ounce of Pedro Ximénez bbq sauce in the middle of the plate. Served with brown paper and the sauce.  \",\r\n\"cookTime\":8,\r\n\"prepTime\": 30,\r\n\"totalTime\":38,\r\n\"isVegan\": false,\r\n\"isVegetarian\": false,\r\n\"isGlutenFree\": true,\r\n\"photo\":\"image/png\",\r\n\"type\":\"starters\",\r\n\"extrasAvailable\":[\r\n   \"french fries\",\r\n   \"sweet potatoes\"\r\n],\r\n\"times_made\":100,\r\n\"onMenu\":true\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/recipes/59411a1d-72ce-4597-aacd-79ee7046ce7f","description":"<h3 id=\"update-recipès\">UPDATE recipès</h3>\n","urlObject":{"protocol":"http","port":"3000","path":["api","v1","recipes","59411a1d-72ce-4597-aacd-79ee7046ce7f"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"71b3186b-94d5-4e29-81e0-5743b38d4fcd","name":"PATCH request recipes ","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n\"recipeName\":\"alitas\",\r\n\"ingredients\":[ \"4 chicken wings\", \"Pedro Ximénez wine bbq sauce\", \"pimenton de la vera\", \"salt\"],\r\n\"description\":\"The chicken wings starters or side dishes\",\r\n\"instructions\":\"Four national chicken wings, cutted in half. Marinated with 'pimentón de la vera' and rosemary herbs. Pre-cooked in the oven and last deep fried touch. Seazoning. pimenton de la vera and salt. Add an ounce of Pedro Ximénez bbq sauce in the middle of the plate. Served with brown paper and the sauce.  \",\r\n\"cookTime\":8,\r\n\"prepTime\": 30,\r\n\"totalTime\":38,\r\n\"isVegan\": false,\r\n\"isVegetarian\": false,\r\n\"isGlutenFree\": true,\r\n\"photo\":\"image/png\",\r\n\"type\":\"starters\",\r\n\"extrasAvailable\":[\r\n   \"french fries\",\r\n   \"sweet potatoes\"\r\n],\r\n\"times_made\":100,\r\n\"onMenu\":true\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/recipes/59411a1d-72ce-4597-aacd-79ee7046ce7f"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"797"},{"key":"ETag","value":"W/\"31d-Gikjer+weBu3S4Cab9xD3gmfeqM\""},{"key":"Date","value":"Tue, 14 Dec 2021 07:23:48 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"recipeId\": \"59411a1d-72ce-4597-aacd-79ee7046ce7f\",\n    \"ingredients\": [\n        \"4 chicken wings\",\n        \"Pedro Ximénez wine bbq sauce\",\n        \"pimenton de la vera\",\n        \"salt\"\n    ],\n    \"extrasAvailable\": [\n        \"french fries\",\n        \"sweet potatoes\"\n    ],\n    \"allergens\": [],\n    \"id\": \"61b8440b16f2da2a90051d7f\",\n    \"recipeName\": \"alitas\",\n    \"description\": \"The chicken wings starters or side dishes\",\n    \"photo\": \"image/png\",\n    \"type\": \"starters\",\n    \"instructions\": \"Four national chicken wings, cutted in half. Marinated with 'pimentón de la vera' and rosemary herbs. Pre-cooked in the oven and last deep fried touch. Seazoning. pimenton de la vera and salt. Add an ounce of Pedro Ximénez bbq sauce in the middle of the plate. Served with brown paper and the sauce.  \",\n    \"prepTime\": 30,\n    \"cookTime\": 8,\n    \"totalTime\": 38,\n    \"isVegan\": false,\n    \"isVegetarian\": false,\n    \"isGlutenFree\": true,\n    \"onMenu\": true\n}"}],"_postman_id":"147f5ef6-0e51-4318-8a30-ed7e4abb185b"},{"name":"Patch error","id":"809e1652-1ff1-42aa-88e6-e356117e0995","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"firstName\": \"John\",\r\n    \"lastName\": \"Wayne Wayne\",\r\n    \"email\": \"hello2@hello.com\",\r\n    \"password\": \"1234\",\r\n    \"role\":\"user\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/users/619d2029cfc6804fac8d45a6","urlObject":{"protocol":"http","port":"3000","path":["api","v1","users","619d2029cfc6804fac8d45a6"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"809e1652-1ff1-42aa-88e6-e356117e0995"},{"name":"Delete request recipes by id error","id":"2522a7d4-0b28-4289-8ff1-e665fa2172bb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\r\n   \"recipe_name\":\"baby spinach salad\",\r\n\"ingredients\":[\r\n   {\r\n      \"ingredient\":\"baby spinach leaves\",\r\n      \"servings\":1,\r\n      \"quantity\":2,\r\n      \"measure\":\"cup\",\r\n      \"allergens\":[\r\n         \"none\"\r\n      ]\r\n   },\r\n   {\r\n      \"ingredient\":\"pear\",\r\n      \"servings\":1,\r\n      \"quantity\":0.5,\r\n      \"measure\":\"piece\",\r\n      \"allergens\":[\r\n         \"none\"\r\n      ]\r\n   },\r\n   {\r\n      \"ingredient\":\"pear\",\r\n      \"servings\":1,\r\n      \"quantity\":3,\r\n      \"measure\":\"slice\",\r\n      \"allergens\":[\r\n         \"none\"\r\n      ]\r\n   },\r\n   {\r\n      \"ingredient\":\"slided parmigiano-reggiano cheese\",\r\n      \"servings\":1,\r\n      \"quantity\":10,\r\n      \"measure\":\"g\",\r\n      \"allergens\":[\r\n         \"milk\"\r\n      ]\r\n   },\r\n   {\r\n      \"ingredient\":\"honey mustard sauce\",\r\n      \"servings\":1,\r\n      \"quantity\":7,\r\n      \"measure\":\"cl\",\r\n      \"ingredients\":[\r\n         \"mayonnaise\",\r\n         \"honey\",\r\n         \"dijon mustard\",\r\n         \"yellow mustard\",\r\n         \" apple cidder vinegar\",\r\n         \"garlic powder\",\r\n         \"paprika\",\r\n         \"salt\",\r\n         \"freshly craked pepper\"\r\n      ],\r\n      \"allergens\":[\r\n         \"egg\",\r\n         \"seeds\",\r\n         \"mustard\",\r\n         \"traces of nuts\"\r\n      ]\r\n   },\r\n   {\r\n      \"ingredient\":\"guacamole\",\r\n      \"servings\":1,\r\n      \"quantity\":1,\r\n      \"measure\":\"Tbsp\",\r\n      \"ingredients\":[\r\n         \"avocado\",\r\n         \"lemon juice\",\r\n         \"red onions\",\r\n         \"salt\",\r\n         \"corianter\"\r\n      ],\r\n      \"allergens\":[\r\n         \"none\"\r\n      ]\r\n   },\r\n   {\r\n      \"ingredient\":\"radish\",\r\n      \"servings\":1,\r\n      \"quantity\":3,\r\n      \"measure\":\"slice\",\r\n      \"allergens\":[\r\n         \"none\"\r\n      ]\r\n   },\r\n   {\r\n      \"ingredient\":\"fried onion\",\r\n      \"servings\":1,\r\n      \"quantity\":1,\r\n      \"measure\":\"Tbsp\",\r\n      \"allergens\":[\r\n         \"none\"\r\n      ]\r\n   }\r\n],\r\n\"description\":\"a fresh, light, balanced salad\",\r\n\"instructions\":\"add the two cups of spinachs ina a bol. Chopped the pear's half piece into cubes. Add them to the bowl among the honesy mustard sauce and the parmeggiano chez. Mixed gently. Take an empty dish and place in the middle the guacamole's scoop. Add the content of the bol. On top of the salad add the fried onion, the slices of pear and radish and a last touch of sliced parmeggiano chez \",\r\n\"cooking_time_minutes\":8,\r\n\"photo\":\"image/png\",\r\n\"dish_type\":\"salad\",\r\n\"extras_available\":[\r\n   \"sliced parmesan chez\",\r\n   \"granted parmesan chez\",\r\n   \"pear\",\r\n   \"radish\",\r\n   \"honey mustard sauce\",\r\n   \"fried onions\",\r\n   \"radish\",\r\n   \"cranberries\",\r\n   \"bacon\"\r\n],\r\n\"times_made\":10,\r\n\"on_menu\":true\r\n    \r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/03d1496f-eec0-45a7-92ab-ba1066819a90","description":"<h3 id=\"delete-error\">DELETE error</h3>\n<p><em><strong>id</strong></em> not founded in the database</p>\n","urlObject":{"protocol":"http","port":"3000","path":["api","v1","03d1496f-eec0-45a7-92ab-ba1066819a90"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"5eb7037f-fbe5-4c1f-ad3f-002e50e67d15","name":"Delete request recipes by id error","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\r\n   \"recipe_name\":\"baby spinach salad\",\r\n\"ingredients\":[\r\n   {\r\n      \"ingredient\":\"baby spinach leaves\",\r\n      \"servings\":1,\r\n      \"quantity\":2,\r\n      \"measure\":\"cup\",\r\n      \"allergens\":[\r\n         \"none\"\r\n      ]\r\n   },\r\n   {\r\n      \"ingredient\":\"pear\",\r\n      \"servings\":1,\r\n      \"quantity\":0.5,\r\n      \"measure\":\"piece\",\r\n      \"allergens\":[\r\n         \"none\"\r\n      ]\r\n   },\r\n   {\r\n      \"ingredient\":\"pear\",\r\n      \"servings\":1,\r\n      \"quantity\":3,\r\n      \"measure\":\"slice\",\r\n      \"allergens\":[\r\n         \"none\"\r\n      ]\r\n   },\r\n   {\r\n      \"ingredient\":\"slided parmigiano-reggiano cheese\",\r\n      \"servings\":1,\r\n      \"quantity\":10,\r\n      \"measure\":\"g\",\r\n      \"allergens\":[\r\n         \"milk\"\r\n      ]\r\n   },\r\n   {\r\n      \"ingredient\":\"honey mustard sauce\",\r\n      \"servings\":1,\r\n      \"quantity\":7,\r\n      \"measure\":\"cl\",\r\n      \"ingredients\":[\r\n         \"mayonnaise\",\r\n         \"honey\",\r\n         \"dijon mustard\",\r\n         \"yellow mustard\",\r\n         \" apple cidder vinegar\",\r\n         \"garlic powder\",\r\n         \"paprika\",\r\n         \"salt\",\r\n         \"freshly craked pepper\"\r\n      ],\r\n      \"allergens\":[\r\n         \"egg\",\r\n         \"seeds\",\r\n         \"mustard\",\r\n         \"traces of nuts\"\r\n      ]\r\n   },\r\n   {\r\n      \"ingredient\":\"guacamole\",\r\n      \"servings\":1,\r\n      \"quantity\":1,\r\n      \"measure\":\"Tbsp\",\r\n      \"ingredients\":[\r\n         \"avocado\",\r\n         \"lemon juice\",\r\n         \"red onions\",\r\n         \"salt\",\r\n         \"corianter\"\r\n      ],\r\n      \"allergens\":[\r\n         \"none\"\r\n      ]\r\n   },\r\n   {\r\n      \"ingredient\":\"radish\",\r\n      \"servings\":1,\r\n      \"quantity\":3,\r\n      \"measure\":\"slice\",\r\n      \"allergens\":[\r\n         \"none\"\r\n      ]\r\n   },\r\n   {\r\n      \"ingredient\":\"fried onion\",\r\n      \"servings\":1,\r\n      \"quantity\":1,\r\n      \"measure\":\"Tbsp\",\r\n      \"allergens\":[\r\n         \"none\"\r\n      ]\r\n   }\r\n],\r\n\"description\":\"a fresh, light, balanced salad\",\r\n\"instructions\":\"add the two cups of spinachs ina a bol. Chopped the pear's half piece into cubes. Add them to the bowl among the honesy mustard sauce and the parmeggiano chez. Mixed gently. Take an empty dish and place in the middle the guacamole's scoop. Add the content of the bol. On top of the salad add the fried onion, the slices of pear and radish and a last touch of sliced parmeggiano chez \",\r\n\"cooking_time_minutes\":8,\r\n\"photo\":\"image/png\",\r\n\"dish_type\":\"salad\",\r\n\"extras_available\":[\r\n   \"sliced parmesan chez\",\r\n   \"granted parmesan chez\",\r\n   \"pear\",\r\n   \"radish\",\r\n   \"honey mustard sauce\",\r\n   \"fried onions\",\r\n   \"radish\",\r\n   \"cranberries\",\r\n   \"bacon\"\r\n],\r\n\"times_made\":10,\r\n\"on_menu\":true\r\n    \r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/03d1496f-eec0-45a7-92ab-ba1066819a90"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"109"},{"key":"ETag","value":"W/\"6d-UON0hSaUXKfdSDIqy8VrUIHgedU\""},{"key":"Date","value":"Tue, 14 Dec 2021 18:03:48 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"statusCode\": 404,\n    \"message\": \"Cannot DELETE /api/v1/03d1496f-eec0-45a7-92ab-ba1066819a90\",\n    \"error\": \"Not Found\"\n}"}],"_postman_id":"2522a7d4-0b28-4289-8ff1-e665fa2172bb"},{"name":"Post request order","id":"71834112-9017-4d7d-b75e-3e9fa4d096bc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n \"recipeId\":\"74c8d5ed-9b9f-40fe-a9a1-21860be79636\",\r\n \"userId\":\"5a02d8c3-f258-4afc-9cc2-553cf398062d\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/orders","description":"<h3 id=\"post-order\">POST order</h3>\n<p>First try</p>\n","urlObject":{"protocol":"http","port":"3000","path":["api","v1","orders"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"71834112-9017-4d7d-b75e-3e9fa4d096bc"}]}