CheckIn is a web application to record user attendance based on station, built using Laravel.
Please refer to Laravel requirements here: Server Requirements
- Clone the repo
- Run
composer install
- Run
cp .env.example .env
- Set your database detail in
.env
- Run
php artisan migrate
- Laravel Framework by Laravel
- Argon Theme by Creative Tim
- Icons made by srip from FlatIcon
- Icons made by Abhishek Pipalva from IconFinder
- Font Awesome Icon by FontAwesome
- Nucleo Icon by NucleoApp
- Image by Free-Photos from Pixabay
The CheckIn is open-sourced software licensed under the MIT license.