fit-aura-steppers/ ├── backend/ │ ├── models/ # MongoDB schemas │ ├── routes/ # API endpoints │ ├── middleware/ # Authentication & validation │ ├── config/ # Configuration files │ ├── server.js # Main ...