Skip to content

TiltCheck-ME/bet-check

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 

Repository files navigation

Bet Check Repository

This repository contains the bet-check sports prediction application.

📦 Migration to Monorepo

Important: This project is designed to be migrated into the tiltcheck-monorepo.

Migration Documentation

We provide comprehensive migration documentation to ensure a smooth transition:

  1. COPILOT_MIGRATION_PROMPT.mdSTART 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
  2. MIGRATION_INDEX.md - Navigation hub

    • Central guide to all migration documentation
    • Quick links by role (stakeholder, developer, executor)
  3. MIGRATION_PLAN.md - Complete migration guide (60+ pages)

    • Full project analysis
    • Step-by-step migration process
    • Troubleshooting guide
    • Rollback procedures
  4. MIGRATION_QUICK_START.md - 30-minute fast track

    • Condensed migration steps
    • Quick commands reference
    • Common issues & solutions
  5. MIGRATION_CHECKLIST.md - Print-friendly checklist

    • Quick reference for migration tasks
    • Time tracking
    • Success criteria

Quick Migration Overview

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)

Getting Started with Migration

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-step

Option 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.md

📖 Project Documentation

For complete project documentation, see:

🚀 Quick Start (Current Repo)

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

📞 Contact

Developer: Jamie Vargas
Email: jme@tiltcheck.me
GitHub: @jmenichole
LinkedIn: Jamie Vargas

📄 License

This project is licensed under the MIT License - see the LICENSE file for details.

© 2025 Jamie Vargas. All rights reserved.

About

sports prediction tool

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors