An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# Nano-Contact-Application-Node

![](https://img.shields.io/github/stars/MehedilslamRipon/Nano-Contact-Application-Node) ![](https://img.shields.io/github/forks/MehedilslamRipon/Nano-Contact-Application-Node) ![](https://img.shields.io/github/issues/MehedilslamRipon/Nano-Contact-Application-Node) ![](https://img.shields.io/bower/v/editor.md.svg)
![](https://img.shields.io/github/release/pandao/editor.md.svg)

## 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!**