How to use

  • Clone the repository with git clone
  • Copy .env.example file to .env and edit database credentials there
  • Run composer install
  • Run php artisan key:generate
  • Run php artisan migrate --seed (it has some seeded data for your testing)
  • Run npm install and npm run build (build vite)
  • Run php artisan serve
  • That's it: launch the main laravel server URL.
  • You can login to adminpanel by going go /login URL and login with credentials user1@example.com - secret