Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 2 days 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 (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-01-09T17:54:51.000Z (about 1 year ago)
- Last Synced: 2024-05-21T01:48:45.879Z (9 months 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*![react and php](https://davisonpro.dev/wp-content/uploads/2019/04/ReactPHP.jpeg)
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 ❤