I want to develop an application that has admin, web and mobile section. How do I integrate AngularJS and REST API into Yii2 to achieve this.
I have 3 interfaces:
- Backend (admin - setup) => http://localhost/lms/admin/index.php
7607
- Frontend (Teacher - module) => http://localhost/lms/index.php
7608
- Student module => This is the student interface. I want it to be for mobile app using yii2 and angularJS.
7609
Since I’ve used backend for admin, and frontend for teacher, How do I go about the student interface.
Or is there a better way to do it.
Thanks