{"id":16790438,"url":"https://github.com/sebasg22/robusrafflewebapp","last_synced_at":"2025-03-17T01:21:34.984Z","repository":{"id":112863369,"uuid":"98458758","full_name":"SebasG22/RobusRaffleWebApp","owner":"SebasG22","description":"RaffleApp ","archived":false,"fork":false,"pushed_at":"2017-07-26T21:20:05.000Z","size":1022,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-08T04:29:32.420Z","etag":null,"topics":[],"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/SebasG22.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":"2017-07-26T19:31:14.000Z","updated_at":"2017-07-26T21:20:30.000Z","dependencies_parsed_at":null,"dependency_job_id":"49f954a9-cf58-4c6e-a9fd-02269fb46ef5","html_url":"https://github.com/SebasG22/RobusRaffleWebApp","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SebasG22%2FRobusRaffleWebApp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SebasG22%2FRobusRaffleWebApp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SebasG22%2FRobusRaffleWebApp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SebasG22%2FRobusRaffleWebApp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SebasG22","download_url":"https://codeload.github.com/SebasG22/RobusRaffleWebApp/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243955725,"owners_count":20374374,"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":[],"created_at":"2024-10-13T08:29:45.308Z","updated_at":"2025-03-17T01:21:34.963Z","avatar_url":"https://github.com/SebasG22.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# RaffleApp\n\nEste proyecto fue generado utilizando  [Angular CLI](https://github.com/angular/angular-cli) version 1.2.3.\n\n## Componentes\n\nUtilizando Angular podemos realizar aplicaciones web con el enfoque a componentes.\nRaffleApp Web es una aplicacion sencilla la cual se divide de la siguiente manera.\n\n- **App [Component Raiz]**\n  - Este componente es el componente principal de la aplicacion, la funcion de este va a hacer el esquema de toda la aplicacion web.\n\n  - **Jumbotron [Componente]**\n  - Componente encargado de mostrar el tiulo y la invitacion a participar en el sorteo. \n\n- **Awards [Componente]**\n  - Este componente es el encargado de mostrar los premios a sortear y mediante la accion del boton sortear el cual mostrar un ganador. \n\n- **Customer [Componente]**\n  - Este componente es el encargado de agregar o eliminar clientes de la base de datos.\n    Por medio de este nos conectamos a la API Restful construida para la aplicacion (https://github.com/SebasG22/RobusRaffleApp).\n\n## Arrancar Servidor Web\n\n1.  Instalar las dependencias `npm install` localmente\n2.  Ejecutar `ng serve` para iniciar el servidor de desarollo. En el navegador ir a  `http://localhost:4200/`. La aplicacion va a cambiar automaticamente cada vez que detecte un cambio en los archivos.\n3. Si angularCLI no es capaz de inciar el servidor. Debido a ciertas restricciones, usar\n`npm start`\n\n**Captura de Pantalla**\n\n![Raffle Web App - Inicio](https://firebasestorage.googleapis.com/v0/b/splot3-31f45.appspot.com/o/imagesRaffle%2FInicio.PNG?alt=media\u0026token=343710c5-85fa-4e04-9aa5-abc03178783b)\n\n![Raffle Web App - Panel de Clientes](https://firebasestorage.googleapis.com/v0/b/splot3-31f45.appspot.com/o/imagesRaffle%2Fpanel%20Clientes.PNG?alt=media\u0026token=4b3f270d-6a61-46eb-b75f-febdd1f5fa86)\n\n![Raffle Web App - Eliminar Cliente](https://firebasestorage.googleapis.com/v0/b/splot3-31f45.appspot.com/o/imagesRaffle%2Fdelete%20users.PNG?alt=media\u0026token=a4d0955f-29cb-4393-a845-948317f46aa0)\n\n![Raffle Web App - Premios](https://firebasestorage.googleapis.com/v0/b/splot3-31f45.appspot.com/o/imagesRaffle%2FsorteoPremios.PNG?alt=media\u0026token=b55049b2-2763-4424-96a7-8137cef0475a)\n\n![Raffle Web App - Sorteo](https://firebasestorage.googleapis.com/v0/b/splot3-31f45.appspot.com/o/imagesRaffle%2Fraffle.PNG?alt=media\u0026token=60c0a325-84d9-4eb8-9d2b-dad9d8cfa3a5)\n\n**Recursos**\n\n- **Tecnologias**\n  - [ Node Js - NPM ](https://nodejs.org/es/)\n  - Angular CLI (https://cli.angular.io/) [ Forms, Observables, Components, Services, Modules ]\n\n- **Sintaxis Documentacion**\n  - [ JSDocs ](http://usejsdoc.org/)\n\n- **Responsive Design**\n  - [ Bootstrap ](http://getbootstrap.com/)\n\n## Code scaffolding\n\nRun `ng generate component component-name` to generate a new component. You can also use `ng generate directive|pipe|service|class|module`.\n\n## Build\n\nRun `ng build` to build the project. The build artifacts will be stored in the `dist/` directory. Use the `-prod` flag for a production build.\n\n## Running unit tests\n\nRun `ng test` to execute the unit tests via [Karma](https://karma-runner.github.io).\n\n## Running end-to-end tests\n\nRun `ng e2e` to execute the end-to-end tests via [Protractor](http://www.protractortest.org/).\nBefore running the tests make sure you are serving the app via `ng serve`.\n\n## Further help\n\nTo get more help on the Angular CLI use `ng help` or go check out the [Angular CLI README](https://github.com/angular/angular-cli/blob/master/README.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsebasg22%2Frobusrafflewebapp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsebasg22%2Frobusrafflewebapp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsebasg22%2Frobusrafflewebapp/lists"}