smmoazzamhossain / react-crud-with-laravel

A basic crud application using Laravel and React

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LARAVEL REACT CRUD APP

A simple crud application using laravel and reactjs. Here a resource can create, read, update and delete

Instructions

Fork, then download or clone the repo.

git clone https://github.com/<your-user-name>/react-crud.git

Change the directory.

cd into the project directory.

For the back-end, install the dependencies once via the terminal.

npm install

Runs the react in the development mode.

npm run watch

Configure database and migrate table

php artisan migrate

Runs the development server for the apps.

php artisan serve

Hit the url in the browser

APP_URL= http://localhost:8000

To make a production build, simply run on react-src folder via the terminal.

npm run build

To Do

  • Create
  • Read
  • Update
  • Delete
  • React router
  • Back-end validation by laravel request
  • Use resource

About

A basic crud application using Laravel and React


Languages

Language:PHP 98.8%Language:HTML 1.2%