trackbets Tailwind Templates

Trackbets

Football bet history tracking app made with Laravel 11, Vue 3, and Tailwind CSS.

Laravel Logo

Build Status Total Downloads Latest Stable Version License

Soccer Bets Tracker

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.

image


Features

  • User Authentication: Built-in authentication using Laravel Breeze.
  • Bet Management: Add, edit, delete, and view soccer bets.
  • Profile Stats: Track win/loss ratio, total winnings, and other stats.

Getting Started

Prerequisites

Ensure you have the following installed:

  • PHP (>=8.1)
  • Composer
  • Node.js and npm

Installation

  1. Clone the Repository

    git clone <repository-url>
    cd soccer-bets-tracker
    
  2. Install Backend Dependencies

    composer install
    
  3. Install Frontend Dependencies

    npm install
    
  4. Environment setup

    • Update .env with your database and other configuration settings. ```bash cp .env.example .env php artisan key:generate
  5. Run migrations ```bash php artisan migrate

Top categories

Loading Svelte Themes