Skip to content
Pranit Dhanade edited this page Apr 6, 2026 · 1 revision

Acadly Wiki

This wiki documents the end-to-end functioning of the Acadly website.

Contents

  1. Website Functioning (Complete)

Quick Orientation

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.

Clone this wiki locally