/tvz_sport

Primary LanguageBlade

TVZ SPORT

TVZ SPORT is a web application that allows users to read sports news, look up team and player information, comment on topics of interest, and see match fixtures and updates.

Features

  • Sports News: Stay updated with the latest sports news.
  • Team Information: Look up information about different sports teams.
  • Player Information: Get details about various players.
  • Commenting: Comment on topics of interest and engage with other users.
  • Match Fixtures: View upcoming and past match fixtures.
  • Match Updates: Receive live updates about ongoing matches.

Requirements

  • PHP >= 7.4
  • Composer
  • MySQL
  • Laravel >= 8.x

Installation

  1. Clone the repository:

    git clone https://github.com/your-username/tvz-sport.git
    cd tvz-sport
  2. Install dependencies:

    composer install
  3. Set up the environment:

    Copy the .env.example file to .env and update the necessary configurations, especially the database settings.

    cp .env.example .env
  4. Generate an application key:

    php artisan key:generate
  5. Run database migrations:

    php artisan migrate
  6. Seed the database (if necessary):

    php artisan db:seed

Usage

To start the Laravel development server, run:

```bash
php artisan serve

TVZ SPORTS

TVZ SPORTS