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
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