/simple-rest-api

This is a simple rest api

Primary LanguageJavaScript

Install Package

npm install

Run Server

node .

Use Postman

Endpoint

POST

localhost:5000/message

Resquest Body e.g

{ "conversation_Id": "1", "message":"Hi Louis" }