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.

Actions Status Maintainability

Go to app -> Chat (Slack)

Default login & password: admin

Installation Guide:

  • $ 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