{"info":{"_postman_id":"2dc19b45-961c-4404-9300-6f32368ac0fa","name":"Docker: ikaria","description":"<html><head></head><body><h2 id=\"내용\">내용</h2>\n<ul>\n<li><p>Docker compose로 Django와 postgreSQL설치</p>\n</li>\n<li><p>POST: body에 사용자 이름을 넣어서 보내면 postgreSQL에 사용자 이름, 접속날짜, ip 주소 저장. 만약 이미 있는 사용자면 접속 날짜 업데이트</p>\n</li>\n</ul>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"18832289","collectionId":"2dc19b45-961c-4404-9300-6f32368ac0fa","publishedId":"UzXNTwfZ","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2022-07-27T07:17:10.000Z"},"item":[{"name":"POST: CREATE","id":"7a7754d8-6989-4cb8-90e0-da680b4ef058","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\"name\":\"minha\"}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8000/users","urlObject":{"protocol":"http","port":"8000","path":["users"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"8cc1e683-b23a-432e-ba32-14a4977be9eb","name":"POST: CREATE","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\"name\":\"minha\"}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8000/users"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 27 Jul 2022 07:08:20 GMT"},{"key":"Server","value":"WSGIServer/0.2 CPython/3.10.5"},{"key":"Content-Type","value":"application/json"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Length","value":"353"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": [\n        {\n            \"name\": \"minha1\",\n            \"created_at\": \"2022-07-22 14:12:53\",\n            \"updated_at\": \"2022-07-22 16:08:21\",\n            \"ip\": \"172.18.0.1\"\n        },\n        {\n            \"name\": \"minha2\",\n            \"created_at\": \"2022-07-22 16:38:24\",\n            \"updated_at\": \"2022-07-22 17:22:49\",\n            \"ip\": \"172.18.0.1\"\n        },\n        {\n            \"name\": \"minha\",\n            \"created_at\": \"2022-07-27 16:08:20\",\n            \"updated_at\": \"2022-07-27 16:08:20\",\n            \"ip\": \"172.18.0.1\"\n        }\n    ]\n}"}],"_postman_id":"7a7754d8-6989-4cb8-90e0-da680b4ef058"},{"name":"POST: UPDATE","id":"7cafd669-eff7-4e3c-af0e-6434e21e07b0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\"name\" : \"minha1\"}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8000/users","urlObject":{"protocol":"http","port":"8000","path":["users"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"da0ee3b9-7be9-489b-a826-5bc495980dd1","name":"POST: UPDATE","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\"name\" : \"minha1\"}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8000/users"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 27 Jul 2022 07:09:32 GMT"},{"key":"Server","value":"WSGIServer/0.2 CPython/3.10.5"},{"key":"Content-Type","value":"application/json"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Length","value":"353"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": [\n        {\n            \"name\": \"minha2\",\n            \"created_at\": \"2022-07-22 16:38:24\",\n            \"updated_at\": \"2022-07-22 17:22:49\",\n            \"ip\": \"172.18.0.1\"\n        },\n        {\n            \"name\": \"minha\",\n            \"created_at\": \"2022-07-27 16:08:20\",\n            \"updated_at\": \"2022-07-27 16:08:20\",\n            \"ip\": \"172.18.0.1\"\n        },\n        {\n            \"name\": \"minha1\",\n            \"created_at\": \"2022-07-22 14:12:53\",\n            \"updated_at\": \"2022-07-27 16:09:32\",\n            \"ip\": \"172.18.0.1\"\n        }\n    ]\n}"}],"_postman_id":"7cafd669-eff7-4e3c-af0e-6434e21e07b0"}]}