Skip to content

This is a simple application to understand how GET, POST, PUT, and DELETE requests actually works on NodeJS.

Notifications You must be signed in to change notification settings

MehedilslamRipon/Nano-Contact-Application-Node

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nano-Contact-Application-Node

Features

  • POST new data (POST)
  • Get all posted data (GET)
  • Get posted data by ID (GET)
  • Update posted data by ID (PUT)
  • Delete posted data by ID (DELETE)

Use Postman to run this application ☺

N.B: All data will be temporarily stored in RAM. If you refresh your tab or restart your server, then all data will be deleted!

About

This is a simple application to understand how GET, POST, PUT, and DELETE requests actually works on NodeJS.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published