Skip to content
/ pes Public

Lighthouse graphQL API with random fixture, teams and players

Notifications You must be signed in to change notification settings

faiverson/pes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Fabian Torres
Dec 19, 2020
1bc48bd · Dec 19, 2020

History

28 Commits
Dec 19, 2020
Dec 9, 2020
Dec 9, 2020
Dec 19, 2020
Sep 23, 2019
Dec 19, 2020
Dec 9, 2020
Dec 9, 2020
Dec 9, 2020
Dec 9, 2020
Dec 9, 2020
Sep 11, 2019
Dec 19, 2020
Dec 9, 2020
Dec 9, 2020
Sep 11, 2019
Dec 9, 2020
Dec 9, 2020
Jan 24, 2019
Dec 9, 2020
Dec 9, 2020
Jul 28, 2020
Dec 9, 2020
Dec 9, 2020
Nov 6, 2020
Jan 24, 2019
Dec 9, 2020

Repository files navigation

About PES

PES is an API solution to create teams and handle games results. It read data from a Google spreadsheet, also you can add data using end points. It is using GraphQL as communication layer with the Front-End There is a UI for this created in React. Link here

Debug MYSQL

$q = vsprintf(str_replace('?', "'%s'", $query->toSql()), $query->getBindings());
dd($q);
        

#Get Started php artisan migrate php artisan db:seed --class=SeedTuesdays php artisan pes:results --to=xx (value from the last item) php artisan pes:results --from=xx --to=xx (value from the last game in excel, to the last value included in excel)

About

Lighthouse graphQL API with random fixture, teams and players

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published