effu / crud-vuejs-php-axios

CRUD using VueJS, PHP, axios, and Bulma for CSS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vue CRUD PHP Application

I wanted to test the capabilites of Vue JS and PHP. I looked around for a complete tutorial using Vue and PHP, but I finally put this one together. I saw many tutorials with bits and pieces, but not the whole thing as one. This application uses HTML, JavaScript and PHP to add, change, view and delete records from a database.

What is CRUD?

CRUD - In computer programming, Create, Read, Update, and Delete (CRUD) are the four basic functions. Create, Add, Make Read, View, Lookup Update, Change, Modify Delete, Destroy, Remove

Technologies Used

  • VueJS
  • PHP
    • PDO and MySQL
  • Axios
  • Bulma for CSS

crud-vuejs-php-axios

About

CRUD using VueJS, PHP, axios, and Bulma for CSS

License:GNU General Public License v3.0


Languages

Language:JavaScript 48.1%Language:HTML 26.4%Language:Vue 10.3%Language:PHP 8.0%Language:TSQL 6.9%Language:CSS 0.3%