Tock

https://github.com/nelsonlove/tock

This was a time clock app in PHP I wrote a number of years ago for a small startup. The app has the following features:

  • Runs on AWS-hosted MySQL database
    • Stores user records containing:
      • Contact information
      • Weekly schedule
      • Clock in/out events
  • User authentication
    • Access control only allows clocking in/out from whitelisted IP addresses
    • Supervisor/admin privileges
  • Generated report page with:
    • Employee contact info
    • Scheduled hours
    • Clock in/out events
  • Dockerized image for use with an Amazon EC2 instance