A set of powerful backend APIs to help run the clubs. CMS streamlines various internal processes in running a student club, such as attendance, member management, and more.
python manage.py runserver
- to run the admin panelpython manage.py run_bot
- to run the telegram botpython manage.py run_huey
- to run the background processes
POST /api/attendance/log/
- log attendanceGET /api/attendance/profile/<user_id>/
- get attendance statistics for a user
GET /api/attendance/live/
- get live attendanceGET /api/attendance/live/group/<group_id>/
- get live attendance for a groupGET /api/attendance/live/gender/<1 | 2>/
- get live attendance for a gender
GET /api/attendance/date/<date:YYYY-MM-DD>/
- get attendance statistics summary for a dateGET /api/attendance/date/<date:YYYY-MM-DD>/group/<group_id>/
- get attendance report for a group on a dateGET /api/attendance/date/<date:YYYY-MM-DD>/gender/<1 | 2>/
- get attendance report for a gender on a date
(c) Traboda CyberLabs Private Limited 2022-2023. All rights reserved.