Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/stalinsantillan/laravel-soccer-compare

Soccer player management PWA
https://github.com/stalinsantillan/laravel-soccer-compare

data-scraping football-api football-data laravel6 paypal-rest-sdk scraping soccer-analytics soccer-data-api soccer-matches stripe-checkout

Last synced: 6 days ago
JSON representation

Soccer player management PWA

Awesome Lists containing this project

README

        

# laravel-soccer-compare
Amazing football player management system using Laravel7.
Existed famous players with data (nationality, league, team, height, weight, position, etc) add, bring online team and league.
Awesome ranking and compare feature per attribute.
Attribute add per position, perfect position map.

## Screenshots
![ScreenShot](/screenshots/screenshot1.png)
![ScreenShot](/screenshots/screenshot2.png)
![ScreenShot](/screenshots/screenshot3.png)
![ScreenShot](/screenshots/screenshot4.png)

## Get Started
env setting

Composer install
```sh
$ composer install
```

Laravel license
```sh
$ php artisan key:generate
```

Database migrate and seed
```sh
$ php artisan vendor:publish --tag="cashier-migrations"
$ php artisan migrate --seed
```

Storage link
```sh
$ php artisan storage:link
```

Run serve
```sh
$ php artisan serve
```