A Laravel and Vue application for managing soccer bets and tracking user profile stats. This project includes features for user authentication, bet management, and detailed statistics.
Ensure you have the following installed:
Clone the Repository
git clone <repository-url>
cd soccer-bets-tracker
Install Backend Dependencies
composer install
Install Frontend Dependencies
npm install
Environment setup
Run migrations ```bash php artisan migrate