Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 349 Bytes

File metadata and controls

10 lines (7 loc) · 349 Bytes

Form-Data-API

  1. Run " npm install " to install all the dependencies
  2. Run " npm run dev " to start the server

By default the server run on Port 3000 at localhost :- localhost:3000

There are two endpoints:

  1. GET localhost:3000/users will retrieve the data back from the backend
  2. POST localhost:3000/users will save the data to the backend