Skip to content

MeGaOne47/backend-fake-json

 
 

Repository files navigation

I. Các bước cần làm:

  1. Clone code
  2. Chạy câu lệnh: npm i
  3. Chạy dự án: npm run dev

Lưu ý: Trong trường hợp xóa hết data (file db.json === empty), sử dụng file backup_db.json để lấy dữ liệu

 

II.Các endpoint (apis) sử dụng:

1. Lấy tất cả blogs:
GET    /blogs

2. Lấy blog theo id
GET    /blogs/:id

ví dụ: GET    /blogs/1

3. Tạo mới 1 blog
POST   /blogs
body truyền lên object { title, author, content}

4. Cập nhật 1 blog
PUT /blogs/:id
body truyền lên object { title, author, content}

ví dụ: PUT /blogs/1

5. Xóa 1 blog
DELETE  /blogs/:id

ví dụ: DELETE   /blogs/1

III.Về Tác Giả

Đây là backend cho series Next.JS Cơ bản. Xem full tại đây

Tác giả: Hỏi Dân IT

Facebook: https://facebook.com/askitwitheric

Youtube: https://youtube.com/@hoidanit

About

backend fake data for series next.js basic

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published