An open API service indexing awesome lists of open source software.

https://github.com/akibhossainomi/student-attendance-management


https://github.com/akibhossainomi/student-attendance-management

Last synced: 4 months ago
JSON representation

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
```