https://github.com/lucenarenato/crud-react-native-php-mysql
React Native Insert Update Display Delete CRUD Operations MySQL DB
https://github.com/lucenarenato/crud-react-native-php-mysql
expo javascript mysql php react-native
Last synced: 4 months ago
JSON representation
React Native Insert Update Display Delete CRUD Operations MySQL DB
- Host: GitHub
- URL: https://github.com/lucenarenato/crud-react-native-php-mysql
- Owner: lucenarenato
- Created: 2020-03-29T21:13:27.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-06T17:48:06.000Z (over 3 years ago)
- Last Synced: 2025-04-21T18:52:17.652Z (about 1 year ago)
- Topics: expo, javascript, mysql, php, react-native
- Language: JavaScript
- Size: 26.3 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Crud React Native, PHP e MySql
> React Native Insert Update Display Delete CRUD Operations MySQL DB
## crud_react
```
php -S localhost:8000
```
## appcrud
```sh
npm install
npm start
expo r -c
```
- https://reactnativecode.com/insert-update-display-delete-crud-operations/
> @cpdrenato