ASTU used to register all student's, staff's and new guest's laptops on paper to prevent possible laptop theft around campus. Since registration is on paper it is very difficult to keep track of data and it is time consuming to check. So, I came up with this idea to solve the problem. I created a web based system to register new laptops. After registration each users will be given a unique and encrypted QR code and will be attached on their laptops. After that, whenever users leave the compound the security guards scans the QR code using Android/IOS App to check the owner. Easy and convenient.
Steps:
- Clone the repo
- Create a database with the name ASTU, mySQL database would be nice.
- Import the tables and data from the lms_sql.sql file to the database you just created
- launch this command from project direcory
php artisan serve
or php artisan serve --host=127.0.0.1 --port=8383
https://www.youtube.com/watch?v=_V58S7NxeQw
The Laravel framework is open-sourced software licensed under the MIT license.