Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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 ❤