Yii2 LMS App

I want to use Advanced Yii2 to develop an LMS App. I want it to have three(3) interfaces.

  1. Backend (admin - setup) => http://localhost/lms/admin/index.php

7601

admin.PNG

  1. Frontend (Teacher - module) => http://localhost/lms/index.php

7602

teacher.PNG

  1. Student module => This is the student interface. I want it to be for mobile app using yii2 and angularJS.

Since I’ve used backend for admin, and frontend for teacher, How do I go about the student interface.

7600

yii2.PNG

Thanks