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
- Host: GitHub
- URL: https://github.com/avtorgenii/guard-point
- Owner: avtorgenii
- Created: 2025-01-06T14:34:58.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-01-10T14:34:38.000Z (over 1 year ago)
- Last Synced: 2025-02-07T21:36:22.548Z (over 1 year ago)
- Topics: django, raspberry-pi
- Language: Python
- Homepage:
- Size: 45.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Security: security_hub/__init__.py
Awesome Lists containing this project
README
# Installation
```
conda create --name --file requirements.txt
```
# Launch
In project's root directory:
```
python manage.py runserver
```