https://github.com/mehediislamripon/Nano-Contact-Application-Node
This is a simple application to understand how GET, POST, PUT, and DELETE requests actually works on NodeJS.
https://github.com/mehediislamripon/Nano-Contact-Application-Node
contact-app express-js expressjs modules morgan morgan-middleware node-js nodejs rest-api
Last synced: 9 months ago
JSON representation
This is a simple application to understand how GET, POST, PUT, and DELETE requests actually works on NodeJS.
- Host: GitHub
- URL: https://github.com/mehediislamripon/Nano-Contact-Application-Node
- Owner: mehediislamripon
- Created: 2020-12-02T07:22:04.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-12-09T19:22:06.000Z (over 5 years ago)
- Last Synced: 2025-01-18T22:28:36.462Z (over 1 year ago)
- Topics: contact-app, express-js, expressjs, modules, morgan, morgan-middleware, node-js, nodejs, rest-api
- Language: JavaScript
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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!**