File Structure Example

config/database.php
controllers/AuthController.php
controllers/RoutineController.php
controllers/UserController.php
controllers/AdminController.php
models/User.php
models/Routine.php
models/Admin.php
views/auth/login.php
views/auth/register.php
views/auth/forgot-password.php
views/routine/create-routine.php
views/routine/edit-routine.php
views/routine/view-routine.php
views/routine/export-pdf.php
views/user/dashboard.php
views/user/profile.php
views/admin/dashboard.php
views/admin/manage-users.php
views/admin/manage-content.php
views/admin/analytics.php
routes.php
index.php
.htaccess
README.md