{"id":31163568,"url":"https://github.com/sigmapitech/area-techno-tester","last_synced_at":"2025-10-25T15:08:53.835Z","repository":{"id":315092071,"uuid":"1056802631","full_name":"Sigmapitech/area-techno-tester","owner":"Sigmapitech","description":null,"archived":false,"fork":false,"pushed_at":"2025-09-16T16:38:38.000Z","size":3,"stargazers_count":0,"open_issues_count":18,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-09-16T18:07:35.546Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Sigmapitech.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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-14T20:41:04.000Z","updated_at":"2025-09-16T16:38:41.000Z","dependencies_parsed_at":"2025-09-16T18:07:56.038Z","dependency_job_id":"8ed8bbf4-bae0-421d-b3ce-7d88b0be0b7b","html_url":"https://github.com/Sigmapitech/area-techno-tester","commit_stats":null,"previous_names":["sigmapitech/area-techno-tester"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/Sigmapitech/area-techno-tester","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sigmapitech%2Farea-techno-tester","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sigmapitech%2Farea-techno-tester/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sigmapitech%2Farea-techno-tester/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sigmapitech%2Farea-techno-tester/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Sigmapitech","download_url":"https://codeload.github.com/Sigmapitech/area-techno-tester/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sigmapitech%2Farea-techno-tester/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":280973061,"owners_count":26422912,"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","status":"online","status_checked_at":"2025-10-25T02:00:06.499Z","response_time":81,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":"2025-09-19T06:27:14.778Z","updated_at":"2025-10-25T15:08:53.830Z","avatar_url":"https://github.com/Sigmapitech.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Tech Tester Arena\n\nWelcome to **Tech Tester Arena**!\nThis project is designed to explore and compare various web technologies.\n\n## Tested Technologies\n\nTested technologies are split into POC (proof of concept) and Con (Consideration)\n\n- Back:\n  - Con - **Express**\n  - Con - **Flask**\n  - Con - **PHP**\n  - POC - **FastAPI**\n- DB:\n  - Con - **MangoDB**\n  - Con - **PostgresSQL**\n  - Con - **SQLite**\n  - POC - **SQLAlchemy**\n- Front:\n  - Con - **Angular**\n  - Con - **HTML / CSS / JavaScript**\n  - Con - **Vue.js**\n  - POC - **React**\n- Mobile:\n  - Con - **Flutter**\n  - Con - **Kotlin**\n  - Con - **React Native**\n  - POC - **React + Capacitor**\n\n## Purpose\nEvaluate, prototype, and benchmark multiple frameworks and languages to identify the most suitable technology for the EPITECH arena project. This platform supports learning, experimentation, and informed decision-making.\n\n## Structure\n\n```\ntech-tester-arena\n├── poc\n│   ├── front-react\n│   ├── back-fastapi\n│   └── db-orm-slqalchemy\n└─── considerations\n    ├── back-express\n    ├── back-fastapi\n    ├── back-flask\n    ├── back-php\n    ├── db-mongo\n    ├── db-postgres\n    ├── db-sql-alchemy\n    ├── db-sqlite\n    ├── front-angular\n    ├── front-html-css-js\n    ├── front-react\n    ├── front-vue\n    ├── mobile-flutter\n    ├── mobile-kotlin\n    └── mobile-react-native \n```\n\n## POC / Con testing policy\n- Con:\n  - Basic oficial tutorial\n    - front: routing, components, data store (eg. jwt token)\n    - back: routing, json, cron, oauth2\n  - Multiple questions to answer:\n    - Why we considered it? (short description about it)\n    - Who in the group has prior knowledge about this tech?\n    - What this tech could allows us to improve our area workflow?\n    - What is General feeling? (intallation, tools, libs \u0026 support)\n- POC:\n  - min req for fonctional area project\n\n## Our choices\n\nAfter testing multiple technologies we decided to settle on these:\n - fastAPI for the backend.\n - SQLAlchemy for the orm.\n - React for the frontend of the web application.\n - React with capacitor for the frontend of the mobile application. \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsigmapitech%2Farea-techno-tester","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsigmapitech%2Farea-techno-tester","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsigmapitech%2Farea-techno-tester/lists"}