DEV Community

Discussion on: Create A REST API In Codeigniter With Basic Authentication

Collapse
 
zamfir80 profile image
Razvan Zamfir • Edited

I have made a small blogging application in Codeigniter 3. I have recently separated its back-end (dashboard) from the frontend.

I would like to give up on loading views in the frontend and spit-out JSONS instead. Further, I would like to use Vue to handle the frontend (JSON).

The issue is described in detail here. Please give me a hand.

Thanks!