About | Technologies | Requirements | Starting | License | Author
System for student attendance control by means of QR code, assigned to each student who is registered on the platform by the administrator, using the webcam to read the QR code.
The following tools were used in this project:
Before starting, you need to have Git and Node installed.
- PHP 8.1.10
- MYSQL
# Clone this project
$ git clone https://github.com/manuelcastro95/control_asistencias
# Access
$ cd control_asistencias
# Install dependencies
$ composer install
$ npm install
$ npm run dev
#create migrations and initial user
$ php artisan migrate --seed
$ php artisan serve
# The server will initialize in the <http://localhost:8000>
#user email and password
admin@admin.com
control1234
This project is under license from MIT. For more details, see the LICENSE file.
Made with ❤️ by Manuel Castro
The Laravel framework is open-sourced software licensed under the MIT license.