Web Interface and Mobile Interface for Yii2 REST application

Hi, I am using Yii2 basic application. I am using REST API. I have a table called studentrecords. I have configured the necessary requirements. I have also designed the API and tested them. Working fine. Now here I have generated only model and controller for Studentrecords. Now I want to have CRUD web interface as well as mobile app interface for manipulating the database table records. Mobile app interface is ready but I want to have web interface too. So what should I do? Should I create a another controller and view for studentrecords through gii tool.