{"id":24071276,"url":"https://github.com/igorbrizack/taghos-backend","last_synced_at":"2026-06-18T10:31:21.379Z","repository":{"id":271395320,"uuid":"912917734","full_name":"IgorBrizack/taghos-backend","owner":"IgorBrizack","description":"Teste Técnico Backend Taghos","archived":false,"fork":false,"pushed_at":"2025-01-07T12:24:49.000Z","size":25,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-26T21:26:22.969Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","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/IgorBrizack.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":"2025-01-06T16:54:48.000Z","updated_at":"2025-01-07T12:24:52.000Z","dependencies_parsed_at":"2025-01-07T13:29:18.869Z","dependency_job_id":"4412890e-fcee-471d-8fe9-2f605536d1c4","html_url":"https://github.com/IgorBrizack/taghos-backend","commit_stats":null,"previous_names":["igorbrizack/taghos-backend"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/IgorBrizack/taghos-backend","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IgorBrizack%2Ftaghos-backend","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IgorBrizack%2Ftaghos-backend/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IgorBrizack%2Ftaghos-backend/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IgorBrizack%2Ftaghos-backend/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/IgorBrizack","download_url":"https://codeload.github.com/IgorBrizack/taghos-backend/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IgorBrizack%2Ftaghos-backend/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34487069,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-18T02:00:06.871Z","response_time":128,"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":"2025-01-09T16:39:55.428Z","updated_at":"2026-06-18T10:31:21.362Z","avatar_url":"https://github.com/IgorBrizack.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# Teste Técnico de Backend Taghos\n\n\n## Descrição \nDesenvolvimento de API em Golang com banco de dados Postgres\n(a escolha do banco de dados foi por mera familiaridade a executar trabalhos com banco de dados relacionais.)\n\n### Clone o repositório \n\n```bash\n git clone git@github.com:IgorBrizack/taghos-backend.git\n```\n\n### Iniciando Aplicação com Docker\n\n```bash\n docker-compose up -d --build\n```\n\n### Verificando os logs do container em execução\n\n```bash\n docker logs taghos-backend_app_1\n```\n\nou acesse via extensão do docker no VSCode.\n\n### Acessando endpoints da API\n\nPorta de acesso a API no seu host será 8150\n\n#### Create Book (POST): /books\n```bash\n {\n\t\"title\": \"The Great Gatsby\",\n\t\"category\": \"Fiction\",\n\t\"author\": \"F. Scott Fitzgerald\",\n\t\"synopsis\": \"A story about the American Dream and the disillusionment that comes with it during the Jazz Age in the United States.\"\n  }\n```\n\n#### Get Book (GET): /books/:id\n\n#### List Books (GET): /books\n\n#### Delete Book (DELETE): /books/:id\n\n#### Update Book (PUT): /books/:id\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Figorbrizack%2Ftaghos-backend","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Figorbrizack%2Ftaghos-backend","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Figorbrizack%2Ftaghos-backend/lists"}