Follow these steps to install and run the SIMAK project:
git clone https://github.com/username/SistemManajemenKuesioner.git
cd SistemManajemenKuesioner
npm install
cp .env.example .env
php artisan migrate --seed
php artisan key:generate
npm run dev && php artisan serve