A realtime chat web app that allows you to chat in realtime.
To clone this repository
-
clone repository
git clone https://github.com/Tawheed-tariq/chat-app.git -
go into the project file
cd chat-app/ -
go into frontend directory and install all required packages
cd frontendnpm install- start dev
npm run dev
- start dev
-
go into backend directory and install all required packages
cd backend/npm install-
add .env file which contains port and database name
-
start dev
npm run dev
-

