Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 1.42 KB

File metadata and controls

34 lines (26 loc) · 1.42 KB
logo

AllesLocker

AllesLocker is a web-based access management system. It lets you manage electronic locks, assign access rights to persons, and integrate with implemented third-party lock vendors — all from a single dashboard. The architecture enables easy integration of additional vendors.

logo

Architecture

┌──────────┐     ┌──────────┐     ┌─────────┐
│ Frontend │────▶│ Backend  │────▶│ MariaDB │
│  :5173   │     │  :8080   │     │  :3306  │
└──────────┘     └──────────┘     └─────────┘
                        │
                        ▼
                 ┌──────────┐
                 │  Vendor  │
                 │ APIs     │
                 └──────────┘

Getting Started

For further information, please visit the wiki.

Repositories