Final project commit: MTGJSON data integration and backend API

This commit is contained in:
wall-o
2026-07-20 01:09:45 +00:00
parent b170dfd577
commit db01e29a54
37 changed files with 9674 additions and 198 deletions
+11
View File
@@ -0,0 +1,11 @@
#!/bin/bash
# MTGJSON Import Runner
# Runs the import script inside the Docker container
echo "=== MTGJSON Data Import ==="
echo ""
echo "Running import inside Docker container..."
echo ""
# Run the import script inside the Docker container
sudo -u wall-o docker exec mtgonline_backend python3 /app/scripts/import_mtgdata.py