Doc update and SQL init

This commit is contained in:
James Pattinson
2025-10-25 15:10:54 +00:00
parent 7643c179fb
commit 77b5080bbd
10 changed files with 417 additions and 48 deletions

View File

@@ -11,6 +11,6 @@ if [ ! -f "docker-compose.yml" ]; then
fi
# Run the population script in the backend container
docker-compose exec backend python populate_test_data.py
sudo docker compose exec api python populate_test_data.py
echo "Test data population complete!"