#!/bin/bash
cd /var/www/html/mycamper/aliexpress-site/backend
source venv/bin/activate
cd api
python3 server.py
