{"info":{"_postman_id":"6c2646a0-1385-4c47-b080-19ca2ecdfb32","name":"BW Expat Journal Project","description":"<html><head></head><body><h1 id=\"introduction\">Introduction</h1>\n<h2 id=\"the-base-url--httpsbw-expat-journal-webherokuappcom\">The BASE URL : <a href=\"https://bw-expat-journal-web.herokuapp.com/\">https://bw-expat-journal-web.herokuapp.com/</a></h2>\n<h3 id=\"api-endpoints-for-bw-expat-journal-project\">API Endpoints for BW Expat Journal Project</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Method</strong></th>\n<th><strong>URL</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Requires Token</strong></th>\n<th><strong>Requires Admin</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><em><strong>POST</strong></em></td>\n<td><em>/api/auth/register</em></td>\n<td>register a new user</td>\n<td>-</td>\n<td>-</td>\n</tr>\n<tr>\n<td><em><strong>POST</strong></em></td>\n<td><em>/api/auth/login</em></td>\n<td>login as existing user</td>\n<td>-</td>\n<td>-</td>\n</tr>\n<tr>\n<td><em><strong>POST</strong></em></td>\n<td><em>/api/</em></td>\n<td>create a new post</td>\n<td>X</td>\n<td>-</td>\n</tr>\n<tr>\n<td><em><strong>GET</strong></em></td>\n<td><em>/api/posts</em></td>\n<td>get information of all posts</td>\n<td>X</td>\n<td>-</td>\n</tr>\n<tr>\n<td><em><strong>GET</strong></em></td>\n<td><em>/api/posts/:id</em></td>\n<td>get a specific posts by id</td>\n<td>X</td>\n<td>-</td>\n</tr>\n<tr>\n<td><em><strong>GET</strong></em></td>\n<td><em>/api/users/:id/posts</em></td>\n<td>get posts created by users with specified ID</td>\n<td>-</td>\n<td>-</td>\n</tr>\n<tr>\n<td><em><strong>PUT</strong></em></td>\n<td><em>/api/posts/:id</em></td>\n<td>edit a posts(this is a new feature for DELETE a story or a photo associated with a post )</td>\n<td>X</td>\n<td>X</td>\n</tr>\n<tr>\n<td><em><strong>DELETE</strong></em></td>\n<td><em>/api/posts/:id</em></td>\n<td>delete a posts from database</td>\n<td>X</td>\n<td>X</td>\n</tr>\n</tbody>\n</table>\n</div></body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"Introduction","slug":"introduction"}],"owner":"13492253","collectionId":"6c2646a0-1385-4c47-b080-19ca2ecdfb32","publishedId":"TVeqc6bz","public":true,"customColor":{"top-bar":"F","right-sidebar":"212529","highlight":"DC2F02"},"publishDate":"2020-11-18T02:06:33.000Z"},"item":[{"name":"POST- REGISTER a new user","id":"ac4f8bd7-7f96-4d34-83e9-8a8c0da84e88","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"firstname\": \"Hello\",\r\n    \"lastname\": \"World\",\r\n    \"username\": \"admin\",\r\n    \"password\": \"lambdaschool\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://bw-expat-journal-web.herokuapp.com/api/auth/register","description":"<h4 id=\"register---post-resquest-and-response\"><strong>REGISTER - POST RESQUEST and RESPONSE</strong></h4>\n<h6 id=\"api-httpsbw-expat-journal-webherokuappcomapiauthregister\"><strong>API: <a href=\"https://bw-expat-journal-web.herokuapp.com/api/auth/register\">https://bw-expat-journal-web.herokuapp.com/api/auth/register</a></strong></h6>\n","auth":{"type":"apikey","apikey":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"6c2646a0-1385-4c47-b080-19ca2ecdfb32","id":"6c2646a0-1385-4c47-b080-19ca2ecdfb32","name":"BW Expat Journal Project","type":"collection"}},"urlObject":{"protocol":"https","path":["api","auth","register"],"host":["bw-expat-journal-web","herokuapp","com"],"query":[],"variable":[]}},"response":[{"id":"e71e3054-fc8b-47b0-8473-794a6a32355d","name":"https://bw-expat-journal-web.herokuapp.com/api/auth/register","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"firstname\": \"Hello\",\r\n    \"lastname\": \"World\",\r\n    \"username\": \"admin\",\r\n    \"password\": \"lambdaschool\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://bw-expat-journal-web.herokuapp.com/api/auth/register"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"X-Dns-Prefetch-Control","value":"off"},{"key":"Expect-Ct","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-Xss-Protection","value":"0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"149"},{"key":"Etag","value":"W/\"95-LBuELoIKQ6CDL9jqxs7p6mgY1TA\""},{"key":"Date","value":"Mon, 16 Nov 2020 22:57:39 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 5,\n        \"firstname\": \"Hello\",\n        \"lastname\": \"World\",\n        \"username\": \"admin\",\n        \"password\": \"$2a$08$VS9LOsFrKN4HJq.T.JZ8BehRMdDGfqSdfo1tvGUiqoiQV3d5RkAra\"\n    }\n}"}],"_postman_id":"ac4f8bd7-7f96-4d34-83e9-8a8c0da84e88"},{"name":"POST-LOGIN as existing user","id":"5e04b07a-3849-4471-959e-6570457b55f6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"firstname\": \"Hello\",\r\n    \"lastname\": \"World\",\r\n    \"username\": \"admin\",\r\n    \"password\": \"lambdaschool\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://bw-expat-journal-web.herokuapp.com/api/auth/login","description":"<h4 id=\"post-login-request-and-response\">POST-LOGIN REQUEST and RESPONSE</h4>\n<h6 id=\"api-httpsbw-expat-journal-webherokuappcomapiauthlogin\"><strong>API: <a href=\"https://bw-expat-journal-web.herokuapp.com/api/auth/login\">https://bw-expat-journal-web.herokuapp.com/api/auth/login</a></strong></h6>\n","auth":{"type":"apikey","apikey":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"6c2646a0-1385-4c47-b080-19ca2ecdfb32","id":"6c2646a0-1385-4c47-b080-19ca2ecdfb32","name":"BW Expat Journal Project","type":"collection"}},"urlObject":{"protocol":"https","path":["api","auth","login"],"host":["bw-expat-journal-web","herokuapp","com"],"query":[],"variable":[]}},"response":[{"id":"2184da57-82fc-4f38-9007-14ec2bd91feb","name":"POST-LOGIN as existing user","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"firstname\": \"Hello\",\r\n    \"lastname\": \"World\",\r\n    \"username\": \"admin\",\r\n    \"password\": \"lambdaschool\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://bw-expat-journal-web.herokuapp.com/api/auth/login"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"X-Dns-Prefetch-Control","value":"off"},{"key":"Expect-Ct","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-Xss-Protection","value":"0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"185"},{"key":"Etag","value":"W/\"b9-C+0+VHjgJZ0SC48dhO+AMkD/MwY\""},{"key":"Date","value":"Mon, 16 Nov 2020 23:02:00 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Welcome\",\n    \"token\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VybmFtZSI6ImFkbWluIiwiaWF0IjoxNjA1NTY3NzIwLCJleHAiOjE2MDU2NTQxMjB9.t_l5N9JHHPWa9ulT3AJEMZQADavJ4c74-kFD5j4jgGE\"\n}"}],"_postman_id":"5e04b07a-3849-4471-959e-6570457b55f6"},{"name":"GET -  POST created by users with specified ID","id":"7dfe6abd-fdfb-47a3-8860-d422fa9c2019","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VybmFtZSI6ImFkbWluIiwiaWF0IjoxNjA1NTY3NzIwLCJleHAiOjE2MDU2NTQxMjB9.t_l5N9JHHPWa9ulT3AJEMZQADavJ4c74-kFD5j4jgGE","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://bw-expat-journal-web.herokuapp.com/api/users/3/posts","description":"<h4 id=\"get---post-created-by-users-with-specified-id\"><strong>GET - POST created by users with specified ID</strong></h4>\n<p> <strong>Get POSTS BY USER-ID  and return with USERNAME AND POSTS INFORMATION</strong></p>\n<h6 id=\"api--httpsbw-expat-journal-webherokuappcomapiusers3posts\"><strong>API : <a href=\"https://bw-expat-journal-web.herokuapp.com/api/users/3/posts\">https://bw-expat-journal-web.herokuapp.com/api/users/3/posts</a></strong></h6>\n","auth":{"type":"apikey","apikey":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"6c2646a0-1385-4c47-b080-19ca2ecdfb32","id":"6c2646a0-1385-4c47-b080-19ca2ecdfb32","name":"BW Expat Journal Project","type":"collection"}},"urlObject":{"protocol":"https","path":["api","users","3","posts"],"host":["bw-expat-journal-web","herokuapp","com"],"query":[],"variable":[]}},"response":[{"id":"857b3fad-1b05-43e5-b44c-99367bce0831","name":"GET -  POST created by users with specified ID","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VybmFtZSI6ImFkbWluIiwiaWF0IjoxNjA1NTY3NzIwLCJleHAiOjE2MDU2NTQxMjB9.t_l5N9JHHPWa9ulT3AJEMZQADavJ4c74-kFD5j4jgGE","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://bw-expat-journal-web.herokuapp.com/api/users/3/posts"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"X-Dns-Prefetch-Control","value":"off"},{"key":"Expect-Ct","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-Xss-Protection","value":"0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"337"},{"key":"Etag","value":"W/\"151-ofM/csSqh0F9tQEdDOHEJw4+KME\""},{"key":"Date","value":"Thu, 19 Nov 2020 20:22:47 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"getPostByUser\": [\n        {\n            \"username\": \"yawn\",\n            \"id\": 3,\n            \"title\": \"Winter on I-90\",\n            \"description\": \"This was a treacherous drive that I will never forget. Part of a February sweetheart roadtrip with Buck, may he rest in peace.\",\n            \"photo_url\": \"https://images.unsplash.com/photo-1449182325215-d517de72c42d?ixlib=rb-1.2.1&auto=format&fit=crop&w=1017&q=80\"\n        }\n    ]\n}"}],"_postman_id":"7dfe6abd-fdfb-47a3-8860-d422fa9c2019"},{"name":"GET - POST information of all posts","id":"9d14e685-65cf-4c56-bec5-493ffbb46027","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VybmFtZSI6ImFkbWluIiwiaWF0IjoxNjA1NTY3NzIwLCJleHAiOjE2MDU2NTQxMjB9.t_l5N9JHHPWa9ulT3AJEMZQADavJ4c74-kFD5j4jgGE","type":"text"}],"url":"https://bw-expat-journal-web.herokuapp.com/api/posts","description":"<h4 id=\"get---post-information-of-all-posts\"><strong>GET - POST information of all posts</strong></h4>\n<h6 id=\"api-httpsbw-expat-journal-webherokuappcomapiposts\"><strong>API: <a href=\"https://bw-expat-journal-web.herokuapp.com/api/posts\">https://bw-expat-journal-web.herokuapp.com/api/posts</a></strong></h6>\n","auth":{"type":"apikey","apikey":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"6c2646a0-1385-4c47-b080-19ca2ecdfb32","id":"6c2646a0-1385-4c47-b080-19ca2ecdfb32","name":"BW Expat Journal Project","type":"collection"}},"urlObject":{"protocol":"https","path":["api","posts"],"host":["bw-expat-journal-web","herokuapp","com"],"query":[],"variable":[]}},"response":[{"id":"fd9ea7f0-c36f-4871-b563-31e0ce7a4ae4","name":"Get information of all posts ","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VybmFtZSI6ImFkbWluIiwiaWF0IjoxNjA1NTY3NzIwLCJleHAiOjE2MDU2NTQxMjB9.t_l5N9JHHPWa9ulT3AJEMZQADavJ4c74-kFD5j4jgGE","type":"text"}],"url":"https://bw-expat-journal-web.herokuapp.com/api/posts"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"X-Dns-Prefetch-Control","value":"off"},{"key":"Expect-Ct","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-Xss-Protection","value":"0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1088"},{"key":"Etag","value":"W/\"440-osXO8d0blfMOHsXmI9zoOTL4GRw\""},{"key":"Date","value":"Tue, 17 Nov 2020 01:36:39 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"notification\": \"Information of posts are successfully retrieved\",\n    \"postsdata\": [\n        {\n            \"id\": 1,\n            \"title\": \"First Expat Journal Title\",\n            \"description\": \"What do you write the First Expat Journal Title description\",\n            \"photo_url\": \"https://images.unsplash.com/photo-1542492026-44f6489c8c28?ixlib=rb-1.2.1&auto=format&fit=crop&w=1018&q=80\"\n        },\n        {\n            \"id\": 2,\n            \"title\": \"Second Expat Journal Title\",\n            \"description\": \"What do you write in the Second Expat Journal Title description\",\n            \"photo_url\": \"https://images.unsplash.com/photo-1494783367193-149034c05e8f?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1050&q=80\"\n        },\n        {\n            \"id\": 3,\n            \"title\": \"Third Expat Journal Title\",\n            \"description\": \"What do you write in the Third Expat Journal Title description\",\n            \"photo_url\": \"https://images.unsplash.com/photo-1449182325215-d517de72c42d?ixlib=rb-1.2.1&auto=format&fit=crop&w=1017&q=80\"\n        },\n        {\n            \"id\": 4,\n            \"title\": \"Fourth Expat Journal Title\",\n            \"description\": \"What do you write in Fourth Expat Journal Title description\",\n            \"photo_url\": \"https://images.unsplash.com/photo-1445966275305-9806327ea2b5?ixlib=rb-1.2.1&auto=format&fit=crop&w=1050&q=80\"\n        }\n    ]\n}"}],"_postman_id":"9d14e685-65cf-4c56-bec5-493ffbb46027"},{"name":"GET -  POST by id","id":"1d1c0abf-2d20-4199-831b-222f2f9ae90d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VybmFtZSI6ImFkbWluIiwiaWF0IjoxNjA1NTY3NzIwLCJleHAiOjE2MDU2NTQxMjB9.t_l5N9JHHPWa9ulT3AJEMZQADavJ4c74-kFD5j4jgGE","type":"text"}],"url":"https://bw-expat-journal-web.herokuapp.com/api/posts/3","description":"<h3 id=\"get---post-by-id\"><strong>GET - POST by id</strong></h3>\n<h6 id=\"api-httpsbw-expat-journal-webherokuappcomapipostsid\"><strong>API: <a href=\"https://bw-expat-journal-web.herokuapp.com/api/posts/:id\">https://bw-expat-journal-web.herokuapp.com/api/posts/:id</a></strong></h6>\n","auth":{"type":"apikey","apikey":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"6c2646a0-1385-4c47-b080-19ca2ecdfb32","id":"6c2646a0-1385-4c47-b080-19ca2ecdfb32","name":"BW Expat Journal Project","type":"collection"}},"urlObject":{"protocol":"https","path":["api","posts","3"],"host":["bw-expat-journal-web","herokuapp","com"],"query":[],"variable":[]}},"response":[{"id":"2056a240-7000-40f1-b9c9-0c583805f1a5","name":"Get a specific post by id","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VybmFtZSI6ImFkbWluIiwiaWF0IjoxNjA1NTY3NzIwLCJleHAiOjE2MDU2NTQxMjB9.t_l5N9JHHPWa9ulT3AJEMZQADavJ4c74-kFD5j4jgGE","type":"text"}],"url":"https://bw-expat-journal-web.herokuapp.com/api/posts/3"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"X-Dns-Prefetch-Control","value":"off"},{"key":"Expect-Ct","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-Xss-Protection","value":"0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"312"},{"key":"Etag","value":"W/\"138-sd0WvITeyUfJCK3gnForhpWac8A\""},{"key":"Date","value":"Tue, 17 Nov 2020 01:37:58 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"This is information of post with specific ID\",\n    \"post\": {\n        \"id\": 3,\n        \"title\": \"Third Expat Journal Title\",\n        \"description\": \"What do you write in the Third Expat Journal Title description\",\n        \"photo_url\": \"https://images.unsplash.com/photo-1449182325215-d517de72c42d?ixlib=rb-1.2.1&auto=format&fit=crop&w=1017&q=80\"\n    }\n}"}],"_postman_id":"1d1c0abf-2d20-4199-831b-222f2f9ae90d"},{"name":"POST- CREATE new post","id":"d133efe8-6429-4723-85ad-533887c064e1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VybmFtZSI6InRlc3RoZXJva3UiLCJpYXQiOjE2MDU2NjI3ODIsImV4cCI6MTYwNTc0OTE4Mn0.TloG7zwPpxQ5uSxrVaHp-HVl3JPuuJ8JIHaTMWswIr4","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"title\": \"Tokyo\",\r\n    \"description\": \"Tokyo\",\r\n    \"photo_url\": \"https://images.unsplash.com/photo-1568104044520-82894f60a909?ixlib=rb-1.2.1&auto=format&fit=crop&w=1350&q=80\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://bw-expat-journal-web.herokuapp.com/api/posts","description":"<h4 id=\"post--create-new-post\"><strong>POST- CREATE new post</strong></h4>\n<h6 id=\"api-httpsbw-expat-journal-webherokuappcomapi\"><strong>API: <a href=\"https://bw-expat-journal-web.herokuapp.com/api/\">https://bw-expat-journal-web.herokuapp.com/api/</a></strong></h6>\n","auth":{"type":"apikey","apikey":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"6c2646a0-1385-4c47-b080-19ca2ecdfb32","id":"6c2646a0-1385-4c47-b080-19ca2ecdfb32","name":"BW Expat Journal Project","type":"collection"}},"urlObject":{"protocol":"https","path":["api","posts"],"host":["bw-expat-journal-web","herokuapp","com"],"query":[],"variable":[]}},"response":[{"id":"b7555eda-d85f-45f4-86ea-1b9317828092","name":"POST create new post","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"title\": \"Create new post\",\r\n    \"description\": \"Create New Post\",\r\n    \"photo_url\": \"https://images.unsplash.com/photo-1542492026-44f6489c8c28?ixlib=rb-1.2.1&auto=format&fit=crop&w=1018&q=80\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/posts"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Expect-CT","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-XSS-Protection","value":"0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"53"},{"key":"ETag","value":"W/\"35-NSvowNFUg0R/UjoaaZdxmMlveqQ\""},{"key":"Date","value":"Mon, 16 Nov 2020 21:11:41 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"notification\": \"New Post is updated\",\n    \"newPost\": [\n        29\n    ]\n}"},{"id":"e370b453-b308-44fb-8f4f-ccc1091ddd57","name":"POST create new post","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VybmFtZSI6InRlc3RoZXJva3UiLCJpYXQiOjE2MDU2NjI3ODIsImV4cCI6MTYwNTc0OTE4Mn0.TloG7zwPpxQ5uSxrVaHp-HVl3JPuuJ8JIHaTMWswIr4","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"title\": \"Tokyo\",\r\n    \"description\": \"Tokyo\",\r\n    \"photo_url\": \"https://images.unsplash.com/photo-1568104044520-82894f60a909?ixlib=rb-1.2.1&auto=format&fit=crop&w=1350&q=80\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://bw-expat-journal-web.herokuapp.com/api/posts"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"X-Dns-Prefetch-Control","value":"off"},{"key":"Expect-Ct","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-Xss-Protection","value":"0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"220"},{"key":"Etag","value":"W/\"dc-fyBwq85EnS2yd/QtsMd9Xuv0dNE\""},{"key":"Date","value":"Wed, 18 Nov 2020 01:42:37 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"notification\": \"New Post is updated\",\n    \"newPost\": [\n        {\n            \"id\": 5,\n            \"title\": \"Tokyo\",\n            \"description\": \"Tokyo\",\n            \"photo_url\": \"https://images.unsplash.com/photo-1568104044520-82894f60a909?ixlib=rb-1.2.1&auto=format&fit=crop&w=1350&q=80\"\n        }\n    ]\n}"}],"_postman_id":"d133efe8-6429-4723-85ad-533887c064e1"},{"name":"PUT - UPDATE a post by id","id":"02c2afd8-74c6-494e-8fc3-b7ef6787b84f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VybmFtZSI6ImFkbWluIiwiaWF0IjoxNjA1NTY3NzIwLCJleHAiOjE2MDU2NTQxMjB9.t_l5N9JHHPWa9ulT3AJEMZQADavJ4c74-kFD5j4jgGE","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\r\n    \"title\": \"Put Request Heroku\",\r\n    \"description\": \"Put Request\",\r\n    \"photo_url\": \"https://images.unsplash.com/photo-1542492026-44f6489c8c28?ixlib=rb-1.2.1&auto=format&fit=crop&w=1018&q=80\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://bw-expat-journal-web.herokuapp.com/api/posts/2","description":"<h4 id=\"put-request-and-response\"><strong>PUT REQUEST and RESPONSE</strong></h4>\n<p> <strong>Edit a posts (this is a new feature for DELETE a story or a photo associated with a post )</strong></p>\n<h6 id=\"api--httpsbw-expat-journal-webherokuappcomapi\"><strong>API : <a href=\"https://bw-expat-journal-web.herokuapp.com/api/\">https://bw-expat-journal-web.herokuapp.com/api/</a></strong></h6>\n","auth":{"type":"apikey","apikey":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"6c2646a0-1385-4c47-b080-19ca2ecdfb32","id":"6c2646a0-1385-4c47-b080-19ca2ecdfb32","name":"BW Expat Journal Project","type":"collection"}},"urlObject":{"protocol":"https","path":["api","posts","2"],"host":["bw-expat-journal-web","herokuapp","com"],"query":[],"variable":[]}},"response":[{"id":"95f6af00-4035-4279-8d23-811bf7d998d8","name":"http://localhost:5000/api/posts","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\r\n    \"title\": \"Create Post Testing\",\r\n    \"description\": \"Create Post Testing\",\r\n    \"photo_url\": \"https://images.unsplash.com/photo-1542492026-44f6489c8c28?ixlib=rb-1.2.1&auto=format&fit=crop&w=1018&q=80\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/posts"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Expect-CT","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-XSS-Protection","value":"0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"53"},{"key":"ETag","value":"W/\"35-GM8PIk9Xk5PxMEGLuZO+9cUp3aE\""},{"key":"Date","value":"Mon, 16 Nov 2020 21:03:58 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"notification\": \"New Post is updated\",\n    \"newPost\": [\n        28\n    ]\n}"},{"id":"d2beff80-21b2-40cf-8d27-58dfa32bfafd","name":"PUT - UPDATE a post by id","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VybmFtZSI6ImFkbWluIiwiaWF0IjoxNjA1NTY3NzIwLCJleHAiOjE2MDU2NTQxMjB9.t_l5N9JHHPWa9ulT3AJEMZQADavJ4c74-kFD5j4jgGE","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\r\n    \"title\": \"Put Request Heroku\",\r\n    \"description\": \"Put Request\",\r\n    \"photo_url\": \"https://images.unsplash.com/photo-1542492026-44f6489c8c28?ixlib=rb-1.2.1&auto=format&fit=crop&w=1018&q=80\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://bw-expat-journal-web.herokuapp.com/api/posts/2"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"X-Dns-Prefetch-Control","value":"off"},{"key":"Expect-Ct","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-Xss-Protection","value":"0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"249"},{"key":"Etag","value":"W/\"f9-4FfluRYCVwOSNfMonH4lWJgxvHQ\""},{"key":"Date","value":"Tue, 17 Nov 2020 02:21:00 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": \"Post information is updated\",\n    \"title\": \"Put Request Heroku\",\n    \"description\": \"Put Request\",\n    \"photo_url\": \"https://images.unsplash.com/photo-1542492026-44f6489c8c28?ixlib=rb-1.2.1&auto=format&fit=crop&w=1018&q=80\",\n    \"id\": 2,\n    \"UpdatingInformation\": 1\n}"},{"id":"de6aab19-1bea-4b20-a28e-0709576b1866","name":"PUT - UPDATE a post by id","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n\r\n    \"title\": \"Put Request Testing\",\r\n    \"description\": \"Put Request Testing\",\r\n    \"photo_url\": \"https://images.unsplash.com/photo-1542492026-44f6489c8c28?ixlib=rb-1.2.1&auto=format&fit=crop&w=1018&q=80\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/posts/6"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Expect-CT","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-XSS-Protection","value":"0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"258"},{"key":"ETag","value":"W/\"102-OigBm27Z3nmcicnrXJAf6+TmUro\""},{"key":"Date","value":"Mon, 16 Nov 2020 21:08:23 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": \"Post information is updated\",\n    \"title\": \"Put Request Testing\",\n    \"description\": \"Put Request Testing\",\n    \"photo_url\": \"https://images.unsplash.com/photo-1542492026-44f6489c8c28?ixlib=rb-1.2.1&auto=format&fit=crop&w=1018&q=80\",\n    \"id\": 6,\n    \"UpdatingInformation\": 1\n}"}],"_postman_id":"02c2afd8-74c6-494e-8fc3-b7ef6787b84f"},{"name":"DELETE - DELETE a post by ID ","id":"f634036b-7b36-4ce3-82a4-caf1443dc2b4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Authorization","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VybmFtZSI6ImFkbWluIiwiaWF0IjoxNjA1NTY3NzIwLCJleHAiOjE2MDU2NTQxMjB9.t_l5N9JHHPWa9ulT3AJEMZQADavJ4c74-kFD5j4jgGE","type":"text"}],"body":{"mode":"raw","raw":"\r\n{\r\n    \"title\": \"Test2\",\r\n    \"description\": \"Heroku1\",\r\n    \"photo_url\": \"https://images.unsplash.com/photo-1568104044520-82894f60a909?ixlib=rb-1.2.1&auto=format&fit=crop&w=1350&q=80\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://bw-expat-journal-web.herokuapp.com/api/posts/2","description":"<h4 id=\"delete-a-post-by-id\"><strong>DELETE a post by ID</strong></h4>\n<p><strong>Delete a posts from database</strong></p>\n<h6 id=\"api-httpsbw-expat-journal-webherokuappcomapiposts2\"><strong>API: <a href=\"https://bw-expat-journal-web.herokuapp.com/api/posts/2\">https://bw-expat-journal-web.herokuapp.com/api/posts/2</a></strong></h6>\n","auth":{"type":"apikey","apikey":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"6c2646a0-1385-4c47-b080-19ca2ecdfb32","id":"6c2646a0-1385-4c47-b080-19ca2ecdfb32","name":"BW Expat Journal Project","type":"collection"}},"urlObject":{"protocol":"https","path":["api","posts","2"],"host":["bw-expat-journal-web","herokuapp","com"],"query":[],"variable":[]}},"response":[{"id":"7075b5cb-d90e-4e7e-bce9-246fe27a296b","name":"DELETE - DELETE a post by ID ","originalRequest":{"method":"DELETE","header":[{"key":"Authorization","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VybmFtZSI6ImFkbWluIiwiaWF0IjoxNjA1NTY3NzIwLCJleHAiOjE2MDU2NTQxMjB9.t_l5N9JHHPWa9ulT3AJEMZQADavJ4c74-kFD5j4jgGE","type":"text"}],"body":{"mode":"raw","raw":"\r\n{\r\n    \"title\": \"Test2\",\r\n    \"description\": \"Heroku1\",\r\n    \"photo_url\": \"https://images.unsplash.com/photo-1568104044520-82894f60a909?ixlib=rb-1.2.1&auto=format&fit=crop&w=1350&q=80\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://bw-expat-journal-web.herokuapp.com/api/posts/2"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"X-Dns-Prefetch-Control","value":"off"},{"key":"Expect-Ct","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-Xss-Protection","value":"0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"53"},{"key":"Etag","value":"W/\"35-wiEt9CVzEW0cdBVWYu0DYHJA4CU\""},{"key":"Date","value":"Tue, 17 Nov 2020 02:25:40 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"succesmessage\": \"This post is successfully deleted\"\n}"}],"_postman_id":"f634036b-7b36-4ce3-82a4-caf1443dc2b4"}],"auth":{"type":"apikey","apikey":{"basicConfig":[]}},"event":[{"listen":"prerequest","script":{"id":"8969d812-d546-4588-8559-65655eac6e50","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"1fa83d06-1f34-4eab-a28f-3123acf7ecf5","type":"text/javascript","exec":[""]}}]}