{"id":21615723,"url":"https://github.com/rudeboyone/tarefastest","last_synced_at":"2026-04-16T05:33:15.238Z","repository":{"id":236871324,"uuid":"637217369","full_name":"RudeBoyOne/tarefasTest","owner":"RudeBoyOne","description":"API RESTful de gerenciamento de tarefas","archived":false,"fork":false,"pushed_at":"2023-05-08T16:54:36.000Z","size":111,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-12T20:53:54.364Z","etag":null,"topics":["hibernate","jpa","jpa-hibernate","openapi","spring-boot","spring-mvc","spring-security","springboot-validated","swagger-ui"],"latest_commit_sha":null,"homepage":"http://tarefas.ddns.net:8080/docs/swagger-ui/index.html","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/RudeBoyOne.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":"2023-05-06T21:42:28.000Z","updated_at":"2023-05-08T01:07:02.000Z","dependencies_parsed_at":null,"dependency_job_id":"fe8b5da6-8a6d-49f0-8b7d-4a67cbb6ad7a","html_url":"https://github.com/RudeBoyOne/tarefasTest","commit_stats":null,"previous_names":["rudeboyone/tarefastest"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/RudeBoyOne/tarefasTest","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RudeBoyOne%2FtarefasTest","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RudeBoyOne%2FtarefasTest/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RudeBoyOne%2FtarefasTest/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RudeBoyOne%2FtarefasTest/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RudeBoyOne","download_url":"https://codeload.github.com/RudeBoyOne/tarefasTest/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RudeBoyOne%2FtarefasTest/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31872624,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-15T15:24:51.572Z","status":"online","status_checked_at":"2026-04-16T02:00:06.042Z","response_time":69,"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":["hibernate","jpa","jpa-hibernate","openapi","spring-boot","spring-mvc","spring-security","springboot-validated","swagger-ui"],"created_at":"2024-11-24T22:12:36.778Z","updated_at":"2026-04-16T05:33:15.222Z","avatar_url":"https://github.com/RudeBoyOne.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Tarefas teste\n\n \u003e API RESTful para gerenciamento de tarefas\n-----\n## Como testar a aplicação:\n\n\u003e A aplicação está publicada, então os testes via Sawgger e Postman irão consumir a API do deploy\n\n1. Documentação com Swagger UI\n   - [SWAGGER UI](http://tarefas.ddns.net:8080/docs/swagger-ui)\n\n2. Postman acessando as URI's dos recursos\n   - no postman importar json com as requests [arquivo](./Tarefas%20teste.postman_collection.json);\n\n3. Localmente\n   - git clone https://github.com/RudeBoyOne/tarefasTest.git\n   - cd tarefas\n   - modificar url, usuário e senha de conexão do banco de dados no arquivo [applications.properties](./src/main/resources/application.properties)\n   - ./mvnw clean install\n   - ./mvnw spring-boot:run\n   - aplicação estará disponível na porta 8080\n\n----\n\n## Recursos disponíveis e suas respectivas URI's:\n\nBaseURL: \n```\nhttp://tarefas.ddns.net:8080\n```\n\n### Gerenciamento de usuários\n\nQuem tem acesso?\n* Usuários do tipo \"ADMIN\"\n\n\nRecurso               | URI                    |  MÉTODO\n----------------------|------------------------|------\nCriar usuário         | /usuarios              |  POST\nAtualizar usuário     | /usuarios/{idUsuario}  |  PUT\nListar todos usuários | /usuarios              |  GET\nListar um usuário     | /usuarios/{idUsuario}  |  GET\nExcluir um usuário    | /usuarios/{idUsuario}  |  DELETE \n\n\n### Gerenciamento de tarefas\n\nQuem tem acesso?\n* Usuários do tipo \"ADMIN\" e \"USER\"\n\nRecurso              | URI                          |  MÉTODO\n---------------------|------------------------------|------\nCriar tarefa         | /tarefas                     |  POST\nAtualizar tarefa     | /tarefas/{idTarefa}          |  PUT\nConcluir uma tarefa  | /tarefas/{idTarefa}/concluir |  PUT\nListar todas tarefas | /tarefas                     |  GET\nBuscar uma tarefa    | /tarefas/{idTarefa}          |  GET\nExcluir uma tarefa   | /tarefas/{idTarefa}          |  DELETE\n\n----\n\nDesenvolvido por [Lucas Ferreira Nogueira](https://github.com/RudeBoyOne) desenvolvedor backend Java :computer:","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frudeboyone%2Ftarefastest","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frudeboyone%2Ftarefastest","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frudeboyone%2Ftarefastest/lists"}