{"id":26475961,"url":"https://github.com/lukacerr/tpo_ai","last_synced_at":"2026-04-15T06:36:49.860Z","repository":{"id":195401266,"uuid":"692437850","full_name":"lukacerr/tpo_ai","owner":"lukacerr","description":null,"archived":false,"fork":false,"pushed_at":"2023-11-27T14:30:38.000Z","size":447,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2023-11-27T15:39:12.001Z","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/lukacerr.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}},"created_at":"2023-09-16T13:30:17.000Z","updated_at":"2023-09-16T21:48:15.000Z","dependencies_parsed_at":null,"dependency_job_id":"1532a0f3-b75c-4b11-bd39-c2b785bec41b","html_url":"https://github.com/lukacerr/tpo_ai","commit_stats":null,"previous_names":["lukacerr/tpo_ai"],"tags_count":0,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lukacerr%2Ftpo_ai","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lukacerr%2Ftpo_ai/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lukacerr%2Ftpo_ai/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lukacerr%2Ftpo_ai/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lukacerr","download_url":"https://codeload.github.com/lukacerr/tpo_ai/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244525598,"owners_count":20466545,"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":"2025-03-19T23:50:36.980Z","updated_at":"2026-04-15T06:36:44.836Z","avatar_url":"https://github.com/lukacerr.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# TPO Aplicaciones Interactivas\n\n#### Integrantes\n\n- Cerrutti Luka\n- González Francisco Ezequiel\n- Caceres Augusto\n- Monti Nahuel Matías\n- Gómez José Francisco\n\n### Consigna\n\nSe encuentra en el archivo [Consigna.docx](Consigna.docx)\n\n##### Requisitos del workspaces\n\n- [NodeJS](https://nodejs.org/en/download) + npmjs\n- Containerising compatible con Docker Compose\n  - Recomendable [Docker Desktop](https://www.docker.com/products/docker-desktop/)\n\n---\n\n## Instancia de desarrollo (+hot reload)\n\nEl siguiente comando desde el root del repo disparará el compose para usuarios de Docker como tecnología de containerising.\n\n```\nnpm run dev\n```\n\n\u003e Nota: El comando `npm run devd` iniciará los containers sin bindear la terminal actual a la instancia.\n\n#### Esquema de datos, DAOs \u0026 DTOs\n\nUtilizamos [Prisma ORM](https://www.prisma.io/docs) el cual se encarga de generar DAOs y DTOs para reciclar entre el front y el back.\n\n_La estructura está construida en el archivo [schema.prisma](./prisma/schema.prisma)._\n\n\u003e Ante un cambio a la estructura de los datos, se tendrá que levantar manualmente el servicio `data_commons`. Para aquellos utilizando Docker, se podrá ejecutar el siguiente script:\n\n```\nnpm run pref\n```\n\n##### Nota al inicializar\n\nEl primer usuario tendrá que ser creado a mano (mediante el endpoint `/users/register`), enviando via body un objeto basado en el siguiente formato:\n\n```ts\nusername: 'string';\npassword: 'string';\nname: 'string';\nisAdmin: true;\n```\n\nCon esto ya podremos acceder a la plataforma y trabajar como administrador con el usuario dado.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flukacerr%2Ftpo_ai","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flukacerr%2Ftpo_ai","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flukacerr%2Ftpo_ai/lists"}