Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

https://devdocs.magento.com/guides/v2.4/extension-dev-guide/api-concepts.html

https://docs.google.com/presentation/d/1L49RN2RXH55lBEpjsD2v5JWa1fALOmuP/edit?usp=share_link&ouid=112566144493030284998&rtpof=true&sd=true

Lý thuyết

Hợp đồng dịch vụ (Service Contracts)

...

  • Create database to store student data, design the table structure by yourself

  • Use service contract, write repository with the function getList, delete, deleteById,, getById, save

  • Create REST API , for all service interface to CRUD (Create, read , update, delete) student with resource anonymous.