Skip to content

valluminarias/inout

Repository files navigation

inout

Open Source Attendance System: In and Out with Notification

Installation

  1. Clone this repo

    git clone https://github.com/valluminarias/inout.git 
  2. Cd to the directory

    cd ./inout 
  3. Install the backend dependencies

    composer install 
  4. Setup the database and credentials in the .env file and run the migration

    php artisan migrate --seed 
  5. Compile the frontend assets

    yarn install && yarn prod 
  6. 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

About

Attendance In and Out with Notification

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published