SportsNet is a web application to create and manage sports events.
$ git clone git@github.com:TPCISIIE/SportsNet.git$ cd SportsNet
$ composer installchmod -R 777 cache/ public/$ cd bootstrap
$ cp db.php.dist db.phpFill the array
Execute the following command in a terminal:
$ php bootstrap/database.phpor import bootstrap/sportnet.sql in your database manager
bootstrap/dependencies.php: Register services in application containercontrollers.php: Register controllers in container for easy routingmiddleware.php: Add global middleware to the applicationsentinel.php: Sentinel authentication library configurationsettings.php: Application configuration
src/App/Controller/: Apllication controllersMiddleware/: Application middlewareModel/: Eloquent modelsService/: Additional servicesTwigExtension/: Twig extensionsValidation/: Custom validation rulesResources/routes/: Routes definitionviews/: Twig templates
SportsNet is open-sourced software licensed under the MIT license.
- Xavier CHOPIN
- Corentin LABROCHE
- David LEBRUN
- Alexis WURTH
