Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 348 Bytes

File metadata and controls

20 lines (16 loc) · 348 Bytes

Messendger

my project with:

SocketIO | React js | NodeJS (express) | Redis | Postgresql

How To start?

for frontend

cd frontend/chat_client
npm start

for backend

cd backend
npm run dev