{"id":13764613,"url":"https://github.com/squareboat/nestjs-boilerplate","last_synced_at":"2025-04-13T00:46:14.296Z","repository":{"id":41108301,"uuid":"279677883","full_name":"squareboat/nestjs-boilerplate","owner":"squareboat","description":"A production-ready  🏭 NestJS boilerplate with batteries 🔋 included. No Kidding! Now Supports NestJS V10!!","archived":false,"fork":false,"pushed_at":"2025-04-09T19:55:06.000Z","size":1629,"stargazers_count":719,"open_issues_count":6,"forks_count":104,"subscribers_count":18,"default_branch":"main","last_synced_at":"2025-04-13T00:46:08.557Z","etag":null,"topics":["nestjs","nestjs-backend","nestjs-boilerplate","nestjs-starter-template","nestjs-template"],"latest_commit_sha":null,"homepage":"https://squareboat.com/open-source/nestjs-boilerplate/","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/squareboat.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.MD","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2020-07-14T19:42:07.000Z","updated_at":"2025-04-11T14:14:23.000Z","dependencies_parsed_at":"2024-01-07T18:06:59.685Z","dependency_job_id":"dc6c62f5-5b81-44d5-a622-c140eb140e71","html_url":"https://github.com/squareboat/nestjs-boilerplate","commit_stats":null,"previous_names":[],"tags_count":2,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/squareboat%2Fnestjs-boilerplate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/squareboat%2Fnestjs-boilerplate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/squareboat%2Fnestjs-boilerplate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/squareboat%2Fnestjs-boilerplate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/squareboat","download_url":"https://codeload.github.com/squareboat/nestjs-boilerplate/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248650432,"owners_count":21139672,"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":["nestjs","nestjs-backend","nestjs-boilerplate","nestjs-starter-template","nestjs-template"],"created_at":"2024-08-03T16:00:23.948Z","updated_at":"2025-04-13T00:46:14.265Z","avatar_url":"https://github.com/squareboat.png","language":"TypeScript","funding_links":[],"categories":["Resources","TypeScript"],"sub_categories":[],"readme":"\u003cimg src=\"./cover.jpg\" align=\"center\"\u003e\n\n\u003cbr /\u003e\n\n\u003cdiv align=\"center\"\u003e\u003cstrong\u003eQuickly start your Nestjs projects in seconds\u003c/strong\u003e\u003c/div\u003e\n\n\u003cdiv align=\"center\"\u003eA production ready scalable NestJS boilerplate with batteries included. No Kidding!\u003c/div\u003e\n\n\u003cbr /\u003e\n\n\u003cdiv align=\"center\"\u003e\n\u003ca href=\"https://david-dm.org/squareboat/nestjs-boilerplate\"\u003e\n\u003cimg src=\"https://img.shields.io/david/squareboat/nestjs-boilerplate\"\u003e\n\u003c/a\u003e\n\u003ca href=\"https://david-dm.org/squareboat/nestjs-boilerplate?type=dev\"\u003e\n\u003cimg src=\"https://img.shields.io/david/dev/squareboat/nestjs-boilerplate\" /\u003e\n\u003c/a\u003e\n\u003ca href=\"./LICENSE.MD\"\u003e\n\u003cimg src=\"https://img.shields.io/github/license/squareboat/nestjs-boilerplate\"\u003e\n\u003c/a\u003e\n\u003c/div\u003e\n\n## Features\n\n- _**Quick Setup**_ - Quickly setup and configure your application. [See more](https://squareboat.com/open-source/nestjs-boilerplate/setup)\n\n- _**Fully integrated ObjectionJS**_ - Any applications requires database, so we have integrated ObjectionJS ([why?](https://squareboat.com/open-source/nestjs-boilerplate/database/introduction)) along with custom repositories and methods. [See more](https://squareboat.com/open-source/nestjs-boilerplate/database/introduction)\n\n- _**Request \u0026 Response Helpers**_ - Easy and elegant request and response helpers, so that you don't ever do tedious tasks. [See more](https://squareboat.com/open-source/nestjs-boilerplate/basics/request)\n\n- _**Beautiful Response Transformers**_ - Transform your response beautifully and cleanly. Dynamically transform response from API. [See more](https://squareboat.com/open-source/nestjs-boilerplate/basics/transformers)\n\n- _**Custom Validators and Functions**_ - With the help of custom validator functions, you can validate your incoming data with ease. [See more](https://squareboat.com/open-source/nestjs-boilerplate/basics/validation)\n\n- _**Native support for console commands**_ - Create your custom commands the way you like. Includes many helper functions to help you interact with cli easily. [See more](https://squareboat.com/open-source/nestjs-boilerplate/advanced/console)\n\n- _**Elegant Event Listeners**_ - Custom implementation of event listeners. Now, run your decoupled code beautifully without ever bothering of shaking the main code. [See more](https://squareboat.com/open-source/nestjs-boilerplate/advanced/events)\n\n- _**Localization**_ - Localization provides a convenient way to retrieve strings in various languages, allowing you to easily support multiple languages within your application.\n\n## Documentation\n\nTo read the complete documentation, [click here](https://squareboat.com/open-source/nestjs-boilerplate/).\n\n## Contributing\n\nTo know about contributing to this boilerplate, read the guidelines [here](./CONTRIBUTING.md)\n\n## About Us\n\nWe are a bunch of dreamers, designers, and futurists. We are high on collaboration, low on ego, and take our happy hours seriously. We'd love to hear more about your product. Let's talk and turn your great ideas into something even greater! We have something in store for everyone. [☎️ 📧 Connect with us!](https://squareboat.com/contact)\n\n## License\n\nThe MIT License. Please see License File for more information. Copyright © 2020 SquareBoat.\n\nMade with ❤️ by [Squareboat](https://squareboat.com)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsquareboat%2Fnestjs-boilerplate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsquareboat%2Fnestjs-boilerplate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsquareboat%2Fnestjs-boilerplate/lists"}