https://github.com/kalwar/fullstackapp
A very simple full stack app using ReactJS, PHP and MySQL
https://github.com/kalwar/fullstackapp
api-rest axios mysql php php8 phpmyadmin reactjs simple-app
Last synced: 2 months ago
JSON representation
A very simple full stack app using ReactJS, PHP and MySQL
- Host: GitHub
- URL: https://github.com/kalwar/fullstackapp
- Owner: kalwar
- License: mit
- Created: 2022-04-12T17:01:14.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-04-10T05:10:59.000Z (about 2 years ago)
- Last Synced: 2025-08-18T04:22:56.863Z (11 months ago)
- Topics: api-rest, axios, mysql, php, php8, phpmyadmin, reactjs, simple-app
- Language: JavaScript
- Homepage:
- Size: 364 KB
- Stars: 0
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# FullStackApp
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.
# Steps to follow
1. Make sure to copy `api` folder inside `php-mamp` src folder
2. Create a new database in phpmyadmin e.g. fullstackapp
3. Declare the data types for form e.g. id, name, email and mobile
4. Remember to put Auto Increment for id
5. Open the specific files locally and run the operations
# Tech stack
1. [ReactJS](https://reactjs.org/)
2. [PHP](https://www.php.net/)
3. [MySQL](https://www.mysql.com/)
4. [phpMyAdmin](https://www.phpmyadmin.net/)
# Use for reference
Use solely for reference material only.