Build Stack

  • Laravel
  • Inertiajs
  • React
  • tailwind css

Get Started

  • Clone this repo
  • Run composer install and npm install
  • Create a database called user_crud
  • run cp env.example .env
    • update you db creds
  • Migrate db schema php aritsan migrate
  • run asset built npm run dev

Note: As this is laravel project once can simple run this project by runnign the command php artisan serve

Test

Both backend and frontend code is covered by test (Phpunit and Jest)

  • For backend test please run phpunit
  • For frontend test please run jest