{"id":18879599,"url":"https://github.com/yourakshaw/microservice-template-nodejs-ts","last_synced_at":"2026-04-09T16:10:54.207Z","repository":{"id":248720446,"uuid":"829507490","full_name":"YourAKShaw/microservice-template-nodejs-ts","owner":"YourAKShaw","description":"A backend template made using Node.js, Express.js, and TypeScript for building REST API based microservices. ","archived":false,"fork":false,"pushed_at":"2024-07-18T09:53:59.000Z","size":183,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-31T06:31:43.162Z","etag":null,"topics":["express","microservice","mongodb","nodejs","rest-api","typescript"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/YourAKShaw.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-07-16T15:10:08.000Z","updated_at":"2024-07-18T09:54:07.000Z","dependencies_parsed_at":"2024-11-08T06:38:03.526Z","dependency_job_id":"3c2b84b4-b1bf-496f-ab64-cc5edfecd696","html_url":"https://github.com/YourAKShaw/microservice-template-nodejs-ts","commit_stats":null,"previous_names":["yourakshaw/microservice-template-nodejs-ts"],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/YourAKShaw/microservice-template-nodejs-ts","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YourAKShaw%2Fmicroservice-template-nodejs-ts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YourAKShaw%2Fmicroservice-template-nodejs-ts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YourAKShaw%2Fmicroservice-template-nodejs-ts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YourAKShaw%2Fmicroservice-template-nodejs-ts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/YourAKShaw","download_url":"https://codeload.github.com/YourAKShaw/microservice-template-nodejs-ts/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YourAKShaw%2Fmicroservice-template-nodejs-ts/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265120402,"owners_count":23714490,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["express","microservice","mongodb","nodejs","rest-api","typescript"],"created_at":"2024-11-08T06:37:58.002Z","updated_at":"2026-04-09T16:10:54.135Z","avatar_url":"https://github.com/YourAKShaw.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# microservice-template-nodejs-ts\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://i.ibb.co/1nC6C0Q/microservice-template-nodejs-js-social-preview-3.png\" alt=\"project-banner\" /\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://www.x.com/YourAKShaw\"\u003e\u003cimg src=\"https://img.shields.io/badge/@YourAKShaw-000000?style=for-the-badge\u0026logo=x\u0026logoColor=white\" /\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n## Tech Stack\n\n\u003cp align=\"left\"\u003e\n\t\u003cimg align=\"left\" src=\"https://img.icons8.com/color/100/undefined/typescript.png\" width=\"64px\"/\u003e\n\t\u003cimg align=\"left\" src=\"https://img.icons8.com/fluency/100/undefined/node-js.png\" width=\"64px\" style=\"margin-right: 10px;\"/\u003e\n  \u003cimg align=\"left\" src=\"https://cdn.icon-icons.com/icons2/2699/PNG/512/expressjs_logo_icon_169185.png\" width=\"64px\" /\u003e\n  \u003cimg align=\"left\" src=\"https://img.icons8.com/external-tal-revivo-color-tal-revivo/100/undefined/external-mongodb-a-cross-platform-document-oriented-database-program-logo-color-tal-revivo.png\" width=\"64px\" /\u003e\n\u003c/p\u003e\n\n\u003cbr /\u003e\n\u003cbr /\u003e\n\u003cbr /\u003e\n\n## Features\n\n1️⃣ | Extensive logger implemented using [npm](https://www.npmjs.com/)'s [winston](https://www.npmjs.com/package/winston) library. The logger supports the following levels with pretty formatting for **production** environment:\n\n- 💀 crit (critical)\n- ❌ error\n- 🚨 warn\n- 🐛 debug\n- 👁️ verbose\n- ✅ success\n- ℹ️ info\n\n  This list is in decreasing order of precedence.\n\n2️⃣ | Example usage of [MongoDB](https://www.mongodb.com/)'s official [npm](https://www.npmjs.com/) library, [mongodb](https://www.npmjs.com/package/mongodb) instead of earlier often relied usage of [mongoose](https://www.npmjs.com/package/mongoose) library.\n\n3️⃣ | A [sample](./src/sample/) module having CRUD API implementation examples following the popular MVCS (Model View Controller Service) pattern.\n\n4️⃣ | An [ApiResponse](./src/common/ApiResponse.ts) class for a standardized approach towards API responses, open to modifications as needed.\n\n## Get to know me 😉\n\n⚪ Author: [Ayush Kumar Shaw](https://www.github.com/YourAKShaw)\n\n⚪ Website: [yourakshaw.com](https://www.yourakshaw.com)\n\n⚪ X: [@YourAKShaw](https://www.x.com/YourAKShaw)\n\n## License\n\nThis template is [MIT licensed](./LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyourakshaw%2Fmicroservice-template-nodejs-ts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyourakshaw%2Fmicroservice-template-nodejs-ts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyourakshaw%2Fmicroservice-template-nodejs-ts/lists"}