{"id":25518291,"url":"https://github.com/tejastn10/hearth","last_synced_at":"2026-04-13T16:32:57.797Z","repository":{"id":278291081,"uuid":"929755719","full_name":"tejastn10/hearth","owner":"tejastn10","description":"A minimal and scalable NestJS starter template with ESLint, Prettier, Husky, and Commitlint preconfigured for clean and efficient backend development.","archived":false,"fork":false,"pushed_at":"2026-01-21T16:34:18.000Z","size":2660,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-22T04:26:15.768Z","etag":null,"topics":["docker","fastify","nestjs","swagger","typescript"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":false,"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/tejastn10.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-02-09T10:21:07.000Z","updated_at":"2026-01-21T16:41:42.000Z","dependencies_parsed_at":null,"dependency_job_id":"19358af5-2c72-475f-8176-d7e09f1ae4e0","html_url":"https://github.com/tejastn10/hearth","commit_stats":null,"previous_names":["tejastn10/hearth"],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/tejastn10/hearth","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tejastn10%2Fhearth","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tejastn10%2Fhearth/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tejastn10%2Fhearth/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tejastn10%2Fhearth/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tejastn10","download_url":"https://codeload.github.com/tejastn10/hearth/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tejastn10%2Fhearth/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31761939,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-13T15:25:13.801Z","status":"ssl_error","status_checked_at":"2026-04-13T15:25:09.162Z","response_time":93,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["docker","fastify","nestjs","swagger","typescript"],"created_at":"2025-02-19T16:25:03.542Z","updated_at":"2026-04-13T16:32:57.789Z","avatar_url":"https://github.com/tejastn10.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg src=\"logo.svg\" alt=\"Logo\"\u003e\n\u003c/p\u003e\n\n# Hearth 🔥\n\n![Node.js Version](https://img.shields.io/badge/Node.js-22%2B-339933?logo=nodedotjs\u0026logoColor=white)\n![TypeScript](https://img.shields.io/badge/TypeScript-5%2B-007ACC?logo=typescript\u0026logoColor=white)\n![NestJS](https://img.shields.io/badge/NestJS-11%2B-E0234E?logo=nestjs\u0026logoColor=white)\n![License](https://img.shields.io/badge/License-MIT-yellow?logo=open-source-initiative\u0026logoColor=white)\n\n**Hearth** is a minimal yet powerful backend template built with [NestJS](https://nestjs.com/). It provides a structured foundation for building scalable and maintainable server-side applications. The template includes pre-configured tooling like Biome, Husky, and Commitlint to ensure a smooth development experience and maintain consistent code quality.\n\n---\n\n## Features ⚡\n\n- **NestJS**: A progressive Node.js framework for scalable applications.\n- **TypeScript**: Static typing for better code reliability and maintainability.\n- **Pre-configured Tooling**:\n  - **BiomeJS**: Enforces consistent code quality.\n  - **Husky**: Pre-commit hooks for enforcing best practices.\n  - **Commitlint**: Enforce consistent commit message formatting.\n- **Modular Architecture**: Designed for scalability and maintainability.\n- **Swagger API Documentation**:\n  - Built-in OpenAPI (Swagger) integration for easy API exploration.\n- **Database Support**:\n  - **PostgreSQL**: Integrated with TypeORM for relational database needs.\n  - **MongoDB**: Uses Mongoose ODM for handling NoSQL collections.\n- **Redis Cache**: Integrated Redis service for caching and performance optimization.\n- **Developer Experience**: Optimized setup for efficient backend development.\n- **Environment Configuration**: An example `.env` file has been added for reference.\n\n---\n\n## Getting Started 🚀\n\n### Prerequisites\n\nEnsure you have the following installed:\n\n- **Node.js**: v22 or later.\n\n---\n\n### Installation ⚙️\n\n1. Clone the repository:\n\n   ```bash\n   git clone https://github.com/tejastn10/hearth.git\n   cd hearth\n   ```\n\n2. Install dependencies:\n\n   ```bash\n   npm install\n   ```\n\n3. Start the development server:\n\n   ```bash\n   npm run dev\n   ```\n\n4. Your server is now running at `http://localhost:5000`.\n5. To access Swagger API Docs open `http://localhost:5000/docs`.\n\n---\n\n## License 📜\n\nThis project is licensed under the MIT License. See the [LICENSE](LICENSE.md) file for details.\n\n---\n\n## Acknowledgments 🙌\n\n- Built with **NestJS** for a structured and scalable backend foundation.\n- Inspired by the warmth of **Hearth**, providing a solid starting point for backend projects.\n- Made with ❤️ for developers who value clean and efficient backend architectures.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftejastn10%2Fhearth","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftejastn10%2Fhearth","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftejastn10%2Fhearth/lists"}