Skip to content

LPCISIIE/SportsNet

Repository files navigation



mit


SportsNet is a web application to create and manage sports events.

Installation

$ git clone [email protected]:TPCISIIE/SportsNet.git

2. Download vendors

$ cd SportsNet
$ composer install

3. Setup permissions

chmod -R 777 cache/ public/

4. Link your database

$ cd bootstrap
$ cp db.php.dist db.php

Fill the array

5. Create tables and insert important queries

Execute the following command in a terminal:

$ php bootstrap/database.php

or import bootstrap/sportnet.sql in your database manager

Key files

  • bootstrap/
    • dependencies.php: Register services in application container
    • controllers.php: Register controllers in container for easy routing
    • middleware.php: Add global middleware to the application
    • sentinel.php: Sentinel authentication library configuration
    • settings.php: Application configuration
  • src/
    • App/
      • Controller/: Apllication controllers
      • Middleware/: Application middleware
      • Model/: Eloquent models
      • Service/: Additional services
      • TwigExtension/: Twig extensions
      • Validation/: Custom validation rules
      • Resources/
        • routes/: Routes definition
        • views/: Twig templates

License

SportsNet is open-sourced software licensed under the MIT license.

Credits

  • Xavier CHOPIN
  • Corentin LABROCHE
  • David LEBRUN
  • Alexis WURTH

About

⛷️ Web application for sport events

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •