{"id":20218178,"url":"https://github.com/af2b/agile-kanban","last_synced_at":"2025-10-11T05:07:32.637Z","repository":{"id":214805736,"uuid":"737373079","full_name":"AF2B/agile-kanban","owner":"AF2B","description":null,"archived":false,"fork":false,"pushed_at":"2024-01-28T17:33:29.000Z","size":128,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-01T06:27:53.025Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","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/AF2B.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":"2023-12-30T19:48:47.000Z","updated_at":"2024-02-01T13:42:05.000Z","dependencies_parsed_at":"2024-01-02T00:29:38.725Z","dependency_job_id":"9c724c18-ebe4-4921-8abb-49d25e90875b","html_url":"https://github.com/AF2B/agile-kanban","commit_stats":null,"previous_names":["af2b/agile-kanban"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/AF2B/agile-kanban","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AF2B%2Fagile-kanban","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AF2B%2Fagile-kanban/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AF2B%2Fagile-kanban/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AF2B%2Fagile-kanban/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AF2B","download_url":"https://codeload.github.com/AF2B/agile-kanban/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AF2B%2Fagile-kanban/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279006331,"owners_count":26084083,"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","status":"online","status_checked_at":"2025-10-11T02:00:06.511Z","response_time":55,"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":[],"created_at":"2024-11-14T06:37:30.575Z","updated_at":"2025-10-11T05:07:32.609Z","avatar_url":"https://github.com/AF2B.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Agile Kanban\n\n[![Build Status](https://travis-ci.org/af2b/agile-kanban.svg?branch=main)](https://travis-ci.org/af2b/agile-kanban)\n[![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://opensource.org/licenses/MIT)\n[![GitHub Issues](https://img.shields.io/github/issues/af2b/agile-kanban.svg)](https://github.com/af2b/agile-kanban/issues)\n[![GitHub Forks](https://img.shields.io/github/forks/af2b/agile-kanban.svg)](https://github.com/af2b/agile-kanban/network)\n[![GitHub Stars](https://img.shields.io/github/stars/af2b/agile-kanban.svg)](https://github.com/af2b/agile-kanban/stargazers)\n\nUm sistema moderno e eficiente de Kanban para gerenciar suas tarefas de forma ágil.\n\n## Visão Geral\n\nO Agile Kanban é uma aplicação de gerenciamento de tarefas projetada para proporcionar uma experiência ágil e eficiente no acompanhamento de projetos e tarefas. Com recursos inspirados no método Kanban, nossa aplicação oferece uma visão visual do progresso do trabalho e facilita a colaboração da equipe.\n\n![Agile Kanban Screenshot](./docs/screenshot.png)\n\n## Recursos Principais\n\n- **Quadro Kanban Interativo:** Visualize e mova suas tarefas entre as colunas do quadro Kanban para rastrear o progresso.\n- **Gerenciamento de Projetos:** Organize tarefas em projetos para uma visão holística do trabalho.\n- **Colaboração em Tempo Real:** Trabalhe em equipe com atualizações em tempo real para uma colaboração eficaz.\n- **Integração com MongoDB:** Armazenamento seguro e eficiente de dados utilizando o MongoDB.\n- **Documentação Automática da API:** Explore e teste a API facilmente com a documentação Swagger.\n\n## Pré-requisitos\n\n- [Java 17](https://www.oracle.com/java/technologies/javase-jdk17-downloads.html)\n- [MongoDB](https://www.mongodb.com/try/download/community)\n\n## Configuração Rápida\n\n1. Clone o repositório:\n\n    ```bash\n    git clone https://github.com/af2b/agile-kanban.git\n    cd agile-kanban\n    ```\n\n2. Inicie o MongoDB:\n\n    ```bash\n    mongod\n    ```\n\n3. Execute o aplicativo:\n\n    ```bash\n    ./gradlew bootRun\n    ```\n\n4. Acesse a aplicação em http://localhost:8080/swagger-ui/index.html\n\n## Contribuindo\n\n1. Faça um fork do projeto\n2. Crie uma branch para sua contribuição (`git checkout -b feature/sua-feature`)\n3. Faça o commit das alterações (`git commit -am 'Adicionando nova funcionalidade'`)\n4. Faça o push para a branch (`git push origin feature/sua-feature`)\n5. Crie um novo Pull Request\n\n## Licença\n\nEste projeto é licenciado sob a [Licença MIT](LICENSE).\n\n---\n\n**Feito com ❤️ por TeamDev**","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faf2b%2Fagile-kanban","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faf2b%2Fagile-kanban","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faf2b%2Fagile-kanban/lists"}