Skip to content

utkbkts/Chat-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🎉 Chat App

Welcome! A reliable chat application where you can instantly message


🚀 Project Features

  • Modern Design: A stylish design with TailwindCss.
  • Node.js Backend: A secure and efficient server structure for fast data processing.

🔗 Bağlantılar


📦 Technologies

Layer Technologies
Frontend React, TailwindCss
Backend Node.js, Express ,socket.io
Database MongoDB

⚙️ Running the Project

  1. 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.