This is a simple employee check-in/out system. It is a web application that allows employees to check-in and check-out. It also allows admin to view the check-in/out history of all employees.
- Employee check-in/out
- Admin view check-in/out history of all employees
- Automatic check-out after 6:40pm of the day
- Weekly report of employee check-in/out emailed to admin
- Flexible API for integration with other systems
- Clone this repository
- Install python3 and pip3
- Install virtualenv
- Create a virtual environment
- Activate the virtual environment
- Install the requirements
- Run the server
- To properly deploy this application, please refer to the deployment guide.