Skip to main content

Web Server Overview

This page is the architecture-level view of the Django server.

Stack

  • Django + Django REST Framework
  • PostgreSQL
  • Django Unfold admin
  • Nginx + Gunicorn in production

Core Responsibilities

  • Data model and persistence
  • REST APIs for scan and lookup flows
  • Admin workflows for attendance, records, and device management

Detailed References

Source Files

  • scannersky/urls.py
  • core/views.py
  • core/serializers.py
  • core/models.py
  • core/admin/
  • core/management/commands/