{"info":{"_postman_id":"a7ed7055-83bc-481f-807a-fa87ddb51f2c","name":"API-Gateway-using-Express-Docker","description":"<html><head></head><body><p>This API demonstrates a microservices-based architecture using an API Gateway.</p>\n<p>Services:</p>\n<ul>\n<li><p>API Gateway (Express + JWT + Cookies)</p>\n</li>\n<li><p>User Service (User management)</p>\n</li>\n<li><p>Blog Service (Blog creation)</p>\n</li>\n</ul>\n<p>The API Gateway handles authentication and routes requests to internal services.</p>\n<p>Tech Stack:</p>\n<ul>\n<li><p>Node.js (Express)</p>\n</li>\n<li><p>FastAPI (Python)</p>\n</li>\n<li><p>Docker &amp; Docker Compose</p>\n</li>\n<li><p>JWT Authentication</p>\n</li>\n</ul>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"38602681","collectionId":"a7ed7055-83bc-481f-807a-fa87ddb51f2c","publishedId":"2sBXVk9oX2","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2026-01-21T09:49:29.000Z"},"item":[{"name":"create user (USER SERVICE)","id":"044d8df9-0337-4c43-8639-8d04547ddba9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"id\":112,\r\n    \"name\":\"Mr. Jha\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api-gateway-using-express-docker.onrender.com/users/create-user","urlObject":{"protocol":"https","path":["users","create-user"],"host":["api-gateway-using-express-docker","onrender","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"044d8df9-0337-4c43-8639-8d04547ddba9"},{"name":"create blog (BLOG SERVICE)","id":"8b6982bd-4c06-4d0b-81f4-ab7155ba28d9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"description":"<p>{<br />\"id\":112,<br />\"name\":\"Mr. Jha\"<br />}</p>\n","urlObject":{"query":[],"variable":[]},"url":""},"response":[],"_postman_id":"8b6982bd-4c06-4d0b-81f4-ab7155ba28d9"},{"name":"login auth (API GATEWAY)","id":"e27d800d-28a2-4aa8-8d8d-87b613227687","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"urlObject":{"query":[],"variable":[]},"url":""},"response":[],"_postman_id":"e27d800d-28a2-4aa8-8d8d-87b613227687"},{"name":"logout auth (API GATEWAY)","id":"33356927-a453-433c-8367-edfea302517e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"urlObject":{"query":[],"variable":[]},"url":""},"response":[],"_postman_id":"33356927-a453-433c-8367-edfea302517e"}]}