Skip to content

Sử dụng trí tuệ nhân tạo (AI) để tự động ra đề thi Tiếng anh THPT Quốc Gia và cá nhân hóa quá trình học tập môn Tiếng anh

Notifications You must be signed in to change notification settings

vlinh00/TCFTeam_GenAIHackathon2024

Repository files navigation

TCFTeam_GenAIHackathon2024

Sử dụng trí tuệ nhân tạo (AI) để tự động ra đề thi Tiếng anh THPT Quốc Gia và cá nhân hóa quá trình học tập môn Tiếng anh

Folder structure

TCFTEAM_GENAIHACKATHON2024/
├── config/
├── controllers/
├── data/
├── frontend/
│ ├── node_modules/
│ ├── public/
│ └── src/
│   ├── components/
│   ├── screens/
│   ├── slices/
│   └── utils/
│ ├── App.js
│ ├── constants.js
│ ├── index.js
│ ├── store.js
│ ├── package-lock.json
│ ├── package.json
│ └── README.md
├── middleware/
├── models/
├── node_modules/
├── routes/
├── utils/
├── .env
├── .gitignore
├── .prettierrc
├── example.env
├── index.js
├── package-lock.json
├── package.json
├── README.md
└── seeder.js

Main files and folders

  • config/: Configuration files for environment variables and database connections.
  • controllers/: Logic for processing requests and returning responses.
  • data/: Initial data sets or database seeds.
  • frontend/: Frontend application source code.
    • public/: Public assets like HTML files and images.
    • src/: React application source code (components, screens, state management, utilities).
      • components/: Reusable React components.
      • screens/: Components representing different screens or pages of the application.
      • slices/: Redux slices for state management.
      • utils/: Utility functions and helper methods.
    • App.js: Root component of the React application.
    • index.js: Entry point for the React application.
    • store.js: Redux store configuration.
    • package.json: Frontend dependencies and scripts.
  • middleware/: Custom middleware functions.
  • models/: Data models and schemas.
  • routes/: API endpoints and route definitions.
  • utils/: Utility functions and helper methods.
  • .env: Environment variables.
  • .gitignore: Specifies files and directories to be ignored by Git.
  • index.js: Entry point for the backend application.
  • package.json: Backend dependencies and scripts.
  • README.md: Project documentation.
  • seeder.js: Script to seed the database with initial data.

About

Sử dụng trí tuệ nhân tạo (AI) để tự động ra đề thi Tiếng anh THPT Quốc Gia và cá nhân hóa quá trình học tập môn Tiếng anh

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published