Skip to content

ISP550 final project. Using the XAMP stack to build a club activities attendance system.

License

Notifications You must be signed in to change notification settings

digittend/clubattendance

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UiTM Club Activities Attendance System

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.

Installation

There are several steps you must take in order to setup this system in your system.

Cloning the repository

You can clone this repository using git clone https://github.com/digittend/clubattendance

Setting up the Database

Install MySQL and optionally PHPMyAdmin. Then, run the SQL file located in the SQL subfolder.

Setting up database credentials

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.

Setting up first Admin account

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.

Accessing the demo

The project demo can be found here.

Contributions

Please open up an issue first before opening a pull request.

License

This application is licensed under the GPLv3.

Contact

You may head to the discussions page to get in touch with the development team.

About

ISP550 final project. Using the XAMP stack to build a club activities attendance system.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 99.1%
  • Other 0.9%