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
- Host: GitHub
- URL: https://github.com/abdulkader-safi/react-crud-php-api-mysql
- Owner: Abdulkader-Safi
- Created: 2022-08-21T23:05:04.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-08-21T23:06:28.000Z (almost 3 years ago)
- Last Synced: 2025-02-15T07:49:13.815Z (4 months ago)
- Language: JavaScript
- Size: 274 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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