Ionic application in Xampp server with my MySQL backend

Hi all,

For creating an android and ios application in ionic frame work, i have already installed nodejs,gulp, bower, cordova.
Also i have created an application using this.
But for executing the application i need a server so i created a json file name as db.json and i was executing my application by using json- server by executing the command in CMD: json-server --watch db.json

Here i want to do this same in Xampp server with MySql backend.
Could anyone please suggest what will be the steps to use xampp server instead of using json-server.

Then it will help me a lot.

Thanks in Advance
Abinas Patra