Laravel React Sample Application (No authentication)

Included

  • Frontend: React
  • Backend: Laravel 5.7

Pre-requirements

  • React: React router 3
  • Laravel: Laravel Cors

How to use

  • Clone: git clone git@github.com:DushyanthaHerath/student-information-management.git kindhub
  • cd kindhub
  • Copy .env.example file to .env and edit database credentials and APP_URL
  • Run composer install
  • Run composer dump-autoload
  • Run php artisan key:generate
  • Copy students_records.csv file to storage/app/public (Create public directory)
  • Run php artisan migrate
  • Run php artisan storage:link
  • Run php artisan db:seed
  • Run npm install
  • Run npm run dev
  • Run php artisan serve