Currently in offices, attendance is taken manually or by biometric system. Inspite biometric being much effective system, it’s an expensive method. So I am proposing a system based on geofences to record attendance via mobile phone. So for an employee to register for his attendance, He/She needs to be present physically to complete the process.
-
Clone this repository to your local computer.
-
Open the project in an editor of your preference.
-
Use the package manager pip to install dependencies.
pip install django
-
Run your server
python manage.py runserver
or, the below command if your default python version is python2 use python3
python3 manage.py runserver
-
Your server should be up and running now.
The Server is also hosted at PythonAnywhere. Click on the below links to use it directly from the hosted server.
Note : All Data being used is dummy data.
Thank You :)