A student monitoring application that manages personal information, academic performance, and attendance status of students.
-
Andrei Joaqhim Ali B. Agbisit
Project Manager, SQA Analyst, Front-end Developer
-
Leandro R. Sangalang
Full-stack Developer
-
Richard Darwin C. Sy
Back-end Developer
- Student management
| Function | Description |
|---|---|
| CRUD (Create, Read, Update, Delete) |
|
- Student list
| Function | Description |
|---|---|
.CSV report generation
|
|
| Name | Details |
|---|---|
| .NET MAUI | Cross-platform framework |
|
C# PHP |
Back-end |
| MySQL | Database |
| XAML | UI |
-
XAMPP is required for the app's database.
Download XAMPP for Windows:
Download XAMPP
- Running the project locally
# Clone this repository
git clone https://github.com/S4NG4L4NG/STFREYA.git- Open XAMPP Control Panel and start the MySQL service.
- Once the MySQL service has started, click Admin under Actions. You will then be redirected to phpMyAdmin.
- Under phpMyAdmin, go to User accounts > New > Add user account.
- Fill your credentials under the fields User name, Password, and Re-type.
- Check Grant all privileges on wildcard on wildcard username (username_%). and tick Check all under Global privileges.