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

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

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.