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