A simplified version of Slack chat. The chat has a system of registration, authorization. The chat has the ability to create channels, change channel names and delete them.
Go to app -> Chat (Slack)
$ git clone: https://github.com/Vox1oot/frontend-project-12.git
$ make install
$ make start
- run the frontend & backend$ make start-frontend
- run only frontend$ make start-backend
- run only backend