{"id":23228888,"url":"https://github.com/8syncdev/edu-mobile-app-flet","last_synced_at":"2026-03-13T00:31:35.372Z","repository":{"id":242250974,"uuid":"807388024","full_name":"8syncdev/edu-mobile-app-flet","owner":"8syncdev","description":"Building Edu Programing Courses Mobile App using Flet Framework","archived":false,"fork":false,"pushed_at":"2024-06-27T12:47:44.000Z","size":31841,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-24T15:59:27.764Z","etag":null,"topics":["flet","flet-app","mobile","python"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/8syncdev.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}},"created_at":"2024-05-29T02:25:55.000Z","updated_at":"2025-03-03T04:11:08.000Z","dependencies_parsed_at":"2025-06-24T20:21:25.346Z","dependency_job_id":null,"html_url":"https://github.com/8syncdev/edu-mobile-app-flet","commit_stats":null,"previous_names":["8syncdev/edu-mobile-app-flet"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/8syncdev/edu-mobile-app-flet","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/8syncdev%2Fedu-mobile-app-flet","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/8syncdev%2Fedu-mobile-app-flet/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/8syncdev%2Fedu-mobile-app-flet/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/8syncdev%2Fedu-mobile-app-flet/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/8syncdev","download_url":"https://codeload.github.com/8syncdev/edu-mobile-app-flet/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/8syncdev%2Fedu-mobile-app-flet/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30451537,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-12T21:31:01.033Z","status":"ssl_error","status_checked_at":"2026-03-12T21:30:43.161Z","response_time":114,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":["flet","flet-app","mobile","python"],"created_at":"2024-12-19T01:15:30.845Z","updated_at":"2026-03-13T00:31:35.346Z","avatar_url":"https://github.com/8syncdev.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Building Edu Programing Courses Mobile App using Flet Framework\n\n## Team Dev\n\n- Nguyễn Phương Anh Tú (Leader) | Admin | 0767449819\n- Đinh Thành Đức (Co-op)\n- Lê Quốc Thắng (Co-op)\n\n## Struture of Project\n\n```\napp/\n---api/\n---constant/\n---data/\n---hook/\n---schema/\n---screens/\n---services/\n---style/\n---test/\n---util/\n---__init__.py\nassets/\nback-end-server-django-model-ai/\ndoc/\nmain.py\ntest.py\nREADME.md\nREADME.pdf\n```\n\n1. **app/**: This is the main directory for the application code.\n    - **api/**: Contains the API-related code, such as endpoints and views.\n    - **constant/**: Stores constant values used across the application.\n    - **data/**: Contains data-related files, possibly including data models or static data.\n    - **hook/**: Includes custom hooks if using a framework that supports hooks.\n    - **schema/**: Stores schema definitions, likely for database models or API request/response schemas.\n    - **screens/**: Contains screen components, typically used in front-end frameworks like React Native or Flutter.\n    - **services/**: Holds service-related code, such as API calls, business logic, or external service integrations.\n    - **style/**: Includes styling-related files.\n    - **test/**: Contains test cases for the application.\n    - **util/**: Stores utility functions or helper modules.\n    - **__init__.py**: A Python file to mark this directory as a package.\n\n2. **assets/**: Stores static assets such as images, fonts, or other media files.\n\n3. **back-end-server-django-model-ai/**: Contains the back-end server code, likely a Django application with some AI model integration.\n\n4. **doc/**: Includes documentation files for the project.\n\n5. **main.py**: The main entry point of the application.\n\n6. **test.py**: A script for running tests.\n\n7. **README.md**: A markdown file containing the project description, setup instructions, and other relevant information.\n\n8. **README.pdf**: A PDF version of the README file, potentially containing the same information as README.md.\n\n## I. Overall this applications\n\n- UI: using Flet Framework to build Mobile App (build Flutter App) - language Python\n- Back End: using Django Framework to build Server Side API and apply model AI sentiment - language Python\n- Database: using PostgreSQL to store data, register FREE on render: https://render.com/\n- Hosting: using Render to deploy Django API and PostgreSQL Database: https://render.com/\n- Model AI Sentiment intergrated in Back End: using underthesea library to build model AI Sentiment - language Python: https://github.com/undertheseanlp/underthesea\n\n\n## II. Demo Production\n\n![](./doc/1.jpg)\n![](./doc/2.jpg)\n![](./doc/3.jpg)\n![](./doc/4.jpg)\n![](./doc/5.jpg)\n![](./doc/6.jpg)\n![](./doc/7.jpg)\n![](./doc/8.jpg)\n![](./doc/9.jpg)\n![](./doc/10.jpg)\n![](./doc/11.jpg)\n![](./doc/12.jpg)\n![](./doc/13.jpg)\n![](./doc/14.jpg)\n![](./doc/15.jpg)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F8syncdev%2Fedu-mobile-app-flet","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F8syncdev%2Fedu-mobile-app-flet","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F8syncdev%2Fedu-mobile-app-flet/lists"}