A one stop security solution for logging and monitoring visitor to a specific premises.
ingia_app/
├── backend
│ ├── app
│ │ ├── app.py
│ │ ├── config.py
│ │ ├── models.py
│ │ ├── __pycache__
│ │ │ └── app.cpython-39.pyc
│ │ ├── send_sms.py
│ │ ├── shipping.db
│ │ ├── templates
│ │ │ ├── dashboard.html
│ │ │ ├── home.html
│ │ │ ├── index.html
│ │ │ ├── login.html
│ │ │ ├── logvisitor.html
│ │ │ ├── register_guard.html
│ │ │ └── register_tenant.html
│ │ ├── users.db
│ │ └── utils.py
│ ├── README.md
│ └── requirements.txt
├── mobile_app
└── README.md