Skip to content

abhinavanand500/GeoFence-Django

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GEOFENCING DJANGO

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.

Steps

  1. Clone this repository to your local computer.

  2. Open the project in an editor of your preference.

  3. Use the package manager pip to install dependencies.

      pip install django
  4. Run your server

       python manage.py runserver

    or, the below command if your default python version is python2 use python3

      python3 manage.py runserver
  5. Your server should be up and running now.

ABOUT DEPLOYMENT

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 :)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published