Skip to content

IgorLebedev/Chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chat


Hexlet tests and linter status::

Actions Status


Description

Simplified version of Slack chat. You can register, login and chat, interact with channels(add, remove, rename). Check via link below.


Requirements

  • Node.js version v.18.12.1 or later
  • GNU Make version 4.2.1 or later

Clone and run locally

  1. Clone project

     git clone git@github.com:IgorLebedev/Chat.git
    
  2. Install dependencies

     make install
    
  3. Run locally

     make start