ISP550 final project. Using the XAMP stack (X for the OS (Windows, Linux), A for Apache, M for MySQL, and P for PHP) to build a club activities attendance system.
There are several steps you must take in order to setup this system in your system.
You can clone this repository using git clone https://github.com/digittend/clubattendance
Install MySQL and optionally PHPMyAdmin. Then, run the SQL file located in the SQL subfolder.
The database credentials example file can be found at .ini.example
. If you wish to use them, copy or rename the file to .ini
and modify the database username and password.
Currently, there are no ways to create the first administrator account. You must use MySQL command line or PHPMyAdmin to create your first admin account. In the future, we will provide a default account in the database sql.
The project demo can be found here.
Please open up an issue first before opening a pull request.
This application is licensed under the GPLv3.
You may head to the discussions page to get in touch with the development team.