first commit

This commit is contained in:
bolade
2025-08-05 22:29:54 +01:00
commit 974ffa6554
33 changed files with 3297 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
#!/bin/bash
# Simple startup script for Email Alerts Application
# Server: 104.225.217.215
# Port: 5237
echo "🚀 Starting Email Alerts Application..."
# Activate virtual environment
source venv/bin/activate
# Install dependencies if needed
pip install -r requirements.txt
# Start the server
python run_server.py