Skip to content

Latest commit

 

History

History
15 lines (14 loc) · 328 Bytes

File metadata and controls

15 lines (14 loc) · 328 Bytes

Chatify-App

mkdir backend frontend

cd ./backend + npm init -y + npm i express@4.21.2 + npm i mongoose@8.10.1 + npm i jsonwebtoken@9.0.2 + npm i bcryptjs@2.4.3 + npm i dotenv@16.4.7 + npm i cookie-parser@1.4.7 + npm i mongoose + npm i nodemon cd ./frontend + npm create vite@latest