This is the repository for the chat server.
Make sure you have all dependencies by running npm install
from the chatapp directory.
The run npm start
.
Navigate to the chatapp folder and run npm test
.
GET /api
POST /api/link
with body
{
"link": "blaaaah"
}