Skip to content

Latest commit

 

History

History
43 lines (31 loc) · 690 Bytes

README.md

File metadata and controls

43 lines (31 loc) · 690 Bytes

slack.com lite clone React, Nodejs, MySql, Socket.io

some unfinished features and bugs

features

  • authentication
  • create workspaces
  • add public and private chat channels
  • invite people to workspace
  • add other people as chat contacts
  • change color theme and dark, light mode
  • instant chat with a rich text editor

Screenshots

image info

Installation

git clone https://github.com/ilyes-guy/slack_clone.git
cd slack_clone

create database in MySql

create and fill .env information from .env.example for back and front

for both back and front

npm install

to start backend

nodemon app

to start front

npm run start