TeamBuilder is a PHP application for the module PRW-1 at CPNV.
Use the package manager composer.
This project require phpUnit
git clone https://github.com/TGACPNV/teambuilder.git
composer installThis project use SCSS styles so you need to install sass and execute it in this directory : views/styles/SCSS
It has to create the css in a directory named "CSS" next to the SCSS directory.
This project uses MariaDB 10.5.10 too.
-
Execute the sql script below to create the database in your MariaDb engine.
doc/sql/teambuilder.sql -
Copy Controller/.testCreds.exemple.php into Controller/.testCreds.php
-
Copy Model/.env.example.php into Model/.env.php
-
Complete both files