Squad Scope is a PUBG squad statistics and analytics application. It helps you dive deep into match analysis, assess individual and team stats, and utilize tactical tools to craft winning strategies. Improve your chances of victory and become PUBG champions with our app!
- Match Analysis: Detailed statistics for each match.
- Team Statistics: Overall and individual player stats.
- Team Management: Create and manage teams.
- User Authentication: Registration and login functionality.
- User-friendly Interface: Responsive design for better user experience.
-
Clone the repository:
git clone https://github.com/AntonioMaggi/squadscope.git cd squadscope
-
Install dependencies:
composer install npm install
-
Configure your
.env
file:cp .env.example .env php artisan key:generate
-
Set up the database in your
.env
file and run the migrations:php artisan migrate
-
Install Breeze and Livewire:
composer require laravel/breeze --dev php artisan breeze:install php artisan migrate npm install && npm run dev
To run the application, you will need to open two terminal windows or tabs:
-
In the first terminal, start the PHP development server:
php artisan serve
-
In the second terminal, start the Vite development server:
npm run dev
-
Open your browser and navigate to http://localhost:8000.
After launching the application, open your browser and go to http://localhost:8000. Register or log in to use all the features of the application.
This project is licensed under the MIT License. See the LICENSE file for details.
We welcome contributions from the community! If you have suggestions or find a bug, please create an issue or submit a pull request.
This project was created as a graduation thesis by students of the Full Stack Developer course at Syntra PXL.