Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 598 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 598 Bytes

mini-challenge-2

A mini challenge of Node.js workshop - Week 2

Prerequisites

Getting Started

# Clone this project:
git clone https://github.com/spy126/mini-challenge-2.git

# Install dependency packages:
npm install

# Run app:
npm start

Yêu cầu

Sử dụng project và hoành thành 3 endpoint API trong file src/controllers/user.js:

  • Thêm người dùng mới (createUser)
  • Lấy ra danh sách người dùng (getAllUsers)
  • Xóa một người dùng theo id (removeUser)