An open API service indexing awesome lists of open source software.

https://github.com/abdulkader-safi/react-crud-php-api-mysql

react-crud-php-api-mysql
https://github.com/abdulkader-safi/react-crud-php-api-mysql

Last synced: 3 months ago
JSON representation

react-crud-php-api-mysql

Awesome Lists containing this project

README

        

# 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