{"id":24673896,"url":"https://github.com/relson/agendars-dotnet","last_synced_at":"2026-04-05T23:38:16.278Z","repository":{"id":215004940,"uuid":"737882339","full_name":"relson/agendars-dotnet","owner":"relson","description":null,"archived":false,"fork":false,"pushed_at":"2024-01-24T00:36:49.000Z","size":15,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-21T15:52:26.229Z","etag":null,"topics":["blazor","dotnet"],"latest_commit_sha":null,"homepage":"","language":null,"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/relson.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}},"created_at":"2024-01-01T20:48:40.000Z","updated_at":"2024-12-25T15:27:25.000Z","dependencies_parsed_at":"2025-03-21T15:48:23.243Z","dependency_job_id":"53ec493f-8314-4b21-9b6c-b7bfacfcfbdc","html_url":"https://github.com/relson/agendars-dotnet","commit_stats":null,"previous_names":["relson/agendars-blazor","relson/agendars-dotnet"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/relson/agendars-dotnet","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/relson%2Fagendars-dotnet","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/relson%2Fagendars-dotnet/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/relson%2Fagendars-dotnet/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/relson%2Fagendars-dotnet/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/relson","download_url":"https://codeload.github.com/relson/agendars-dotnet/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/relson%2Fagendars-dotnet/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31454199,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-05T21:22:52.476Z","status":"ssl_error","status_checked_at":"2026-04-05T21:22:51.943Z","response_time":75,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["blazor","dotnet"],"created_at":"2025-01-26T11:14:20.045Z","updated_at":"2026-04-05T23:38:16.251Z","avatar_url":"https://github.com/relson.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# AgendaRS .NET\n\nInspirado no [Projeto Equinox](#algumas-referências) do [Eduardo Pires](https://github.com/EduardoPires/) porem documentando o passo a passo de como se pode criar o projeto do zero e em vários níveis de complexidade bem como um template de github action para implantação em um servidor simples via ```ssh```.\n\nEtapas:\n- [X] - Criar repositório no github \n- [ ] - CRUD Básico\n- [ ] - Implatação\n- [ ] - Blog Post\n\n## Tecnologias\n\n- Dotnet 8\n- Blazor (InteractiveServer)\n- [Fluent UI Blazor](https://www.fluentui-blazor.net/)\n- EntityFramework\n- SQLite\n\n## Criando o Projeto\n\n\u003e Verificando a versão do dotnet\n\n```shell\ndotnet --info\n```\n\n\u003e Instalando/Atualizando o EntityFramework\n```shell\ndotnet tool install --global dotnet-ef # se ainda não estiver instalado\ndotnet tool update --global dotnet-ef  # para atualizar para versão mais recente\n```\n\u003eAdicionando uma nova página, instalando o code generator\n```shell\ndotnet tool install -g dotnet-aspnet-codegenerator \n```\n\n\u003eInstalando os templates do Fluent UI\n```shell\ndotnet new install Microsoft.FluentUI.AspNetCore.Templates\n```\n\u003eVerificando os templates instalados os templates do Fluent UI\n```shell\ndotnet new list fluent\n```\nNesse exemplos vamos utilizar o template ```fluentblazor```\n\n\n## Algumas referências\n- [Macoratti](https://www.macoratti.net/)\n- [CRUD para IMPRESSIONAR na entrevista por Balta](https://youtu.be/fmDYYsSXrKM?si=xdJhd0ecpUjetxXb)\n- [Equinox Project](https://github.com/EduardoPires/EquinoxProject)\n- [Fluent UI - Blazor](https://www.fluentui-blazor.net/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frelson%2Fagendars-dotnet","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frelson%2Fagendars-dotnet","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frelson%2Fagendars-dotnet/lists"}