Skip to content

spy126/mini-challenge-2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

A mini challenge of Node.js workshop - Week 2

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published