{"id":26472783,"url":"https://github.com/potlitel/blazorwebappserviceorders","last_synced_at":"2026-05-05T04:38:46.703Z","repository":{"id":280644370,"uuid":"942289425","full_name":"potlitel/BlazorWebAppServiceOrders","owner":"potlitel","description":"Platform for displaying generic user interfaces for working with service orders.","archived":false,"fork":false,"pushed_at":"2025-05-10T22:25:34.000Z","size":2374,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-10T23:19:45.722Z","etag":null,"topics":["blazor","blazor-application","blazor-server","classlibrary","clean-architecture","clean-code","dark","dark-mode","docker","dockerfile","i18n","localization","multilanguage","multilanguage-support","radzen","radzen-blazor-components","razor","vertical-slice-architecture"],"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/potlitel.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}},"created_at":"2025-03-03T21:52:35.000Z","updated_at":"2025-05-10T22:25:37.000Z","dependencies_parsed_at":null,"dependency_job_id":"31623f7d-9cb2-4bf1-abbf-5f8a805bfefe","html_url":"https://github.com/potlitel/BlazorWebAppServiceOrders","commit_stats":null,"previous_names":["potlitel/blazorwebappserviceorders"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/potlitel/BlazorWebAppServiceOrders","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/potlitel%2FBlazorWebAppServiceOrders","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/potlitel%2FBlazorWebAppServiceOrders/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/potlitel%2FBlazorWebAppServiceOrders/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/potlitel%2FBlazorWebAppServiceOrders/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/potlitel","download_url":"https://codeload.github.com/potlitel/BlazorWebAppServiceOrders/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/potlitel%2FBlazorWebAppServiceOrders/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265483685,"owners_count":23774257,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["blazor","blazor-application","blazor-server","classlibrary","clean-architecture","clean-code","dark","dark-mode","docker","dockerfile","i18n","localization","multilanguage","multilanguage-support","radzen","radzen-blazor-components","razor","vertical-slice-architecture"],"created_at":"2025-03-19T21:44:46.449Z","updated_at":"2026-05-05T04:38:46.698Z","avatar_url":"https://github.com/potlitel.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🖥️ Platform for displaying general user interfaces for managing service orders.\n\n## 🛠️ Tech Stack\n**UI:** [Radzen Blazor Components](https://blazor.radzen.com/?theme=material3) 🎨  \n**Build Tool:** [Visual Studio](https://visualstudio.microsoft.com/) 💻  \n**Icons:** [Radzen Icons](https://blazor.radzen.com/icon?theme=material3) 🧩  \n\n## ✨ Features\n- 🌔 Light/dark mode\n- 📱 Responsive\n- ♿ Accessible\n- 🧭 With built-in Sidebar component\n- 🌐 Multi languages\n- 🛠️ Extra custom components\n- 📑 Pdf viewer\n- 🗃️ Blog storage\n\n## 🚀 Run Locally\n\n**Clone the project**\n\n```bash\n  git clone https://github.com/potlitel/BlazorWebAppServiceOrders.git\n```\n\nGo to the project directory\n\n```bash\n  cd BlazorWebAppServiceOrders\n```\n\nInstall dependencies\n\n```bash\n  dotnet restore --verbosity normal\n```\n\nStart the server\n\n```bash\n  dotnet run --project BlazorWebApp/BlazorWebApp.csproj\n```\n\n\n## 🛠️ Fix warning error\n\n\u003e warning NU1900: Error occurred while getting package vulnerability data: Response status code does not indicate success: 403 (Forbidden - User 'f769d339-28da-4051-b12f-9373a2b17a97' lacks permission to complete this action. You need to have 'ReadPackages'.)\n\nOpen the corresponding project file and add the following statement for each warning:\n\n```bash\n  \u003cNoWarn\u003e$(NoWarn);NU1900\u003c/NoWarn\u003e\n```\nin the section \n\n```bash\n  \u003cPropertyGroup\u003e\n```\n\nremaining as follows:\n\n```bash\n\u003cPropertyGroup\u003e\n  \u003cTargetFramework\u003enet8.0\u003c/TargetFramework\u003e\n  \u003cNullable\u003eenable\u003c/Nullable\u003e\n  \u003cImplicitUsings\u003eenable\u003c/ImplicitUsings\u003e\n\t\u003cNoWarn\u003e$(NoWarn);NU1900\u003c/NoWarn\u003e\n\u003c/PropertyGroup\u003e\n```\n\n## 🐳Docker deployment\n\n- docker-compose -f \"docker-compose.yml\" up -d --build\n  \n  \u003e 📛Use this command if you have PAT embedded in the docker file (not secure)\n\nPassing the PAT via args\n\n- Build the image using the follow command: \n\n    ```bash\n  docker-compose -f \"docker-compose.yml\" build --build-arg FEED_ACCESSTOKEN=\"your-PAT\"\n    ```    \n- Run container as follow: \n    \n    ```bash\n  docker-compose -f \"docker-compose.yml\" up -d\n    ```\n    \n- 🌐Navigate to: https://server-name/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpotlitel%2Fblazorwebappserviceorders","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpotlitel%2Fblazorwebappserviceorders","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpotlitel%2Fblazorwebappserviceorders/lists"}