Open Source Attendance System: In and Out with Notification
-
Clone this repo
git clone https://github.com/valluminarias/inout.git
-
Cd to the directory
cd ./inout
-
Install the backend dependencies
composer install
-
Setup the database and credentials in the
.env
file and run the migrationphp artisan migrate --seed
-
Compile the frontend assets
yarn install && yarn prod
-
You can now access the site with your preferred url setup. e.g. [ http://inout.test ]
TODO
- Authorization (Role, Permission).
- Page for Manager where they can view attendance of all user
- Dashboard
- Send Notification to FB Messenger