Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 934 Bytes

File metadata and controls

32 lines (20 loc) · 934 Bytes

iragu

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.

Development Environment

I am using an old PC with Ubuntu 20.04.0 LTS (focal) operating system for this development work.

Generating autoload.php

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

Unit Testing

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

Features

  • Provides an interface for the user to sign up themselves. But to sign up, the user needs an invitation token.