{"id":21623028,"url":"https://github.com/pandatecham/be-tmp-pandatech-modular-monolith","last_synced_at":"2026-04-11T03:02:49.710Z","repository":{"id":233784085,"uuid":"786482197","full_name":"PandaTechAM/be-tmp-pandatech-modular-monolith","owner":"PandaTechAM","description":"Template using Modular Monolith architecture","archived":false,"fork":false,"pushed_at":"2025-10-16T11:19:10.000Z","size":234,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"development","last_synced_at":"2026-01-03T14:26:58.852Z","etag":null,"topics":["dotnet-core","modular-monolith-architecture","pandatech","template"],"latest_commit_sha":null,"homepage":"","language":"C#","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/PandaTechAM.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,"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}},"created_at":"2024-04-14T15:46:59.000Z","updated_at":"2025-10-16T11:19:14.000Z","dependencies_parsed_at":null,"dependency_job_id":"1a5ed04b-62f1-4835-80d4-4d02e2c8211e","html_url":"https://github.com/PandaTechAM/be-tmp-pandatech-modular-monolith","commit_stats":null,"previous_names":["pandatecham/be-tmp-pandatech-modular-monolith"],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/PandaTechAM/be-tmp-pandatech-modular-monolith","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PandaTechAM%2Fbe-tmp-pandatech-modular-monolith","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PandaTechAM%2Fbe-tmp-pandatech-modular-monolith/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PandaTechAM%2Fbe-tmp-pandatech-modular-monolith/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PandaTechAM%2Fbe-tmp-pandatech-modular-monolith/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PandaTechAM","download_url":"https://codeload.github.com/PandaTechAM/be-tmp-pandatech-modular-monolith/tar.gz/refs/heads/development","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PandaTechAM%2Fbe-tmp-pandatech-modular-monolith/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31667034,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-10T17:19:37.612Z","status":"online","status_checked_at":"2026-04-11T02:00:05.776Z","response_time":54,"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":["dotnet-core","modular-monolith-architecture","pandatech","template"],"created_at":"2024-11-25T00:11:19.870Z","updated_at":"2026-04-11T03:02:49.667Z","avatar_url":"https://github.com/PandaTechAM.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"﻿# Pandatech.ModularMonolith - Modular Monolith Application\n\n## Introduction\n\nThis project serves as a template for creating .NET Web API applications. It's pre-configured with essential\ndependencies and a Docker setup for ease of development and deployment. The template is designed to be flexible,\nallowing easy removal of unnecessary components and addition of new features.\n\n## Project Structure\n\n**Root Directory:** Contains the solution file for the project.\n\n**src Folder:** Houses all the source code and module related tests.\n\n**tests Folder:** Contains e2e tests.\n\n**Docker File** Located at the root, used for creating a Docker container for the application. `Dockerfile.Local`\nand `docker-compose` are for local development.\n\n## External Dependencies\n\nThis project integrates various services and configurations:\n\n**Postgres:** Used as the primary database.\n\n**Redis:** Implemented for caching purposes.\n\n**RabbitMQ (RMQ):** Utilized for messaging and event-driven architecture.\n\n**Elasticsearch:** Employed for logging advanced search capabilities.\n\n**appsettings{environment}.json:** Configuration settings for the application.\n\n## Project built-in features\n\n**Integration tests setup:** The project is pre-configured with integration tests.\n**Health checks:** The project has health checks for the database and other services. Also endpoint for prometheus.\n**OpenTelemetry:** The project is pre-configured with OpenTelemetry for logging and tracing.\n**Prometheus:** The project is pre-configured with Prometheus for monitoring.\n**Hangfire** The project is pre-configured with Hangfire for background jobs.\n**ResponseCrafter** The project is pre-configured with ResponseCrafter for consistent exception handling.\n**Serilog** The project is pre-configured with Serilog for logging. It asynchronously logs to Elasticsearch.\n**RegexBox** The project is pre-configured with RegexBox which will provide all essential regex patterns.\n\n## Getting Started\n\n### Pre-requisites:\n\n- [.NET Core SDK](https://dotnet.microsoft.com/download)\n- [Docker](https://www.docker.com/products/docker-desktop)\n\n### Basic Commands\n\n- `dotnet restore` - Restore dependencies\n- `dotnet build` - Build the project\n- `dotnet run` - Run the project\n- `dotnet test` - Run tests\n- `docker-compose up` - Run the project in Docker\n\n## Features\n\nList the key features of your application.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpandatecham%2Fbe-tmp-pandatech-modular-monolith","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpandatecham%2Fbe-tmp-pandatech-modular-monolith","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpandatecham%2Fbe-tmp-pandatech-modular-monolith/lists"}