Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 382 Bytes

File metadata and controls

17 lines (14 loc) · 382 Bytes

create-nodejs-rest-api-without-express

Creating POST & GET API in NodeJS without Express JS, without body-parser

// To start server
npm run start

Then use postman to access the API.

// POST API path
/post-api

//GET API path
/get-api

Check full documentation here