{"info":{"_postman_id":"6e06d256-307f-4418-9ef5-f4133c30cd02","name":"MUSIC-API","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"17236773","collectionId":"6e06d256-307f-4418-9ef5-f4133c30cd02","publishedId":"2s8ZDbX1V9","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2023-01-24T14:55:14.000Z"},"item":[{"name":"Playlist","item":[{"name":"Create an empty playlist","id":"55f105a2-f9b3-4321-bcd0-1bc7667e5f6b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"The Z playlist\",\n    \"author\": 1,\n    \"songs\": []\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/playlists","urlObject":{"protocol":"http","port":"3000","path":["api","v1","playlists"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"3c3af4a5-c254-4177-b355-05f4775f7d61","name":"Create a playlist successfully","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"The Z playlist\",\n    \"author\": 1,\n    \"songs\": []\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/playlists"},"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":"205"},{"key":"ETag","value":"W/\"cd-q0GlpcalRm2bnMZ1fotOmoS9CZc\""},{"key":"Date","value":"Tue, 24 Jan 2023 14:34:16 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"ok\": true,\n    \"message\": \"Playlist \\\"The Z playlist\\\" created successfully\",\n    \"data\": {\n        \"id\": 5,\n        \"name\": \"The Z playlist\",\n        \"created_at\": \"2023-01-24T14:34:16.888Z\",\n        \"updated_at\": \"2023-01-24T14:34:16.888Z\",\n        \"authorId\": 1\n    }\n}"}],"_postman_id":"55f105a2-f9b3-4321-bcd0-1bc7667e5f6b"},{"name":"Add a song to a playlist","id":"cce8c98c-6cb7-4c5b-8303-85b52eee3e47","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"id_song\": 5,\n    \"id_playlist\": 5\n}","options":{"raw":{"language":"json"}}},"url":"localhost:3000/api/v1/playlists/add-song-to-playlist","urlObject":{"port":"3000","path":["api","v1","playlists","add-song-to-playlist"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"36b8a040-1a72-4135-8357-edf9aa6ec2cf","name":"Add a song to a playlist successfully","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"id_song\": 5,\n    \"id_playlist\": 5\n}","options":{"raw":{"language":"json"}}},"url":"localhost:3000/api/v1/playlists/add-song-to-playlist"},"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":"192"},{"key":"ETag","value":"W/\"c0-VKJSAVw+kE7X1HUIy4h1OGrPrZQ\""},{"key":"Date","value":"Tue, 24 Jan 2023 14:39:00 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"ok\": true,\n    \"message\": \"Song added to playlist successfully\",\n    \"data\": {\n        \"id\": 5,\n        \"name\": \"The Z playlist\",\n        \"created_at\": \"2023-01-24T14:34:16.888Z\",\n        \"updated_at\": \"2023-01-24T14:34:16.888Z\",\n        \"authorId\": 1\n    }\n}"}],"_postman_id":"cce8c98c-6cb7-4c5b-8303-85b52eee3e47"},{"name":"Accessing to a playlist by ID","id":"4d139dc1-3fe1-416c-9197-31230c5b7912","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"localhost:3000/api/v1/playlists/5","urlObject":{"port":"3000","path":["api","v1","playlists","5"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"4d139dc1-3fe1-416c-9197-31230c5b7912"}],"id":"06241798-ff06-452a-9b67-575cdbfac8f2","_postman_id":"06241798-ff06-452a-9b67-575cdbfac8f2","description":""},{"name":"Song","item":[{"name":"Create a song","id":"c72e8707-961e-4acd-9cb3-80274d79e5ed","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Come Together\",\n    \"artist\": \"Gary Clark Jr.\",\n    \"album\": \"Justice League\",\n    \"year\": 2017,\n    \"genre\": \"Rock & Roll\",\n    \"duration\": 193,\n    \"published\": false\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/songs","urlObject":{"protocol":"http","port":"3000","path":["api","v1","songs"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"e976f2d6-cad2-40fb-905b-400a75af79aa","name":"Song created successfully","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Come Together\",\n    \"artist\": \"Gary Clark Jr.\",\n    \"album\": \"Justice League\",\n    \"year\": 2017,\n    \"genre\": \"Rock & Roll\",\n    \"duration\": 193,\n    \"published\": false\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/songs"},"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":"286"},{"key":"ETag","value":"W/\"11e-v0MDL5vM75rrDcJCMcN1LBLYjlQ\""},{"key":"Date","value":"Tue, 24 Jan 2023 14:21:42 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"ok\": true,\n    \"message\": \"Song created successfully\",\n    \"data\": {\n        \"id\": 5,\n        \"name\": \"Come Together\",\n        \"artist\": \"Gary Clark Jr.\",\n        \"album\": \"Justice League\",\n        \"year\": 2017,\n        \"genre\": \"Rock & Roll\",\n        \"duration\": 193,\n        \"published\": false,\n        \"created_at\": \"2023-01-24T14:21:42.962Z\",\n        \"updated_at\": \"2023-01-24T14:21:42.962Z\"\n    }\n}"}],"_postman_id":"c72e8707-961e-4acd-9cb3-80274d79e5ed"},{"name":"Accessing to songs","id":"797de65a-6283-47be-96eb-df290a1b2e7e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiaWF0IjoxNjc0NTk5MzY4fQ.vrAczR3molKX0UNm_Hzy-asmrIYSZaHVYhB7xImrn8o","type":"text"}],"url":"http://localhost:3000/api/v1/songs","urlObject":{"protocol":"http","port":"3000","path":["api","v1","songs"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"ad861b12-096d-44b5-9b74-b3cab0ee87b1","name":"Songs view with login","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiaWF0IjoxNjc0NTY4OTMzfQ.LMya33RzYzxAgfLCZ4dbuN7utgmZNqzDMlAXR6-WHGg","type":"text"}],"url":"http://localhost:3000/api/v1/songs"},"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":"1127"},{"key":"ETag","value":"W/\"467-05ROIl9hoYk4wsGHnbju40LuLIo\""},{"key":"Date","value":"Tue, 24 Jan 2023 14:24:52 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"ok\": true,\n    \"data\": [\n        {\n            \"id\": 1,\n            \"name\": \"Wasted Age\",\n            \"artist\": \"We Came As Romans\",\n            \"album\": \"Cold Like War\",\n            \"year\": 2017,\n            \"genre\": \"Metalcore\",\n            \"duration\": 180,\n            \"published\": true,\n            \"created_at\": \"2023-01-21T05:42:57.015Z\",\n            \"updated_at\": \"2023-01-21T05:42:57.015Z\"\n        },\n        {\n            \"id\": 2,\n            \"name\": \"The Seed 2.0\",\n            \"artist\": \"The Roots\",\n            \"album\": \"Single Song\",\n            \"year\": 2002,\n            \"genre\": \"Hip-hop\",\n            \"duration\": 240,\n            \"published\": true,\n            \"created_at\": \"2023-01-21T12:43:24.701Z\",\n            \"updated_at\": \"2023-01-21T12:43:24.701Z\"\n        },\n        {\n            \"id\": 3,\n            \"name\": \"The Seed 2.0\",\n            \"artist\": \"The Roots\",\n            \"album\": \"Single Song\",\n            \"year\": 2002,\n            \"genre\": \"Hip-hop\",\n            \"duration\": 240,\n            \"published\": true,\n            \"created_at\": \"2023-01-21T12:45:09.912Z\",\n            \"updated_at\": \"2023-01-21T12:45:09.912Z\"\n        },\n        {\n            \"id\": 4,\n            \"name\": \"Redbone\",\n            \"artist\": \"Childish Gambino\",\n            \"album\": \"Awaken My Love!\",\n            \"year\": 2016,\n            \"genre\": \"R&B\",\n            \"duration\": 327,\n            \"published\": false,\n            \"created_at\": \"2023-01-23T18:42:59.809Z\",\n            \"updated_at\": \"2023-01-23T18:42:59.809Z\"\n        },\n        {\n            \"id\": 5,\n            \"name\": \"Come Together\",\n            \"artist\": \"Gary Clark Jr.\",\n            \"album\": \"Justice League\",\n            \"year\": 2017,\n            \"genre\": \"Rock & Roll\",\n            \"duration\": 193,\n            \"published\": false,\n            \"created_at\": \"2023-01-24T14:21:42.962Z\",\n            \"updated_at\": \"2023-01-24T14:21:42.962Z\"\n        }\n    ]\n}"},{"id":"35b19777-f43c-44cc-8445-b6a72b9963b6","name":"Songs view without login","originalRequest":{"method":"GET","header":[],"url":"http://localhost:3000/api/v1/songs"},"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":"717"},{"key":"ETag","value":"W/\"2cd-0b1C7jM/cgLGe0dlgR2CxzQ0m78\""},{"key":"Date","value":"Tue, 24 Jan 2023 14:22:18 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"ok\": true,\n    \"message\": \"Login to see private songs\",\n    \"data\": [\n        {\n            \"id\": 1,\n            \"name\": \"Wasted Age\",\n            \"artist\": \"We Came As Romans\",\n            \"album\": \"Cold Like War\",\n            \"year\": 2017,\n            \"genre\": \"Metalcore\",\n            \"duration\": 180,\n            \"published\": true,\n            \"created_at\": \"2023-01-21T05:42:57.015Z\",\n            \"updated_at\": \"2023-01-21T05:42:57.015Z\"\n        },\n        {\n            \"id\": 2,\n            \"name\": \"The Seed 2.0\",\n            \"artist\": \"The Roots\",\n            \"album\": \"Single Song\",\n            \"year\": 2002,\n            \"genre\": \"Hip-hop\",\n            \"duration\": 240,\n            \"published\": true,\n            \"created_at\": \"2023-01-21T12:43:24.701Z\",\n            \"updated_at\": \"2023-01-21T12:43:24.701Z\"\n        },\n        {\n            \"id\": 3,\n            \"name\": \"The Seed 2.0\",\n            \"artist\": \"The Roots\",\n            \"album\": \"Single Song\",\n            \"year\": 2002,\n            \"genre\": \"Hip-hop\",\n            \"duration\": 240,\n            \"published\": true,\n            \"created_at\": \"2023-01-21T12:45:09.912Z\",\n            \"updated_at\": \"2023-01-21T12:45:09.912Z\"\n        }\n    ]\n}"}],"_postman_id":"797de65a-6283-47be-96eb-df290a1b2e7e"},{"name":"Accessing to songs by ID","id":"17e7e5f2-d177-40ee-a6e6-c58cf87a8ba1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:3000/api/v1/songs/5","urlObject":{"protocol":"http","port":"3000","path":["api","v1","songs","5"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"c9f7a045-3ed8-47e1-8796-6060fcbc36ea","name":"Song acceded successfully","originalRequest":{"method":"GET","header":[],"url":"http://localhost:3000/api/v1/songs/5"},"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":"248"},{"key":"ETag","value":"W/\"f8-pKImz+A/ekE8xvvidnPGc3BVrtk\""},{"key":"Date","value":"Tue, 24 Jan 2023 14:29:20 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"ok\": true,\n    \"data\": {\n        \"id\": 5,\n        \"name\": \"Come Together\",\n        \"artist\": \"Gary Clark Jr.\",\n        \"album\": \"Justice League\",\n        \"year\": 2017,\n        \"genre\": \"Rock & Roll\",\n        \"duration\": 193,\n        \"published\": false,\n        \"created_at\": \"2023-01-24T14:21:42.962Z\",\n        \"updated_at\": \"2023-01-24T14:21:42.962Z\"\n    }\n}"}],"_postman_id":"17e7e5f2-d177-40ee-a6e6-c58cf87a8ba1"}],"id":"3b5ce2ef-e52b-4ba2-8759-abf459765d32","_postman_id":"3b5ce2ef-e52b-4ba2-8759-abf459765d32","description":""},{"name":"User","item":[{"name":"Signup a new User","id":"12de06a1-72f1-4e07-9bac-81036a4083f6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Madmax\",\n    \"email\": \"madmax@gmail.com\",\n    \"password\": \"thisisapassword\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/users","urlObject":{"protocol":"http","port":"3000","path":["api","v1","users"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"c86d34f6-cc4e-42ec-8fce-b252d5a7242a","name":"User signup successfully","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Madmax\",\n    \"email\": \"madmax@gmail.com\",\n    \"password\": \"thisisapassword\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/users"},"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":"299"},{"key":"ETag","value":"W/\"12b-U8H3x2KIiwcPLWhRVM9gHgNu0WY\""},{"key":"Date","value":"Tue, 24 Jan 2023 13:59:34 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"ok\": true,\n    \"message\": \"User created successfully\",\n    \"data\": {\n        \"id\": 2,\n        \"name\": \"Madmax\",\n        \"email\": \"madmax@gmail.com\",\n        \"password\": \"$2b$10$LAQRoXCJsvra4J32Ci4Vi.c7a/iZdabNeTFYjynrKZH1S8iWAgQ2C\",\n        \"last_session\": null,\n        \"date_born\": null,\n        \"created_at\": \"2023-01-24T13:59:34.358Z\",\n        \"updated_at\": \"2023-01-24T13:59:34.358Z\"\n    }\n}"}],"_postman_id":"12de06a1-72f1-4e07-9bac-81036a4083f6"},{"name":"Login User","id":"63eb133e-079c-42ff-b18e-16fd527cb86c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"email\": \"madmax@gmail.com\",\n    \"password\": \"thisisapassword\"\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":"35c2ab82-fcf6-47d8-809b-9456eb42fddb","name":"Login User successfully","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"email\": \"madmax@gmail.com\",\n    \"password\": \"thisisapassword\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/users/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":"169"},{"key":"ETag","value":"W/\"a9-o45H4jWnwG5hP80v/x1UoLfBXH8\""},{"key":"Date","value":"Tue, 24 Jan 2023 14:02:13 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"ok\": true,\n    \"message\": \"Logged successfully\",\n    \"Token\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiaWF0IjoxNjc0NTY4OTMzfQ.LMya33RzYzxAgfLCZ4dbuN7utgmZNqzDMlAXR6-WHGg\"\n}"},{"id":"f888a478-2051-4481-905e-15e1007380fd","name":"Login User unsuccessfully","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"email\": \"madmax@gmail.com\",\n    \"password\": \"thisisapassword!\"\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":"37"},{"key":"ETag","value":"W/\"25-3YG4LRpklFolV4uVOnUIRm2hZA0\""},{"key":"Date","value":"Tue, 24 Jan 2023 14:03:00 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Invalid email or password\"\n}"}],"_postman_id":"63eb133e-079c-42ff-b18e-16fd527cb86c"}],"id":"8524cc3b-e068-4b04-8758-9b6043d4625c","_postman_id":"8524cc3b-e068-4b04-8758-9b6043d4625c","description":""}]}