Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 400 Bytes

Node_2_Express.md

File metadata and controls

14 lines (12 loc) · 400 Bytes

Tìm hiểu Express

  • server app
  • đọc biến môi trường
  • router

Làm api cho todo list

  • Viết tên api đúng chuẩn
  • HTTP Verb(GET, POST, PUT, PATCH, DELETE)
  • HTTP status code(20x, 40x, 50x)
  • Xử lý exception(không có post, thiếu params, ....)
  • mô hình hóa thực thể(user, task, ...)
  • mô hình hóa quan hệ(1-1, 1-n, n-n)
  • đọc, lưu dữ liệu vô json