Proxy Server

Proxy Server

git clone https://github.com/dwani-ai/proxy-server.git
cd proxy-server
python -m venv venv
source venv/bin/activate
pip install -r requirements.txt

python src/server/main.py

For Load balancer

git clone https://github.com/dwani-ai/proxy-server.git
cd proxy-server
python -m venv venv
source venv/bin/activate
pip install -r requirements.txt

python src/server/load_balancer.py

  • Build Proxy Server
    docker build -t dwani/proxy-server:latest -f Dockerfile .
    
    
    docker push dwani/proxy-server:latest