Skip to content

Dmitriy-SP/chat-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chat App

Actions Status linter status

Chat App is a real-time application similar to Slack-chat (very simplified version).
You can try web-version on Railway.

Description

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.

Default login & password: admin

Installation:

git clone [email protected]:Dmitriy-SP/frontend-project-12.git
make install

run the frontend & backend:

make start

run only frontend:

make start-frontend

run only backend:

make start-backend
  • On localhost:3000