dmarsal90 / react-laravel

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React and Laravel CRUD

A brief description of what this project does and who it's for

Badges

Add badges from somewhere like: shields.io

MIT License

Run Locally

Clone the project

  git clone https://github.com/dmarsal90/react-laravel.git

Go to the project directory

Navagate to the backend and frontend folder, install dependencies and start the server

For the backend

  cd api 
  composer install
  php artisan serve 

if you want to have some sample data run

    php artisan migrate
    php artisan db:seed 

or

    php artisan migrate --seed

For the frontend

  cd front
  npm install
  npm run dev

Deployment

To deploy this project run

  npm run deploy

Author

About


Languages

Language:PHP 60.6%Language:Blade 22.3%Language:JavaScript 15.2%Language:CSS 0.8%Language:Shell 0.8%Language:HTML 0.3%