From af7700529106046b47669e6bde03a87195be51c4 Mon Sep 17 00:00:00 2001
From: Gregory Campbell Clone this repository and install dependencies All of the calls below can be done using services like Postman or through curl commands with To get info on all messages use The id info is taken from the parameter, the message info is taken from the body The id info is taken from the parameter, the message info is taken from a json body containing a message key
+the URL https://gregs-rest-api-demo.herokuapp.com.
+
and the timestamp is taken from the API logic
The id info is taken from the parameter and the new message info is taken from the body
+The id info is taken from the parameter and the new message info is taken from a json body containing a message key
### DELETE @@ -106,5 +108,12 @@ and the timestamp is taken from the API logicThe id info is taken from the parameter
+Example of desired inputs:
+URL: `https://gregs-rest-api-demo.herokuapp.com/msg/5` body: `{"message":"test"}`
Server logs can be found using the HEroku CLI command `heroku logs` within the repo once the web app is deployed
+ ## Licence MIT \ No newline at end of file