TrackSoft is an employee monitoring system designed to help track employees' work status by taking screenshots of their screens. This system is built using Django for the backend, and HTML, CSS, and JavaScript for the frontend.
- Screenshot Capture: Automatically takes screenshots of employees' screens at regular intervals.
- Screen Display: Displays the captured screenshots to monitor employees' work activities.
- User-Friendly Interface: Easy-to-use interface for both administrators and employees.
- Frontend: HTML, CSS, JavaScript
- Backend: Django, Python
-
Clone the Repository:
git clone https://github.com/your-username/tracksoft.git
-
Run the Backend:
- Install Django:
pip install django
- Install dependencies:
pip install -r requirements.txt
- Run the Django server:
python manage.py runserver
- Install Django:
-
Run the Frontend:
- Open the
index.html
file in your browser.
- Open the