{"id":49577068,"url":"https://github.com/dangphu2412/nestjs-templates","last_synced_at":"2026-05-03T17:36:31.141Z","repository":{"id":40527100,"uuid":"499743749","full_name":"dangphu2412/nestjs-templates","owner":"dangphu2412","description":"Structure NestJS Boilerplate 💪, Monolithic \u0026 Microservices 😍, Typescript 😍, TypeORM 🥳","archived":false,"fork":false,"pushed_at":"2023-06-10T05:44:50.000Z","size":2198,"stargazers_count":7,"open_issues_count":1,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2023-06-10T06:22:33.846Z","etag":null,"topics":["microservice","monolith","nestjs-boilerplate","typeorm"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dangphu2412.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-06-04T06:22:22.000Z","updated_at":"2023-01-03T08:24:12.000Z","dependencies_parsed_at":"2023-01-31T08:16:15.002Z","dependency_job_id":null,"html_url":"https://github.com/dangphu2412/nestjs-templates","commit_stats":null,"previous_names":[],"tags_count":null,"template":null,"template_full_name":null,"purl":"pkg:github/dangphu2412/nestjs-templates","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dangphu2412%2Fnestjs-templates","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dangphu2412%2Fnestjs-templates/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dangphu2412%2Fnestjs-templates/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dangphu2412%2Fnestjs-templates/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dangphu2412","download_url":"https://codeload.github.com/dangphu2412/nestjs-templates/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dangphu2412%2Fnestjs-templates/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32579076,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-03T06:36:36.687Z","status":"ssl_error","status_checked_at":"2026-05-03T06:36:09.306Z","response_time":103,"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":["microservice","monolith","nestjs-boilerplate","typeorm"],"created_at":"2026-05-03T17:36:30.500Z","updated_at":"2026-05-03T17:36:31.135Z","avatar_url":"https://github.com/dangphu2412.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Nestjs \u0026 Next templates\n\n[![Awesome NestJS](https://img.shields.io/badge/Awesome-NestJS-blue.svg?longCache=true\u0026style=flat-square)](https://github.com/dangphu2412/nestjs-templates)\n\n\u003e This is an ever-evolving, very opinionated architecture and dev environment for new node projects using [NestJS](https://nestjs.com). Questions, feedback, and for now, even bikeshedding are welcome. 😄\n\n## Nestjs monolithic template\n\n```bash\n# 1. Clone the repository or click on \"Use this template\" button.\ngit clone https://github.com/dangphu2412/nestjs-templates.git\n\n# 2. Enter your newly-cloned folder.\ncd base-project/backend-nestjs\n\n# 3. Create Environment variables file.\ncp .env.example .env\n\n# 3. Install dependencies. (Make sure yarn is installed: https://yarnpkg.com/lang/en/docs/install)\nyarn\n```\n\n### Before running project\n- [ ] Not having postgres or even pgadmin? We already prepare these tools in [docker-compose.yml](https://github.com/dangphu2412/nestjs-templates/blob/main/base-project/backend-nestjs/docker-compose.yml)\n- [ ] Next, try running one of services\n- [ ] Prepare .env variables\n```bash\ndocker-compose up -d postgres // Which will only run postgres image in compose\n```\n\n### Running project\n```bash\nyarn start:dev\n# Server would run on port 3000 by default config.\n# You can take a look at some example api: http://localhost:3000/api\n```\n\n### Monolithic features:\n\n[Read more here](https://github.com/dangphu2412/nestjs-templates/tree/main/base-project/backend-nestjs)\n\n## Nestjs microservice template\n\n**_`IN PROGRESS`_**","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdangphu2412%2Fnestjs-templates","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdangphu2412%2Fnestjs-templates","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdangphu2412%2Fnestjs-templates/lists"}