SportsNet is a web application to create and manage sports events.
$ git clone [email protected]:TPCISIIE/SportsNet.git
$ cd SportsNet
$ composer install
chmod -R 777 cache/ public/
$ cd bootstrap
$ cp db.php.dist db.php
Fill the array
Execute the following command in a terminal:
$ php bootstrap/database.php
or 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