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

https://github.com/zinmyoswe/react-and-laravel-crud-application

React and laravel crud application with axios
https://github.com/zinmyoswe/react-and-laravel-crud-application

Last synced: about 2 months ago
JSON representation

React and laravel crud application with axios

Awesome Lists containing this project

README

        

# React-and-laravel-crud-application
React and laravel crud application with axios

![image](https://user-images.githubusercontent.com/29988949/57271944-39210e00-7046-11e9-98ba-e12d3568fa2a.png)

![image](https://user-images.githubusercontent.com/29988949/57272395-68387f00-7048-11e9-9836-59c244ecc1bd.png)
`Update Page`

## Installation
- Clone the repo git clone (https://github.com/zinmyoswe/React-and-laravel-crud-application.git).
- `cd` to Project Folder
- Run `composer install`
- Save as `.env.example` to `.env` and set `your database` information
- Run `php artisan key:generate`
- Run `npm install`
- Run `php artisan migrate`
- Run `php artisan serve`
- Run `npm run watch`
- Run `npm run dev`
- Done Enjoy!!! React application

## React Essentail Note
- cmd or terminal `php artisan preset react`
- cmd or terminal `npm i axios`
- cmd or terminal `npm install react-router-dom`
## License

The Laravel framework is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).