Logo Awesome React

Awesome React

Feature: Group Message part 1

In this video, we will be refactoring how we do direct messages. Instead of using an extra database table like we currently are, we will be treating direct messages like private channels. This will also allow us to add group messaging.

Code:
Frontend: https://github.com/benawad/slack-clone-client/tree/42_refactor_dms
Backend: https://github.com/benawad/slack-clone-server/tree/40_get_or_create_channel

Links from video:
https://www.techonthenet.com/postgresql/joins.php
https://www.postgresql.org/docs/9.5/static/functions-aggregate.html
https://www.postgresql.org/docs/9.1/static/functions-array.html

----
Video Suggestions:

Trello: https://trello.com/b/mErpLVj7/todo
Join the Trello board: https://trello.com/invite/b/mErpLVj7/99020cac2d3397287640d7d86cb3c09a/todo

----
Follow Me Online Here:

GitHub: https://github.com/benawad
Instagram: http://instagram.com/benawad97
Twitter: https://twitter.com/benawad97