An open API service indexing awesome lists of open source software.

https://github.com/19ajikamaludin/hootka

kahoot clone with laravel, inertia and soketi
https://github.com/19ajikamaludin/hootka

inertiajs kahoot laravel reactjs soketi

Last synced: 2 months ago
JSON representation

kahoot clone with laravel, inertia and soketi

Awesome Lists containing this project

README

          

# 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

```bash
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

```text
username : admin@admin.com
password : password
```

## Compile Assets ( to prod )

```bash
npm run build
```

## Screenshot

![Dashboard1](1.png?raw=true)
![Dashboard2](2.png?raw=true)

## Rsync

```bash
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
```