Skip to content

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

Notifications You must be signed in to change notification settings

mandeeppasbola/create-nodejs-rest-api-without-express

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published