https://github.com/akibhossainomi/student-attendance-management
https://github.com/akibhossainomi/student-attendance-management
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/akibhossainomi/student-attendance-management
- Owner: AkibHossainOmi
- Created: 2024-06-16T18:42:31.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-16T18:49:27.000Z (about 1 year ago)
- Last Synced: 2025-01-07T20:18:17.975Z (5 months ago)
- Language: PHP
- Size: 221 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Go to the project directory `Attendance_Management/`
In `config.js` update your database credentials like the following,```
$servername = "localhost";
$username = "root";
$password = "your_password";
$dbname = "your_database_name";
```Open terminal.
Enter the following command,
```
php init_db.php
php -S localhost:8000
```