In this lesson, we are going to create rooms and users web routes and we will create migrations for room and users. Of course we also will change frontend to get dynamic rooms and users from backend.
Points
Create migration for rooms and private messages.
Create web routes for rooms and users.
Change frontend in VueJs.
Github Backend
https://github.com/delphiy/slack-chat...
Github Frontend
https://github.com/delphiy/slack-chat...