-
Notifications
You must be signed in to change notification settings - Fork 3
Home
Pranit Dhanade edited this page Apr 6, 2026
·
1 revision
This wiki documents the end-to-end functioning of the Acadly website.
Acadly is a full-stack academic platform with:
- Frontend pages served as static HTML/CSS/JS.
- Backend Express APIs for authentication, dashboards, attendance, learning progress, videos, PDFs, and practice labs.
- MySQL for users, attendance, assignments, and dashboard analytics.
- MongoDB + GridFS for media/document storage (video and PDF binaries + metadata).
See the complete deep dive here: website-functioning.md.