{"id":18541361,"url":"https://github.com/samuelmsilva2v/webclientes","last_synced_at":"2026-04-16T08:37:12.005Z","repository":{"id":260667326,"uuid":"870217005","full_name":"samuelmsilva2v/webClientes","owner":"samuelmsilva2v","description":"Front-end application developed in Angular for client management, integrating with a REST API.","archived":false,"fork":false,"pushed_at":"2024-12-20T15:00:31.000Z","size":445,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-17T08:33:41.354Z","etag":null,"topics":["angular","bootstrap","front-end"],"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/samuelmsilva2v.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":"2024-10-09T16:39:07.000Z","updated_at":"2024-12-20T15:00:36.000Z","dependencies_parsed_at":"2024-11-01T18:25:09.114Z","dependency_job_id":"e8619f4e-d7b3-496e-afe2-5a38d5159b8b","html_url":"https://github.com/samuelmsilva2v/webClientes","commit_stats":null,"previous_names":["samuelmsilva2v/webclientes"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samuelmsilva2v%2FwebClientes","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samuelmsilva2v%2FwebClientes/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samuelmsilva2v%2FwebClientes/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samuelmsilva2v%2FwebClientes/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/samuelmsilva2v","download_url":"https://codeload.github.com/samuelmsilva2v/webClientes/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254266525,"owners_count":22042124,"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":["angular","bootstrap","front-end"],"created_at":"2024-11-06T20:04:52.445Z","updated_at":"2026-04-16T08:37:06.965Z","avatar_url":"https://github.com/samuelmsilva2v.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Web Clientes\n[🇺🇸 Read in English](#web-clients)\n\nEste é um front-end construído com Angular para gerenciar clientes, criar e autenticar usuários, fornecendo uma interface para interagir com as APIs REST [apiClientes](https://github.com/samuelmsilva2v/apiClientes) e [apiAuthUsuario](https://github.com/samuelmsilva2v/apiAuthUsuarios).\n\n## Pré-requisitos\n- Node.js e npm instalados: [Node.js](https://nodejs.org/)\n- Angular CLI instalado globalmente:\n```bash\n  npm install -g @angular/cli\n```\n\n## Tecnologias\n* Angular\n* Bootstrap\n\n## Instalação\n1. Clone o repositório\n```bash\ngit clone https://github.com/samuelmsilva2v/webClientes.git\ncd webClientes\n```\n2. Instale as dependências\n```bash\nnpm install\n```\n\n## Estrutura do projeto e componentes\n```plaintext\nsrc/\n├── app/\n│   ├── autenticar-usuario/   # Página inicial e de autenticação\n│   ├── cadastrar-cliente/    # Página de cadastro de cliente\n│   ├── consultar-clientes/   # Página de consulta de clientes\n│   ├── criar-usuario/        # Página para cadastro de usuário\n│   ├── editar-clientes/      # Página de edição de cliente\n│   ├── navbar/               # Menu superior de navegação\n│   ├── app.module.ts         # Módulo principal\n│   └── app.component.ts      # Componente raiz\n└── \n```\n\n## Funcionalidades\n* Criação e autenticação de usuários\n* Cadastro, consulta, edição e exclusão de usuários\n\n## Imagens da aplicação\n![Auth](https://github.com/samuelmsilva2v/assets/blob/main/apiClientes/Captura%20de%20tela%202024-11-01%20191126.png)\n![Register](https://github.com/samuelmsilva2v/assets/blob/main/apiClientes/Captura%20de%20tela%202024-11-01%20191150.png)\n![Register Client](https://github.com/samuelmsilva2v/assets/blob/main/apiClientes/Captura%20de%20tela%202024-11-01%20191335.png)\n![Client List](https://github.com/samuelmsilva2v/assets/blob/main/apiClientes/Captura%20de%20tela%202024-11-01%20191358.png)\n\n---\n\n# Web Clients\n[🇧🇷 Leia em Português](#web-clientes)\n\nThis is a front-end built with Angular for managing clients, creating and authenticating users, providing an interface to interact with the REST APIs [apiClientes](https://github.com/samuelmsilva2v/apiClientes) and [apiAuthUsuario](https://github.com/samuelmsilva2v/apiAuthUsuarios).\n\n## Prerequisites\nNode.js and npm installed: Node.js\nAngular CLI installed globally:\n```bash\n  npm install -g @angular/cli\n```\n\n## Technologies\n* Angular\n* Bootstrap\n\n## Installation\n\n1. Clone the repository:\n```bash\ngit clone https://github.com/samuelmsilva2v/webClientes.git\ncd webClientes\n```\n\n2. Install dependencies:\n```bash\nnpm install\n```\n\n## Project structure and components:\n```plaintext\nsrc/\n├── app/\n│   ├── autenticar-usuario/   # Authentication and home page\n│   ├── cadastrar-cliente/    # Client registration page\n│   ├── consultar-clientes/   # Client search page\n│   ├── criar-usuario/        # User registration page\n│   ├── editar-clientes/      # Client editing page\n│   ├── navbar/               # Top navigation menu\n│   ├── app.module.ts         # Main module\n│   └── app.component.ts      # Root component\n└──\n```\n\n## Features\n* Criação e autenticação de usuários\n* Cadastro, consulta, edição e exclusão de usuários\n\n## Application images\n![Auth](https://github.com/samuelmsilva2v/assets/blob/main/apiClientes/Captura%20de%20tela%202024-11-01%20191126.png)\n![Register](https://github.com/samuelmsilva2v/assets/blob/main/apiClientes/Captura%20de%20tela%202024-11-01%20191150.png)\n![Register Client](https://github.com/samuelmsilva2v/assets/blob/main/apiClientes/Captura%20de%20tela%202024-11-01%20191335.png)\n![Client List](https://github.com/samuelmsilva2v/assets/blob/main/apiClientes/Captura%20de%20tela%202024-11-01%20191358.png)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsamuelmsilva2v%2Fwebclientes","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsamuelmsilva2v%2Fwebclientes","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsamuelmsilva2v%2Fwebclientes/lists"}