Skip to content

ajikamaludin/hootka

Repository files navigation

Hootka - Laravel inertiajs

Simple Kahoot Clone to play quiz in class built with laravel inertia echo and soketi

Support me

Trakteer Saya

Requirements

  • PHP 8.0 or latest
  • Node 16+ or latest

How to run

cp .env.example .env # configure app for laravel
touch database/database.sqlite # if you use .env.example with default sqlite database
composer install
npm install
npm run dev # compiling asset for development

Default User

username : admin@admin.com
password : password

Compile Assets ( to prod )

npm run build

Screenshot

Dashboard1 Dashboard2

Rsync

rsync -arP -e 'ssh -p 224' --exclude=node_modules --exclude=.git --exclude=.env --exclude=storage --exclude=public/hot . arm@ajikamaludin.id:/home/arm/projects/hootka 

Releases

No releases published

Packages

No packages published