This is an attendance application built to keep records of people by employing the use of barcodes and scanners.
This are the basic instructions for running the application
- Run composer update
- Copy .env.example to .env
- Run php artisan key:generate
- Run npm install
- Vist Milon barcode for details about setting up the dependency
- Run php artisan migrate
- Run php artisan defaults:install