IfeOlulesi / Biometric-Access-Control-System

An access control system built for Anchor University, Lagos using her faculty buildings as a case-study😉

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Biometric-Access-Control-System

An access control system built with Django. It makes use of fingerprints to grant/deny access

Hardware Requirements

Secugen Hampster Pro Fingerprint scanner (recommended)

Software Requirements

Secugen Web API. Here are the download links:

Setup

STEP 1: Clone the repository:

$ git clone https://github.com/IfeOlulesi/ToDo-App-Django.git
$ cd ToDo-App-Django

STEP 2: (Optional but Recommended) Create a virtual environment to install dependencies in and activate it:

$ virtualenv2 --no-site-packages env
$ source env/bin/activate

STEP 3: Install the dependencies:

$ pip install -r requirements.txt

If you followed STEP 2, you should see an (env) in front of the prompt. This indicates that this terminal session operates in a virtual environment set up by virtualenv2.

STEP 4: Once pip has finished downloading the dependencies, run the following in your terminal:

$ python manage.py runserver

And navigate to http://127.0.0.1:8000/

To play around with the API, run

(env)$ python manage.py shell

About

An access control system built for Anchor University, Lagos using her faculty buildings as a case-study😉


Languages

Language:HTML 44.4%Language:Python 35.2%Language:JavaScript 11.8%Language:CSS 8.5%