Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 229 Bytes

File metadata and controls

21 lines (18 loc) · 229 Bytes

simple-chat

Установка mongoDB

cd docker  
docker compose up -d

Запуск backend

cd ../backend
npm i
npm run dev

Запуск frontend

cd ../frontend
npm i
npm run dev