Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 567 Bytes

README.md

File metadata and controls

32 lines (24 loc) · 567 Bytes

Learn Express

Learn Express.

How to Run

Start:

npm start
# or
yarn start

Development:

npm run dev
# or
yarn dev

REST API Endpoints

Endpoint Method Description
/ GET Hello
/users GET List of Users
/users POST Create new user
/users DELETE Delete all users
/users/:id DELETE Delete one user by id
/users/:id PUT Update one user by id