{"id":51849749,"url":"https://github.com/brayandiazc/project-starter-template-en","last_synced_at":"2026-07-23T17:03:25.216Z","repository":{"id":155502594,"uuid":"430504501","full_name":"brayandiazc/project-starter-template-en","owner":"brayandiazc","description":"Template to start any project with professional, ready-to-fill documentation: architecture, ADRs, conventions and governance files. English version, no AI.","archived":false,"fork":false,"pushed_at":"2026-06-30T05:47:40.000Z","size":63,"stargazers_count":9,"open_issues_count":0,"forks_count":6,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-06-30T06:14:35.393Z","etag":null,"topics":["adr","conventions","docs","documentation","english","governance","project-starter","project-template","starter-kit","template"],"latest_commit_sha":null,"homepage":"","language":null,"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/brayandiazc.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","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},"funding":{"github":["GITHUB_USER"]}},"created_at":"2021-11-21T23:22:42.000Z","updated_at":"2026-06-30T05:47:40.000Z","dependencies_parsed_at":"2024-05-17T15:37:32.243Z","dependency_job_id":"2b819cad-cdda-428f-be13-731e6aab5a04","html_url":"https://github.com/brayandiazc/project-starter-template-en","commit_stats":null,"previous_names":["brayandiazc/template-readme-en","brayandiazc/template-readme","brayandiazc/readme-template-en","brayandiazc/project-starter-template-en"],"tags_count":2,"template":true,"template_full_name":null,"purl":"pkg:github/brayandiazc/project-starter-template-en","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brayandiazc%2Fproject-starter-template-en","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brayandiazc%2Fproject-starter-template-en/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brayandiazc%2Fproject-starter-template-en/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brayandiazc%2Fproject-starter-template-en/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/brayandiazc","download_url":"https://codeload.github.com/brayandiazc/project-starter-template-en/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brayandiazc%2Fproject-starter-template-en/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35809505,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-07-20T02:08:10.276Z","status":"online","status_checked_at":"2026-07-23T02:00:06.683Z","response_time":57,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["adr","conventions","docs","documentation","english","governance","project-starter","project-template","starter-kit","template"],"created_at":"2026-07-23T17:03:24.428Z","updated_at":"2026-07-23T17:03:25.209Z","avatar_url":"https://github.com/brayandiazc.png","language":null,"funding_links":["https://github.com/sponsors/GITHUB_USER","https://github.com/sponsors/","https://ko-fi.com/","https://patreon.com/"],"categories":[],"sub_categories":[],"readme":"\u003c!--\n  ┌─────────────────────────────────────────────────────────────────────────┐\n  │  This is a TEMPLATE. Before publishing your project:                       │\n  │  1. Read TEMPLATE-USAGE.md to learn how to instantiate it.                 │\n  │  2. Replace every [PLACEHOLDER] (find them with grep, see the guide).      │\n  │  3. Delete the documents that don't apply to your project.                 │\n  │  4. Remove this comment.                                                   │\n  └─────────────────────────────────────────────────────────────────────────┘\n--\u003e\n\n# [PROJECT_NAME]\n\nShort, concise description of the project (1-2 lines).\n\n![CI](https://github.com/[GITHUB_USER]/[PROJECT_NAME]/actions/workflows/ci.yml/badge.svg)\n![Quality](https://github.com/[GITHUB_USER]/[PROJECT_NAME]/actions/workflows/quality.yml/badge.svg)\n![License](https://img.shields.io/badge/license-MIT-blue)\n\n## Table of Contents\n\n- [Description](#description)\n- [Features](#features)\n- [Prerequisites](#prerequisites)\n- [Installation](#installation)\n- [Configuration](#configuration)\n- [Usage](#usage)\n- [Architecture](#architecture)\n- [Tech Stack](#tech-stack)\n- [Available Scripts](#available-scripts)\n- [Testing](#testing)\n- [Deployment](#deployment)\n- [Contributing](#contributing)\n- [Troubleshooting](#troubleshooting)\n- [Roadmap](#roadmap)\n- [Documentation](#documentation)\n- [Support](#support)\n- [Versioning](#versioning)\n- [Authors](#authors)\n- [License](#license)\n- [Support Us](#support-us)\n- [Acknowledgments](#acknowledgments)\n\n## Description\n\nDetailed description of the project, its purpose and the problem it solves. Explain the context and how this project adds value.\n\n### How It Works\n\n```mermaid\ngraph LR\n    A[User] --\u003e|Request| B[Authentication]\n    B --\u003e|Token| C[API Layer]\n    C --\u003e|Validation| D{Authorized?}\n    D --\u003e|Yes| E[Business Logic]\n    D --\u003e|No| F[401 Error]\n    E --\u003e|Query| G[(Database)]\n    G --\u003e|Response| E\n    E --\u003e|Result| C\n    C --\u003e|Response| A\n```\n\n## Features\n\n- ✅ Main feature 1\n- ✅ Main feature 2\n- ✅ Main feature 3\n- 🚧 Feature in progress\n- 📋 Planned feature\n\n## Prerequisites\n\nBefore you begin, make sure you have installed:\n\n- **[RUNTIME]**: v[VERSION] or higher\n- **[PACKAGE_MANAGER]**: v[VERSION] or higher\n- **[DATABASE]**: v[VERSION] or higher\n- **[OTHER_TOOL]**: v[VERSION] or higher\n\n### Required Access\n\n- Access to the repository\n- Credentials for [SERVICE/API]\n- [OTHER_ACCESS] (if applicable)\n\n## Installation\n\n### 1. Clone the repository\n\n```bash\ngit clone [REPOSITORY_URL]\ncd [PROJECT_NAME]\n```\n\n### 2. Install dependencies\n\n```bash\n[INSTALL_DEPENDENCIES_COMMAND]\n```\n\n### 3. Configure environment variables\n\n```bash\ncp .env.example .env\n# Edit .env with your credentials\n```\n\n### 4. Initialize the database (if applicable)\n\n```bash\n[MIGRATIONS_COMMAND]\n[SEEDS_COMMAND]\n```\n\n## Configuration\n\nEnvironment variables are documented in [`.env.example`](.env.example). Copy it to `.env` and fill in the values for your environment.\n\n\u003e Never commit your `.env` file with real values to the repository. See [SECURITY.md](SECURITY.md) and [`docs/conventions/secrets.md`](docs/conventions/secrets.md).\n\n## Usage\n\n### Local development\n\n```bash\n[START_DEV_COMMAND]\n# The app will be available at http://localhost:[PORT]\n```\n\n### Usage examples\n\n```bash\n# Example command or representative call\n[EXAMPLE]\n```\n\nFor the full API contract, see [`docs/architecture/api.md`](docs/architecture/api.md).\n\n## Architecture\n\nSummary of how the system is built. Full detail in [`docs/architecture/architecture.md`](docs/architecture/architecture.md).\n\n## Tech Stack\n\nSummary of the main technologies. Full inventory (with versions and rationale) in [`docs/architecture/stack.md`](docs/architecture/stack.md).\n\n## Available Scripts\n\n```bash\n[DEV_COMMAND]   # Start in development mode\n[BUILD_COMMAND]        # Build for production\n[TEST_COMMAND]         # Run tests\n[LINT_COMMAND]         # Linting / formatting\n```\n\n## Testing\n\n```bash\n[TEST_COMMAND]            # All tests\n[TEST_COVERAGE_COMMAND]  # With coverage report\n```\n\nTesting conventions in [`docs/conventions/testing.md`](docs/conventions/testing.md).\n\n## Deployment\n\n| Environment | URL              | Branch    | Deploy    |\n| ----------- | ---------------- | --------- | --------- |\n| Development | [DEV_URL]        | `develop` | Automatic |\n| Staging     | [STAGING_URL]    | `staging` | Automatic |\n| Production  | [PRODUCTION_URL] | `main`    | Manual    |\n\nDetailed procedure in [`docs/conventions/deploy.md`](docs/conventions/deploy.md).\n\n## Contributing\n\nRead the [Contributing Guide](CONTRIBUTING.md) to learn about the workflow (Git Flow), code standards, commit format (Conventional Commits) and the Pull Request process.\n\n## Troubleshooting\n\n#### Error: \"[COMMON_ERROR_MESSAGE]\"\n\n```bash\n# Steps to diagnose and fix\n[COMMAND]\n```\n\n### Getting help\n\n1. Check the [documentation](docs/README.md).\n2. Search the [existing issues]([REPOSITORY_URL]/issues).\n3. Open a new issue or contact [SUPPORT_EMAIL].\n\n## Roadmap\n\nVision and next steps in [`docs/product/roadmap.md`](docs/product/roadmap.md).\n\n## Documentation\n\nAll documentation lives under [`docs/`](docs/README.md):\n\n| Document                                                                 | Answers                                       |\n| ------------------------------------------------------------------------ | --------------------------------------------- |\n| [`docs/architecture/architecture.md`](docs/architecture/architecture.md) | How is it built?                              |\n| [`docs/architecture/stack.md`](docs/architecture/stack.md)               | With which technologies?                      |\n| [`docs/architecture/database.md`](docs/architecture/database.md)         | What entities and relationships?              |\n| [`docs/architecture/api.md`](docs/architecture/api.md)                   | What endpoints does it expose?                |\n| [`docs/architecture/auth.md`](docs/architecture/auth.md)                 | How does authentication \u0026 authorization work? |\n| [`docs/architecture/design.md`](docs/architecture/design.md)             | How is it designed and why?                   |\n| [`docs/product/business-model.md`](docs/product/business-model.md)       | Why does it exist / how does it create value? |\n| [`docs/product/roadmap.md`](docs/product/roadmap.md)                     | Where is it headed?                           |\n| [`docs/decisions/`](docs/decisions/README.md)                            | Why did we make each decision?                |\n| [`docs/conventions/`](docs/conventions/README.md)                        | How do we work in this repo?                  |\n\n## Support\n\nProblems or suggestions? Open an issue in [the repository]([REPOSITORY_URL]/issues) or write to [SUPPORT_EMAIL].\n\n## Versioning\n\nWe use [Git](https://git-scm.com) for version control and follow [Semantic Versioning](https://semver.org/). Check the [tags]([REPOSITORY_URL]/tags) for available versions and the [CHANGELOG](CHANGELOG.md).\n\n## Authors\n\n- **[AUTHOR]** — _Initial work_ — [@[GITHUB_USER]](https://github.com/[GITHUB_USER])\n\nSee also the list of [contributors]([REPOSITORY_URL]/contributors).\n\n## License\n\nThis project is licensed under the [MIT](LICENSE) license.\n\n## Support Us\n\nIf you find this project useful and want to support its development:\n\n- [GitHub Sponsors](https://github.com/sponsors/[GITHUB_USER])\n- [Ko-fi](https://ko-fi.com/[GITHUB_USER])\n- [Patreon](https://patreon.com/[GITHUB_USER])\n\n## Acknowledgments\n\nThanks to everyone who contributes to this project. If you find value in it, you can:\n\n- Share the project 📤\n- Buy a coffee ☕\n- Open an issue or PR 🙌\n- Leave your thanks with a comment 💬\n\n---\n\n⌨️ with ❤️ by [@[GITHUB_USER]](https://github.com/[GITHUB_USER])\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrayandiazc%2Fproject-starter-template-en","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbrayandiazc%2Fproject-starter-template-en","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrayandiazc%2Fproject-starter-template-en/lists"}