Badminton Player and Court Management
The title says it all. I just have some ideas and will try it out. This is experimental and not sure if it will ever be useful. Just for fun. Planning to use GNU/Linux, Apache, MySQL, PHP (LAMP) stack to create this webapp.
I am using an old PC with Ubuntu 20.04.0 LTS (focal) operating system for this development work.
I am using PHP Autoload Builder (phpab) to generate the autoload.php file. Refer to https://github.com/theseer/Autoload for more details.
phpab -o www/autoload.php www
Using PHPUnit for unit testing PHP classes. For more details refer to https://phpunit.de.
Use the following command to run the unit tests: phpunit --bootstrap www/autoload.php tests
- Provides an interface for the user to sign up themselves. But to sign up, the user needs an invitation token.