Skip to content

phucdc/hoc-tieng-trung-api

Repository files navigation

hoc-tieng-trung-api

Done:

  • API thêm từ: POST /words/add
  • API lấy toàn bộ từ trong db: GET /words/all
  • API import danh sách từ trong file Excel: POST /word/import
  • API lấy một từ cụ thể: GET /words/<word_id: int>/get
  • API thêm 1 tab: POST /tabs/add
  • API lấy toàn bộ tab: GET /tabs/all
  • API thêm từ vào tab: POST /tabs/<tab_id: int>/add
  • API lấy từ theo tab: GET /tabs/<tab_id: int>/get
  • API xoá tab: DELETE /tabs/<tab_id: int>/delete

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages