In this fifth part of the VueJS & CodeIgniter 4 Web App series we will create all the main CRUD operations to edit the posts from our web application's back end.
In this video you will learn how to:
- Create a New Item
- Upload an Image
- Edit an existing Item
- Delete an Item
- Retrieve and View an Item
In this video tutorial series - VueJS & CodeIgniter 4 Web App - you will learn how to build an app using VueJS framework along with CodeIgniter 4 RESTapi server.
Project specific GitHub repositories:
CodeIgniter 4 RESTapi Server: https://github.com/alexlancer/CodeIgn...
VueJS Frontend: https://github.com/alexlancer/Ci4-Vue...