Skip to content

Sistema para el control de asistencia de estudiantes, por medio de lectura de codigo QR

Notifications You must be signed in to change notification settings

manuelcastro95/control_asistencias

Repository files navigation

Control_asistencias

 

Control asistencias

Latest Stable Version License Github top language Github stars

About   |   Technologies   |   Requirements   |   Starting   |   License   |   Author


About Project

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.

Technologies

The following tools were used in this project:

  • Laravel
  • Bootstrap
  • JQuery

Requirements

Before starting, you need to have Git and Node installed.

  • PHP 8.1.10
  • MYSQL

Starting

# 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
[email protected]
control1234

License

This project is under license from MIT. For more details, see the LICENSE file.

Made with ❤️ by Manuel Castro

 

Back to top

License

The Laravel framework is open-sourced software licensed under the MIT license.

Releases

No releases published

Packages

No packages published

Languages