{"id":21584974,"url":"https://github.com/huynhtruong01/news-it-dev","last_synced_at":"2026-04-04T22:32:38.447Z","repository":{"id":192587266,"uuid":"631623692","full_name":"huynhtruong01/news-it-dev","owner":"huynhtruong01","description":"News IT helps everyone want to study, improve your knowleage about new technology, new programming languages, framework,... ","archived":false,"fork":false,"pushed_at":"2023-09-05T03:49:41.000Z","size":1156,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-29T10:40:46.974Z","etag":null,"topics":["axios","muiv5","mysql","nodejs","react","react-quill","socket-io","typeorm","typescript"],"latest_commit_sha":null,"homepage":"https://it-news-rose.vercel.app","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/huynhtruong01.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":"2023-04-23T15:56:52.000Z","updated_at":"2024-01-30T19:08:52.000Z","dependencies_parsed_at":null,"dependency_job_id":"d21c15c1-2991-45ab-ace4-c62106dc8cfc","html_url":"https://github.com/huynhtruong01/news-it-dev","commit_stats":null,"previous_names":["huynhtruong01/news-it-dev"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/huynhtruong01/news-it-dev","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/huynhtruong01%2Fnews-it-dev","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/huynhtruong01%2Fnews-it-dev/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/huynhtruong01%2Fnews-it-dev/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/huynhtruong01%2Fnews-it-dev/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/huynhtruong01","download_url":"https://codeload.github.com/huynhtruong01/news-it-dev/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/huynhtruong01%2Fnews-it-dev/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31416770,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-04T20:09:54.854Z","status":"ssl_error","status_checked_at":"2026-04-04T20:09:44.350Z","response_time":60,"last_error":"SSL_read: 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":["axios","muiv5","mysql","nodejs","react","react-quill","socket-io","typeorm","typescript"],"created_at":"2024-11-24T15:08:36.789Z","updated_at":"2026-04-04T22:32:38.426Z","avatar_url":"https://github.com/huynhtruong01.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"## OVERVIEW PROJECT\n\n- **Name project**: Website News about **Information Technology**\n\n- **Front-End**:\n  - ReactJS\n  - Redux Toolkit\n  - MUI\n  - ReactQuill\n  - Socket.IO\n  - **Tool**: ViteJS\n\n- **Back-End**:\n  - NodeJS\n  - ExpressJS\n  - TypeORM\n  - Socket.IO\n\n- **Database**: MySQL\n\n---\n\n### FRONT-END\n\n1. **Code Structure**\n\n```sh\nsrc\n    |__components\n        |__common\n        |__index.tsx\n    |__features\n        |__News\n            |__pages\n                |__index.tsx\n            |__components\n                |__index.tsx\n            |__index.tsx\n    |__layouts\n        |__index.tsx\n    |__hooks\n        |__index.tsx\n    |__redux\n        |__index.tsx\n    |__utils\n        |__index.ts\n    |__App.tsx\n    |__main.tsx\n```\n\n--- \n\n### BACK-END\n\n1. **Code Structure**\n\n```sh\nsrc\n    |__config\n        |__data.ts\n        |__index.ts\n    |__controllers\n        |__user.controller.ts\n        |__index.ts\n    |__entities\n        |__user.entity.ts\n        |__index.ts\n    |__services\n        |__user.service.ts\n        |__index.ts\n    |__middlewares\n        |__auth.middleware.ts\n        |__index.ts\n    |__models\n        |__user.model.ts\n        |__index.ts\n    |__enums\n        |__user.enums.ts\n        |__index.ts\n    |__routes\n        |__user.router.ts\n        |__index.ts\n    |__utils\n        |__index.ts\nserver.ts\n```\n\n2. **TODO**\n\n- **Auth**:\n    - ✅ Signup\n    - ✅ Login\n    - ✅ Logout\n    - ✅ Refresh token when access token expires\n    - ❌ Send mail when sign up by email\n    \n- **Users**:\n    - ✅ CRUD User\n    - ✅ Follow/Unfollow User of User\n    - ✅ Get profile\n    - ✅ Reset password when forgot password\n    - ✅ Get profile\n    - ✅ Edit profile\n    - ❌ Change password when user want to\n    - ✅ Sort and Filter User\n\n- **News**:\n    - ✅ CRUD News\n    - ✅ **Get** News by Public\n    - ✅ Count views\n    - ✅ Like/Dislike News\n    - ✅ Save/UnSave News of User\n    - ✅ Sort and filter News\n\n- **Roles**:\n    - ✅ CRUD role\n    - ✅ Add Entity color\n\n- **Hash tags**:\n    - ✅ CRUD hash tag\n    - ✅ Follow/Unfollow Hash tag by User\n    - ✅ Add Entity color, icon(img)\n\n- **Comments**:\n    - ✅ CRUD comments\n        - ❌ Add comment \n        - ❌ Edit comment by self User\n        - ❌ Delete comment by self User\n        - ❌ Mention User when user Comment\n\n- **Form**\n  - ✅ Form Image:\n    - ❌ Drag \u0026 Drag img from outside (ImageField)\n\n- **Recommend System**: ❌ \n\n\n3. **FRONT-END TODO**\n\n- **USER INTERFACE:**\n  - ✅ List News\n  - ✅ News Detail\n  - ✅ Login\n  - ✅ Sign up\n  - ✅ List Tags\n  - ✅ Tag Detail: Get all news by tagId\n\n  - ✅ Profile:\n    - ✅ Profile\n    - ✅ Setting\n  - ✅ Detail User\n\n  - ✅ Reading list (Save)\n\n  - ❌ Search page\n\n  - ❌ Create News\n\n  - ✅ Dashboard:\n    - ✅ News List\n    - ✅ Following List\n    - ✅ Followers List\n    - ✅ Tags List Follow\n\n\n- **Features**:\n  - **Reading List Page**:\n    - ❌ **Archive \u0026 Unarchive** for news `saves` of this user.\n    - ❌ **Filter** news into user by `hash tag` and `search`.\n  - **Make profile for user**\n\n\n- **Skeleton**:\n  - ❌ **News list**\n  - ❌ **News detail**\n  - ❌ **Hash tag list**\n  - ❌ **Hash tag detail**\n\n### COMMENTS (TODO)\n\n- **Create Comment**:\n\n- **Delete Comment**:\n\n- **Update Comment**:\n\n- **Like Comment**:\n\n### THE FOLLOW MAKE NOTIFY\n\n- After user create new news, emit socket to create notify.\n- Then, after create notify, it need to emit for client to add new notify to redux client.\n\n\u003e [https://www.youtube.com/watch?v=qikE08Zrnds\u0026list=PLs4co9a6NhMyAfSnDg1MKGwLdLx0OA07d\u0026index=33](https://www.youtube.com/watch?v=qikE08Zrnds\u0026list=PLs4co9a6NhMyAfSnDg1MKGwLdLx0OA07d\u0026index=33)\n\n### MULTI LANGUAGES (i18next)\n\n\u003e [https://react.i18next.com/latest/using-with-hooks](https://react.i18next.com/latest/using-with-hooks)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhuynhtruong01%2Fnews-it-dev","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhuynhtruong01%2Fnews-it-dev","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhuynhtruong01%2Fnews-it-dev/lists"}