{"id":14988553,"url":"https://github.com/hfidelis/techconecta-prototype","last_synced_at":"2026-01-05T03:39:12.706Z","repository":{"id":213011881,"uuid":"694899167","full_name":"hfidelis/techconecta-prototype","owner":"hfidelis","description":null,"archived":false,"fork":false,"pushed_at":"2023-12-21T22:53:02.000Z","size":1407,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-26T14:22:14.044Z","etag":null,"topics":["academic-project","angular16","api-consumption","bulma","rxjs","scss"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/hfidelis.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-09-21T23:32:40.000Z","updated_at":"2024-09-17T20:15:22.000Z","dependencies_parsed_at":"2024-09-19T23:00:40.393Z","dependency_job_id":null,"html_url":"https://github.com/hfidelis/techconecta-prototype","commit_stats":{"total_commits":52,"total_committers":5,"mean_commits":10.4,"dds":0.5384615384615384,"last_synced_commit":"5f45aa2becaab4e2da88ffdfca5e1183ac4c5103"},"previous_names":["hfidelis/techconecta-prototype"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hfidelis%2Ftechconecta-prototype","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hfidelis%2Ftechconecta-prototype/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hfidelis%2Ftechconecta-prototype/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hfidelis%2Ftechconecta-prototype/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hfidelis","download_url":"https://codeload.github.com/hfidelis/techconecta-prototype/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244856981,"owners_count":20521914,"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":["academic-project","angular16","api-consumption","bulma","rxjs","scss"],"created_at":"2024-09-24T14:16:55.205Z","updated_at":"2026-01-05T03:39:12.651Z","avatar_url":"https://github.com/hfidelis.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Techconecta 📘\n## Protótipo Frontend do Projeto para a disciplina de WEB II\n\u003e :accessibility: Grupo: **Heitor Fidelis, Thiago Jorge, Túlio Baruk.**\n\n\u003e 👨‍🏫 Professor: **Josino Rodrigues**\n\n# Tecnologias utilizadas 🔧\n\n\u003cdiv\u003e\n  \u003cimg alt=\"Angular\" src=\"https://img.shields.io/badge/angular-%23DD0031.svg?style=for-the-badge\u0026logo=angular\u0026logoColor=991c09\u0026color=1f2026\"\u003e\n  \u003cimg alt=\"RxJS\" src=\"https://img.shields.io/badge/rxjs-%23B7178C.svg?style=for-the-badge\u0026logo=reactivex\u0026logoColor=E8038E\u0026color=1f2026\"\u003e\n  \u003cimg alt=\"TypeScript\" src=\"https://img.shields.io/badge/typescript-%23007ACC.svg?style=for-the-badge\u0026logo=typescript\u0026logoColor=5983ff\u0026color=1f2026\"\u003e\n  \u003cimg alt=\"HTML5\" src=\"https://img.shields.io/badge/html5-%23E34F26.svg?style=for-the-badge\u0026logo=html5\u0026logoColor=b84300\u0026color=1f2026\"\u003e\n  \u003cimg alt=\"SASS\" src=\"https://img.shields.io/badge/SASS-hotpink.svg?style=for-the-badge\u0026logo=SASS\u0026logoColor=c44f87\u0026color=1f2026\"\u003e\n  \u003cimg alt=\"Bulma\" src=\"https://img.shields.io/badge/bulma-00D0B1?style=for-the-badge\u0026logo=bulma\u0026logoColor=5ff5cb\u0026color=1f2026\"\u003e\n  \u003cimg alt=\"Docker\" src=\"https://img.shields.io/badge/Docker-2496ED.svg?style=for-the-badge\u0026logo=Docker\u0026logoColor=1D63ED\u0026color=1f2026\"\u003e\n\u003c/div\u003e\n\n# Testando remotamente 🌐\n**Acesse http://20.226.34.135:4200**\n\n# Testando localmente 🚀\n## Usando ``npm`` 📦 :\n**Clone o repositório em sua máquina**\n\u003e **``git clone https://github.com/hfidelis/techconecta-prototype.git``**\n \n**Acesse o diretório do repositório**\n\u003e **``cd techconecta-prototype``**\n \n**Instale as dependências**\n\u003e **``npm install``**\n \n**Inicie o projeto**\n\u003e **Caso tenha o AngularCLI: ``ng serve``**\n\n\u003e **Caso não tenha: ``npm run start``**\n\n**Acesse o projeto através da url: http://localhost:4200**\n\n## Usando ``docker`` 🐳 :\n**Clone o repositório em sua máquina**\n\u003e **``git clone https://github.com/hfidelis/techconecta-prototype.git``**\n\n**Acesse o diretório do repositório**\n\u003e **``cd techconecta-prototype``**\n\n**Faça o build do projeto**\n\u003e **``docker build .``**\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhfidelis%2Ftechconecta-prototype","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhfidelis%2Ftechconecta-prototype","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhfidelis%2Ftechconecta-prototype/lists"}