This very simple project is used for learning how to make full-stack app using React, PHP and MySQL together for only creating and reading operations.
- Make sure to copy
api
folder insidephp-mamp
src folder - Create a new database in phpmyadmin e.g. fullstackapp
- Declare the data types for form e.g. id, name, email and mobile
- Remember to put Auto Increment for id
- Open the specific files locally and run the operations
Use solely for reference material only.