Welcome! A reliable chat application where you can instantly message
- Modern Design: A stylish design with TailwindCss.
- Node.js Backend: A secure and efficient server structure for fast data processing.
- Canlı Demo: https://chat-app-ytto.onrender.com
- Youtube Video: https://www.youtube.com/watch?v=g_w0VopM_uU
Layer | Technologies |
---|---|
Frontend | React, TailwindCss |
Backend | Node.js, Express ,socket.io |
Database | MongoDB |
- First, clone the repository:
git clone https://github.com/utkbkts/Chat-App.git
2.Navigate to the project directory and install the necessary dependencies:
cd frontend
npm install
3.Run the project:
npm run dev
4.Build it locally:
npm run build
5..env Backend--
MONGODB_URI=""
FRONTEND_URL=""
PORT=""
COOKIE_EXPRES_TIME=""
JWT_SECRET=""
JWT_EXPIRES_TIME=""
6..env Frontend--
MODE=development
Actually, there is no need for this. We are already working in development mode. When we deploy, it automatically goes to production mode.