{"id":24343417,"url":"https://github.com/audacioustux/helpdebuggov","last_synced_at":"2026-05-27T18:32:31.237Z","repository":{"id":96365766,"uuid":"577742602","full_name":"audacioustux/HelpDebugGov","owner":"audacioustux","description":".net academic course - final project -- nothing serious :)","archived":false,"fork":false,"pushed_at":"2022-12-26T05:55:46.000Z","size":856,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-11T22:20:39.533Z","etag":null,"topics":["boilerplate","devcontainer","dotnet-core","jwt","sveltekit","swagger"],"latest_commit_sha":null,"homepage":"https://audacioustux.com","language":"C#","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/audacioustux.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2022-12-13T12:27:21.000Z","updated_at":"2023-01-09T10:24:36.000Z","dependencies_parsed_at":"2023-03-30T09:06:22.704Z","dependency_job_id":null,"html_url":"https://github.com/audacioustux/HelpDebugGov","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/audacioustux/HelpDebugGov","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/audacioustux%2FHelpDebugGov","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/audacioustux%2FHelpDebugGov/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/audacioustux%2FHelpDebugGov/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/audacioustux%2FHelpDebugGov/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/audacioustux","download_url":"https://codeload.github.com/audacioustux/HelpDebugGov/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/audacioustux%2FHelpDebugGov/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33579665,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-27T02:00:06.184Z","response_time":53,"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":["boilerplate","devcontainer","dotnet-core","jwt","sveltekit","swagger"],"created_at":"2025-01-18T08:33:56.849Z","updated_at":"2026-05-27T18:32:31.214Z","avatar_url":"https://github.com/audacioustux.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# HelpDebugGov\n\n## Getting Started\n\n### Prerequisites\n\n- Docker\n- IDE/Platform with devcontainer support (e.g., VSCode, Github Codespaces)\n- Put necessary environment variables in `.env` file (see `.env.example`)\n\n### Overview\n\n#### Implemented\n\n- Dynamic Policy Based Auth\n- Mediator pattern\n- CRUD Operations for all entities\n- Email Service\n- Validation\n- Code-First Migration \u0026 Seeding\n- Logging\n- Api Documentation\n- Auth, Email Confirmation, Password Reset \u0026 Change\n- Web UI\n\n#### Used\n\n- ASP.NET 7\n- EntityFrameworkCore\n- DevContainer\n- FluentEmail\n- FluentValidation\n- MediatR\n- AutoMapper\n- Serilog\n- Swagger\n- JWT\n- SvelteKit\n- TailwindCSS\n- Pnpm + TurboRepo\n\n#### Architecture\n\n- src/HelpDebugGov.\n  - Api - Web Api\n  - Domain - Domain Models\n  - Application - Application Services\n  - Infrastructure - Data Access Layer\n  - UI - Web UI\n\n### Notes\n\n- scripts/merge-gitignore.sh - merge all *.gitignore files into one\n- all sensitive data should be stored in environment variables via `.env` file\n- errors should not expose sensitive data to the client\n- devcontainer is used for development and highly recommended\n- an account with all permissions (superuser) is created (as seed) with given credentials in `.env` (SUPERUSER_*)\n\n#### Commands\n\n``` bash\n# Run Api Server\ndotnet watch run --project ./src/HelpDebugGov.Api/ --launch-profile https\n# Add new Migration\ndotnet ef migrations add Init --startup-project ./src/HelpDebugGov.Api/ --project ./src/HelpDebugGov.Infrastructure\n# Drop Database\ndotnet ef database drop --startup-project ./src/HelpDebugGov.Api/ --project ./src/HelpDebugGov.Infrastructure\n\n# Web UI in dev mode\npnpm run dev\n```\n\n### TODO\n\n- [ ] Add tests\n- [ ] Add Production Setup\n- [ ] Complete OpenTelemetry setup\n- [ ] Migrations should be included in version control, but ensure no sensitive data is included\n- [ ] resolve `TODO:`s in code (find all with `$ rg \"// TODO:\"`)\n- [ ] \u003chttps://github.com/npgsql/npgsql/issues/4592\u003e - workaround: re-`run`\n\n### References\n\n- \u003chttps://learn.microsoft.com/en-us/aspnet/core/security/authorization/iauthorizationpolicyprovider?view=aspnetcore-7.0\u003e\n- \u003chttps://daisyui.com\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faudacioustux%2Fhelpdebuggov","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faudacioustux%2Fhelpdebuggov","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faudacioustux%2Fhelpdebuggov/lists"}