durgesh-sahani / react-crud-php-api-mysql

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

react-crud-php-api-mysql

Following points have been covered in this tutorials

  • ReactJs introduction, Create React APP, NodeJs NPM and Homebrew installations
  • Create Link and Handle Routing in React | react-router-dom package installation
  • Create database in PHPMyAdmin and design form in React Component
  • Create PHP API and consume using axios | handle CORS issue on localhost
  • Connect MySQL database using PDO | Access React form data and Save in Database
  • Create GET PHP API and consume in React using axios | List in react table component
  • Load user details for edit form and create PHP PUT API to update user data
  • Create DELETE PHP API, consume it using axios and delete user from database

Checkout video tutorials for more details

https://youtube.com/playlist?list=PLCakfctNSHkFDTFczqhXNv-nYMHvLMT1H

You can also read detailed blog here

https://learnwebcoding.in/2022/01/18/react-crud-using-php-api-and-mysql-database/

About


Languages

Language:JavaScript 56.5%Language:PHP 25.9%Language:HTML 14.0%Language:CSS 3.6%