{"id":48321426,"url":"https://github.com/bunnystring/infra-frontend","last_synced_at":"2026-04-05T00:41:26.645Z","repository":{"id":315989517,"uuid":"1061497755","full_name":"bunnystring/infra-frontend","owner":"bunnystring","description":"is the main frontend application for the InfraGest micro services ecosystem.","archived":false,"fork":false,"pushed_at":"2026-03-28T18:31:20.000Z","size":365,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-03-28T20:32:06.710Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/bunnystring.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-09-22T02:07:24.000Z","updated_at":"2026-03-28T18:31:24.000Z","dependencies_parsed_at":"2025-09-22T04:18:32.075Z","dependency_job_id":"ef7251f7-6a3d-4229-927c-c98cea9938c9","html_url":"https://github.com/bunnystring/infra-frontend","commit_stats":null,"previous_names":["bunnystring/infra-frontend"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/bunnystring/infra-frontend","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bunnystring%2Finfra-frontend","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bunnystring%2Finfra-frontend/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bunnystring%2Finfra-frontend/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bunnystring%2Finfra-frontend/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bunnystring","download_url":"https://codeload.github.com/bunnystring/infra-frontend/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bunnystring%2Finfra-frontend/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31420671,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-05T00:25:07.052Z","status":"ssl_error","status_checked_at":"2026-04-05T00:25:05.923Z","response_time":60,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":"2026-04-05T00:41:26.123Z","updated_at":"2026-04-05T00:41:26.640Z","avatar_url":"https://github.com/bunnystring.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Infra Frontend\n\n**infra-frontend** is the main frontend application for the Infra* microservices ecosystem.\n\nBuilt with [Angular 19](https://angular.io/) and [Node.js 20.x LTS](https://nodejs.org/), it provides a modern, responsive, and user-friendly interface for interacting with the Infra* backend microservices. This application enables management of devices, users, and other resources within the Infra* platform.\n\n## Features\n\n- Responsive web interface built with Angular 19\n- Integration with Infra* backend microservices via REST APIs\n- Centralized authentication and authorization\n- Real-time updates and dynamic data visualization\n- Modular architecture for scalability and maintainability\n\n## Prerequisites\n\n- [Node.js](https://nodejs.org/) **version 20.x LTS (obligatorio, no uses versiones impares ni superiores)**\n- [Angular CLI](https://angular.io/cli) **versión 19.x**\n    ```sh\n    npm install -g @angular/cli@19\n    ```\n- [npm](https://www.npmjs.com/) (incluido con Node.js)\n\n## Getting Started\n\n1. **Clona el repositorio:**\n   ```sh\n   git clone https://github.com/bunnystring/infra-frontend.git\n   cd infra-frontend\n   ```\n\n2. **Instala las dependencias:**\n   ```sh\n   npm install\n   ```\n\n3. **Ejecuta el servidor de desarrollo:**\n   ```sh\n   ng serve\n   ```\n   La aplicación estará disponible en [http://localhost:4200](http://localhost:4200).\n\n## Project Structure\n\n```\ninfra-frontend/\n├── src/\n│   ├── app/               # Angular application source code\n│   ├── assets/            # Static assets (images, icons, etc.)\n│   └── environments/      # Environment-specific configurations\n├── angular.json           # Angular project configuration\n├── package.json           # NPM scripts and dependencies\n└── README.md              # Project documentation\n```\n\n## Environment Configuration\n\nEnvironment variables can be set in the `src/environments/` folder.  \nFor example, update `environment.ts` and `environment.prod.ts` to point to the correct backend API URLs.\n\n## Build\n\nPara compilar el proyecto para producción:\n\n```sh\nng build --configuration production\n```\nO bien, si necesitas especificar la carpeta de salida:\n```sh\nnpm run build -- --output-path=dist\n```\n\nEl resultado estará en el directorio `dist/`.\n\n## Notas y errores comunes\n\n- Si ves el error:\n    ```\n    Could not find the '@angular-devkit/build-angular:application' builder's node package.\n    ```\n  Asegúrate de usar Node.js 20.x, haber corrido `npm install` y tener Angular CLI 19.\n\n- Si falta algún archivo de estilos (por ejemplo, `src/styles.css` o `src/app/app.component.css`), créalos vacíos para evitar errores de compilación.\n\n## Contributing\n\nFeel free to open issues or submit pull requests for improvements and bug fixes!\n\n## License\n\nThis project is part of the Infra* family of microservices and applications.  \nOnly educative\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbunnystring%2Finfra-frontend","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbunnystring%2Finfra-frontend","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbunnystring%2Finfra-frontend/lists"}