{"info":{"_postman_id":"c3518137-2216-4cb6-9703-22872827fc5a","name":"Converter Microservices","description":"<html><head></head><body><p>This microservice is used for converting MP4 video files to MP3 audio files and consists of the following services:</p>\n<ul>\n<li>Auth Service</li>\n<li>Converter Service</li>\n<li>Notification Service</li>\n<li>API Gateway</li>\n</ul>\n<h4 id=\"auth-service\">Auth Service</h4>\n<p>This service manages user authentication, which includes registration, login, and token validation.</p>\n<h4 id=\"converter-service\">Converter Service</h4>\n<p>The purpose of this service is to convert MP4 video files to MP3 audio files, utilizing the FFmpeg library.</p>\n<h4 id=\"notification-service\">Notification Service</h4>\n<p>This service sends an email notification to the user after a file has been successfully converted.</p>\n<h4 id=\"api-gateway\">API Gateway</h4>\n<p>This service serves as a connection point between the client and other services, acting as an intermediary.</p>\n<p><strong>This service architecture employs</strong> <strong><code>RABBITMQ</code></strong> <strong>as a message broker for internal communication between services.</strong></p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"5916628","collectionId":"c3518137-2216-4cb6-9703-22872827fc5a","publishedId":"2s93JuuigU","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2023-03-14T11:28:08.000Z"},"item":[{"name":"Register","id":"85101471-c759-40f3-9865-d70aaf782c76","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"first_name\": \"usman\",\n    \"last_name\": \"salami\",\n    \"email\": \"usman@gmail.com\",\n    \"password\": \"123456\"\n}","options":{"raw":{"language":"json"}}},"url":"http://videotoaudio.com/register","description":"<p>This endpoint registers the user into the database</p>\n","urlObject":{"protocol":"http","path":["register"],"host":["videotoaudio","com"],"query":[],"variable":[]}},"response":[{"id":"4b1e4956-b394-45ba-8fa5-1cea09fb5e25","name":"201 Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"first_name\": \"usman\",\n    \"last_name\": \"salami\",\n    \"email\": \"usman@gmail.com\",\n    \"password\": \"123456\"\n}","options":{"raw":{"language":"json"}}},"url":"http://videotoaudio.com/register"},"status":"Created","code":201,"_postman_previewlanguage":"html","header":[{"key":"Date","value":"Sat, 11 Mar 2023 21:38:23 GMT"},{"key":"Content-Type","value":"text/html; charset=utf-8"},{"key":"Content-Length","value":"24"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"ETag","value":"W/\"18-YKR6Ze07Q21NGXsD1vUwBH3bnRw\""}],"cookie":[],"responseTime":null,"body":"Registered successfully!"}],"_postman_id":"85101471-c759-40f3-9865-d70aaf782c76"},{"name":"Login","id":"f153537a-6431-436a-9d8b-58c10f710197","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"email\": \"usman@gmail.com\",\n    \"password\": \"123456\"\n}","options":{"raw":{"language":"json"}}},"url":"http://videotoaudio.com/login","description":"<p>This endpoint check the user's credentials and generate an auth token if the credentials are correct.</p>\n","urlObject":{"protocol":"http","path":["login"],"host":["videotoaudio","com"],"query":[],"variable":[]}},"response":[{"id":"9567eb3e-99b2-4253-9eb5-ff03222d14ef","name":"200 OK","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"email\": \"mariam@gmail.com\",\n    \"password\": \"123456\"\n}","options":{"raw":{"language":"json"}}},"url":"http://videotoaudio.com/login"},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Date","value":"Tue, 14 Mar 2023 10:50:03 GMT"},{"key":"Content-Type","value":"text/html; charset=utf-8"},{"key":"Content-Length","value":"280"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"ETag","value":"W/\"118-yKbEHJK8Jfo8xLiHAoLwTMALZ0E\""}],"cookie":[],"responseTime":null,"body":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6IjBjNTZhNjA2LWMwNTUtMTFlZC1iZWY2LTEyOWRkYjc1YjUyZSIsImZpcnN0X25hbWUiOiJtYXJpYW0iLCJsYXN0X25hbWUiOiJzYWxhbWkiLCJlbWFpbCI6Im1hcmlhbUBnbWFpbC5jb20iLCJpYXQiOjE2Nzg3OTEwMDMsImV4cCI6MTY3ODc5NDYwM30.pHXcqKmV1ERKAHCiEtCIem0uNi-Wax4Sop-zTYUw8Tg"}],"_postman_id":"f153537a-6431-436a-9d8b-58c10f710197"},{"name":"Upload Video","id":"0bc0f99e-0af1-4621-8006-0af314bc2f8c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"video","type":"file","src":"/Users/usmansalami/Documents/test.mp4"}]},"url":"http://videotoaudio.com/upload","description":"<p>This endpoint verifies the auth token. If the token is valid it then upload the video for conversion.</p>\n<p>To get the download link of the audio. check the logs of the notification service</p>\n<p><code>kubectl logs -f deployment/notification</code></p>\n","urlObject":{"protocol":"http","path":["upload"],"host":["videotoaudio","com"],"query":[],"variable":[]}},"response":[{"id":"17f0b143-2068-45da-a290-619edc3894be","name":"201 Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"video","type":"file","src":"/Users/usmansalami/Documents/test.mp4"}]},"url":"http://videotoaudio.com/upload"},"status":"Created","code":201,"_postman_previewlanguage":"html","header":[{"key":"Date","value":"Tue, 14 Mar 2023 10:51:58 GMT"},{"key":"Content-Type","value":"text/html; charset=utf-8"},{"key":"Content-Length","value":"28"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"ETag","value":"W/\"1c-wRs47AVv+cbFlGHv8yVDGQcGevo\""}],"cookie":[],"responseTime":null,"body":"Video uploaded successfully!"},{"id":"37fbf0eb-2803-4ba2-8a44-e9c7117881c9","name":"400 Bad Request","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"video","type":"file","src":"/Users/usmansalami/Documents/test.mp4"}]},"url":"http://videotoaudio.com/upload"},"status":"Bad Request","code":400,"_postman_previewlanguage":"html","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"text/html; charset=utf-8"},{"key":"Content-Length","value":"25"},{"key":"ETag","value":"W/\"19-GtoIyht4gheylxuQzZO8b49srXo\""},{"key":"Date","value":"Mon, 13 Mar 2023 17:35:00 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"Only .mp4 file is allowed"},{"id":"726509c2-cf19-42c4-9b5d-4d2fe0d77847","name":"Token Expired Error","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"video","type":"file","src":"/Users/usmansalami/Documents/test.mp4"}]},"url":"http://videotoaudio.com/upload"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 14 Mar 2023 10:51:03 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"91"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"ETag","value":"W/\"5b-Xbxf+WObrCTDyUM7QwOSnR2v9eY\""}],"cookie":[],"responseTime":null,"body":"{\n    \"name\": \"TokenExpiredError\",\n    \"message\": \"jwt expired\",\n    \"expiredAt\": \"2023-03-12T19:06:39.000Z\"\n}"}],"_postman_id":"0bc0f99e-0af1-4621-8006-0af314bc2f8c"},{"name":"Download Audio","id":"965e83b9-6b16-4409-9ee8-98203d5ee09f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"http://videotoaudio.com/download/641051d1a7b8857df572c655","urlObject":{"protocol":"http","path":["download","641051d1a7b8857df572c655"],"host":["videotoaudio","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"965e83b9-6b16-4409-9ee8-98203d5ee09f"}]}