Added documentation for the auto-population feature and the analytics integration.

This commit is contained in:
ajaysi
2026-01-17 11:01:10 +05:30
parent 8193cdba67
commit 1db10ccd0f
61 changed files with 6773 additions and 579 deletions

View File

@@ -139,11 +139,9 @@ def start_backend(enable_reload=False, production_mode=False):
try:
# Import and run the app
from app import app
from services.database import init_database
import uvicorn
# Explicitly initialize database before starting server
init_database()
# Note: Database already initialized by DatabaseSetup in main()
print("\n🌐 ALwrity Backend Server")
print("=" * 50)