https://github.com/adenlall/react-php-pack-restfulapi
a simple user authentication system using React & PHP with restful php api
https://github.com/adenlall/react-php-pack-restfulapi
backend frontend logging php react reactjs rest-api
Last synced: 9 months ago
JSON representation
a simple user authentication system using React & PHP with restful php api
- Host: GitHub
- URL: https://github.com/adenlall/react-php-pack-restfulapi
- Owner: adenlall
- Created: 2021-12-25T22:51:32.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-01-09T17:54:51.000Z (about 2 years ago)
- Last Synced: 2025-04-02T21:02:02.916Z (about 1 year ago)
- Topics: backend, frontend, logging, php, react, reactjs, rest-api
- Language: JavaScript
- Homepage:
- Size: 1.71 MB
- Stars: 10
- Watchers: 1
- Forks: 4
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React-Pack-with-PHP-Restful-API
**User Authentication system using React & PHP**
*React => frontend*
*PHP => backend => Restful api*

Befor start using you should fist install
if you never befor install React :
```
npm install -g create-react-app
```
then: install material-ui:
```
npm install @material-ui/core
```
and you need also prepare axios
```
import axios from 'axios';
```
ENJOY ❤