{"id":27648243,"url":"https://github.com/benicio227/librarymanagementsystemapi","last_synced_at":"2026-04-21T16:41:41.578Z","repository":{"id":287743043,"uuid":"965336234","full_name":"benicio227/LibraryManagementSystemAPI","owner":"benicio227","description":"Sistema de Gerenciamento de Biblioteca desenvolvido em .NET 8 com Clean Architecture, EF Core e SQL Server. Permite cadastrar livros, gerenciar empréstimos e controlar devoluções com validações e boas práticas de código.","archived":false,"fork":false,"pushed_at":"2025-04-21T16:28:22.000Z","size":52,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-24T02:42:28.816Z","etag":null,"topics":["clean-architecture","entity-framework","fluentvalidation","sqlserver"],"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/benicio227.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-04-12T23:44:11.000Z","updated_at":"2025-04-21T16:32:30.000Z","dependencies_parsed_at":"2025-04-21T17:27:20.147Z","dependency_job_id":null,"html_url":"https://github.com/benicio227/LibraryManagementSystemAPI","commit_stats":null,"previous_names":["benicio227/librarymanagementsystemapi"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/benicio227/LibraryManagementSystemAPI","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/benicio227%2FLibraryManagementSystemAPI","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/benicio227%2FLibraryManagementSystemAPI/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/benicio227%2FLibraryManagementSystemAPI/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/benicio227%2FLibraryManagementSystemAPI/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/benicio227","download_url":"https://codeload.github.com/benicio227/LibraryManagementSystemAPI/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/benicio227%2FLibraryManagementSystemAPI/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259531238,"owners_count":22872136,"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":["clean-architecture","entity-framework","fluentvalidation","sqlserver"],"created_at":"2025-04-24T02:37:17.090Z","updated_at":"2026-04-21T16:41:41.540Z","avatar_url":"https://github.com/benicio227.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Sobre o projeto\n\nO projeto Sistema de Gerenciamento de Biblioteca é um projeto desenvolvido com **.NET 8**, que permite o gerenciamento de livros e da biblioteca para facilitar o cadastro de\num livro, o empréstimo, a criação e remoção. Construído seguindo os princípios da **Clean Architecture** para garantir uma organização modular e escalável do código. A estrutura\ncamadas  separa as responsabilidades de domínio, aplicação, infraestrutura e interface, promovendo  um código mais limpo, testável e fácil de manter.\n\nA aplicação utiliza **Entity Framework Core** para o mapeamento e manipulação do banco de dados **SQL Server**, garantindo eficiência e flexibilidade no acesso aos dados.\nAlém disso, foram aplicadas as melhores práticas de **Clean Code**, visando legibilidade, reutilização e padronização do código.\n\n### Features\n\n- **Casastrar um Livro**: Permite ao usuário criar um livro e armazenar no banco de dados. As propriedades são validadas utilizando o FluentValidation.\n- **Cadastrar Empréstimo**: Permite registrar uma data para a devolução do livro, garantindo um maior controle sobre empréstimo/devolução.\n- **Devolução de um livro**: Essa funcionalidade permite manter o controle entre a data que foi feito o empréstimo do livro e a data em que ele foi devolvido. Para isso, uma mensagem é exibida, dizendo se a devolução está em atraso ou se está em dias.\n- \n## Getting Started\n\nPara obter uma cópia local funcionando, siga estes passos simples.\n\n### Requisitos\n\n- Visual Studio versão 2022+ ou Visual Studio Code\n- Windows 10+ ou Linux/MacOS com [.NET SDK](https://dotnet.microsoft.com/en-us/download/dotnet/8.0) instalado\n- SQL Server\n\n### Construído com\n\n![.NET Badge](https://img.shields.io/badge/.NET-512BD4?logo=dotnet\u0026logoColor=fff\u0026style=for-the-badge)  ![badge-windows](https://img.shields.io/badge/Windows-0078D6?style=for-the-badge\u0026logo=windows\u0026logoColor=white) ![visual-studio](https://img.shields.io/badge/Visual_Studio-5C2D91?style=for-the-badge\u0026logo=visual%20studio\u0026logoColor=white) ![badge-sqlserver](https://img.shields.io/badge/SQL%20Server-CC2927?style=for-the-badge\u0026logo=microsoftsqlserver\u0026logoColor=white)\n\n![badge-swagger](http://img.shields.io/badge/Swagger-85EA2D?logo=swagger\u0026logoColor=000\u0026style=for-the-badge)  \n\n### Instalação\n\n1. Clone o repositório:\n    ```sh\n    git clone git@github.com:benicio227/LibraryManagementSystemAPI.git\n    ```\n\n2. Preencha as informações no arquivo `appsettings.json`\n3. Execute a API\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbenicio227%2Flibrarymanagementsystemapi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbenicio227%2Flibrarymanagementsystemapi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbenicio227%2Flibrarymanagementsystemapi/lists"}