This repository contains the bet-check sports prediction application.
Important: This project is designed to be migrated into the tiltcheck-monorepo.
We provide comprehensive migration documentation to ensure a smooth transition:
-
COPILOT_MIGRATION_PROMPT.md ⭐ START HERE
- Ready-to-use GitHub Copilot prompt for executing the migration
- Copy & paste into Copilot in the tiltcheck-monorepo repository
- Includes step-by-step instructions and validation steps
-
MIGRATION_INDEX.md - Navigation hub
- Central guide to all migration documentation
- Quick links by role (stakeholder, developer, executor)
-
MIGRATION_PLAN.md - Complete migration guide (60+ pages)
- Full project analysis
- Step-by-step migration process
- Troubleshooting guide
- Rollback procedures
-
MIGRATION_QUICK_START.md - 30-minute fast track
- Condensed migration steps
- Quick commands reference
- Common issues & solutions
-
MIGRATION_CHECKLIST.md - Print-friendly checklist
- Quick reference for migration tasks
- Time tracking
- Success criteria
The migration process involves:
- Moving backend to
tiltcheck-monorepo/apps/bet-check-backend/ - Moving frontend to
tiltcheck-monorepo/apps/bet-check-frontend/ - Setting up Docker Compose in monorepo structure
- Updating documentation and configurations
- No database changes needed (Supabase stays the same)
Estimated Time: 2-4 hours
Difficulty: Easy to Moderate
Risk Level: Low (original repo unchanged)
Option 1: Use GitHub Copilot (Recommended) ⚡
# 1. Open tiltcheck-monorepo in your IDE
# 2. View the Copilot prompt
cat bet-check/COPILOT_MIGRATION_PROMPT.md
# 3. Copy the prompt and paste into GitHub Copilot
# 4. Let Copilot execute the migration step-by-stepOption 2: Manual Migration
# 1. Review the migration plan
cat bet-check/MIGRATION_PLAN.md
# 2. Print the checklist
cat bet-check/MIGRATION_CHECKLIST.md
# 3. Follow quick start for fast migration
cat bet-check/MIGRATION_QUICK_START.mdFor complete project documentation, see:
- bet-check/README.md - Full project documentation
- bet-check/QUICK_START_GUIDE.md - Local development setup
- bet-check/DEPLOYMENT_GUIDE.md - Production deployment
To run bet-check in this repository before migration:
cd bet-check
cp .env.example .env
# Edit .env with your Supabase credentials
docker-compose up --build- Frontend: http://localhost:3000
- Backend: http://localhost:8000
- API Docs: http://localhost:8000/docs
Developer: Jamie Vargas
Email: jme@tiltcheck.me
GitHub: @jmenichole
LinkedIn: Jamie Vargas
This project is licensed under the MIT License - see the LICENSE file for details.
© 2025 Jamie Vargas. All rights reserved.