chomchaby / chat-server

Home Page:https://chat-server-sepia-six.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Chat Server

Create python environment

python -m venv venv

Activate python environment

.\venv\Scripts\activate

Install python pip

python -m pip install --upgrade pip

Install dependencies:

python -m pip install -r requirements.txt

Create a .env file with the following content:

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

About

https://chat-server-sepia-six.vercel.app


Languages

Language:Python 99.8%Language:Procfile 0.2%