Skip to content

uyak0/e-quiz-web-app

Repository files navigation

E-Quizz

A web application centered around the idea of an all-in-one classroom management with gamification elements in learning activities. Built with Vue.js, TailwindCSS, and Laravel.

Development Setup

To run PHP/Laravel server

cd laravel-backend
composer i
php artisan serve

To run Vue server

cd vue-frontend
npm i
npm run dev     # for development server
npm run build   # to build for production