Starting Express Server Routes:
Get /conversations
Read/Display all conversationsPost /conversation/:id
Create new conversationDelete /conversation/:id
Delete conversation
A full stack chat app that allows new developers to communicate and network with one another. Built with React, Express and PostgreSQL.
JavaScript
Starting Express Server Routes:
Get /conversations
Read/Display all conversationsPost /conversation/:id
Create new conversationDelete /conversation/:id
Delete conversation