Back
Year2025
Tech Stack
DjangoDjango REST FrameworkPythonSQLitePostman
Description
RESQ is the backend for a campus safety mobile application built for Premies. It provides a role-based access system for students, guards, and admins, and integrates directly with the mobile frontend.
Key Features:
Technical Highlights:
Key Features:
- Role-Based Access: Separate portals for students, security guards, and admins
- SOS Alerts: Real-time SOS notification system with instant guard alerts
- Incident Handling: Deduplication logic to avoid duplicate incident records
- Admin Dashboard: Monitoring and incident management dashboard
- REST APIs: Full suite of APIs consumed by the mobile app
Technical Highlights:
- Built with Django REST Framework for structured, scalable API design
- Implemented deduplication logic for alert management
- Tested all endpoints using Postman
- SQLite database for lightweight, fast data persistence
My Role
Backend Developer
Owned the entire backend development lifecycle:
Owned the entire backend development lifecycle:
- API Design: Designed and implemented all REST endpoints using DRF
- Auth: Implemented role-based access control (RBAC) for 3 user types
- Alert System: Built SOS and real-time guard notification system
- Dashboard: Developed admin monitoring and incident management interface
- Testing: Validated all endpoints via Postman