An open API service indexing awesome lists of open source software.

https://github.com/avtorgenii/guard-point

Django based, raspberry-pi hosted web-app used as a security hub for guards to track workers enter and leave building by scanning their identity card
https://github.com/avtorgenii/guard-point

django raspberry-pi

Last synced: about 2 months ago
JSON representation

Django based, raspberry-pi hosted web-app used as a security hub for guards to track workers enter and leave building by scanning their identity card

Awesome Lists containing this project

README

          

# Installation
```
conda create --name --file requirements.txt
```
# Launch
In project's root directory:
```
python manage.py runserver
```