chomchaby / ChatApp

Home Page:https://chat-app-two-sandy-51.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ChatApp

Server

Navigate to the server directory:

cd server

Install dependencies:

pip install -r requirements.txt

Create a .env file with the following content:

# server/.env
SECRET_KEY=your_secret_key_here
JWT_SECRET_KEY=your_jwt_secret_key_here
MONGO_URI=your_mongodb_uri_here

To run the server application:

python app.py

Client

Navigate to the client directory:

cd client

Install dependencies:

pip install -r requirements.txt

Create a .env file with the following content:

# client/.env
BACKEND_URL=http://your-backend-url.com

To run the client application:

python app.py

About

https://chat-app-two-sandy-51.vercel.app


Languages

Language:Python 69.9%Language:HTML 30.1%