{"id":23582643,"url":"https://github.com/anucha-tk/nestjs-mongodb-starter","last_synced_at":"2026-05-05T14:32:35.548Z","repository":{"id":215419998,"uuid":"650436339","full_name":"anucha-tk/nestjs-mongodb-starter","owner":"anucha-tk","description":"A robust and feature-rich starter template for building scalable applications using NestJS. This project offers a comprehensive setup to kickstart your development with essential tools and configurations.","archived":false,"fork":false,"pushed_at":"2024-08-06T03:24:56.000Z","size":2420,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-22T17:07:43.580Z","etag":null,"topics":["api-key","authentication","authorization","docker","e2e-testing","mongodb","nestjs","rest-api","swagger","unit-testing"],"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/anucha-tk.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"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":"2023-06-07T04:23:13.000Z","updated_at":"2024-08-06T03:27:29.000Z","dependencies_parsed_at":"2024-08-06T06:17:03.085Z","dependency_job_id":"9eb6bc0d-afae-4f22-a6fb-a2c3b8f8c9b7","html_url":"https://github.com/anucha-tk/nestjs-mongodb-starter","commit_stats":null,"previous_names":["anucha-tk/spec-finder-api","anucha-tk/nestjs-mongodb-starter"],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/anucha-tk/nestjs-mongodb-starter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anucha-tk%2Fnestjs-mongodb-starter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anucha-tk%2Fnestjs-mongodb-starter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anucha-tk%2Fnestjs-mongodb-starter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anucha-tk%2Fnestjs-mongodb-starter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/anucha-tk","download_url":"https://codeload.github.com/anucha-tk/nestjs-mongodb-starter/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anucha-tk%2Fnestjs-mongodb-starter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32653543,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-05T11:29:49.557Z","status":"ssl_error","status_checked_at":"2026-05-05T11:29:48.587Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["api-key","authentication","authorization","docker","e2e-testing","mongodb","nestjs","rest-api","swagger","unit-testing"],"created_at":"2024-12-27T01:12:24.309Z","updated_at":"2026-05-05T14:32:35.532Z","avatar_url":"https://github.com/anucha-tk.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Nestjs Starter Project\n\nA robust and feature-rich starter template for building scalable applications using NestJS. This project offers a comprehensive setup to kickstart your development with essential tools and configurations.\n\n\u003c!--toc:start--\u003e\n\n- [Nestjs Starter Project](#nestjs-starter-project)\n  - [Features](#features)\n  - [How to Start](#how-to-start)\n    - [Seed user, api-key, role](#seed-user-api-key-role)\n    - [Run server](#run-server)\n    - [Try login](#try-login)\n  - [Unit-test coverage](#unit-test-coverage)\n  - [E2E-test coverage](#e2e-test-coverage)\n  \u003c!--toc:end--\u003e\n\n## Features\n\n- **Complex Project Structure**: Organized and scalable architecture to manage large applications.\n- **API Key Management**: Integrated system for handling API keys.\n- **Authentication**: Built-in support for user authentication.\n- **Authorization**: Comprehensive role-based access control.\n- **Debugger**: Tools and configurations for effective debugging.\n- **Logger**: Advanced logging for monitoring and troubleshooting.\n- **Multi-Language Support**: Internationalization and localization features.\n- **DevTools Environment**: Includes tools like Husky, Commitlint, Lint-staged, and more for a smooth development workflow.\n- **Docker**: Containerization support for development and deployment.\n- **Seed Data**: Predefined data for initializing the application.\n- **Swagger Documentation**: Interactive API documentation using Swagger.\n- **Unit Tests**: Approximately 33% test coverage for unit tests.\n- **End-to-End Tests**: High coverage with 92% end-to-end tests.\n- **And More**: Additional features and configurations for enhanced development.\n\n## How to Start\n\n1. **Configure Environment Variables**: Update the `.env.example` file with your environment-specific settings.\n\n2. **Run MongoDB with Docker**:\n\n```bash\n   make start-mongo-dev\n```\n\n### Seed user, api-key, role\n\n**caution!!** on production change your user email and password before seed\n\n```bash\nyarn seed\n```\n\n### Run server\n\n```bash\nyarn start\n```\n\n### Try login\n\n\u003e \u003chttp://localhost:5000/api/v1/public/user/login\u003e\n\n```json\n{\n  \"email\": \"admin@mail.com\",\n  \"password\": \"aaAA@@123444\"\n}\n```\n\n## Unit-test coverage\n\n![My Image](docs/images/unit.png)\n\n## E2E-test coverage\n\n![My Image](docs/images/e2e.png)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanucha-tk%2Fnestjs-mongodb-starter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fanucha-tk%2Fnestjs-mongodb-starter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanucha-tk%2Fnestjs-mongodb-starter/lists"}