Welcome to QuizQuest, a comprehensive web application built with Laravel and Vue.js. This project is designed to provide a seamless user experience with a robust user management system, role-based access control, and engaging quiz functionalities.
User Management:
Frontend:
Backend:
Additional Features:
Clone the repository:
git clone https://github.com/yourusername/quizquest.git
cd quizquest
Install dependencies:
composer install
npm install
Environment setup:
.env.example
to .env
and configure your database and other environment variables.Database migration and seeding:
php artisan migrate
php artisan db:seed
Build assets:
npm run dev
Run the application:
php artisan serve
Access Default Accounts:
User Registration and Login:
Role and Permission Management:
Contributions are welcome! Please fork the repository and submit a pull request for any improvements or bug fixes.
This project is licensed under the MIT License. See the LICENSE file for more details.
Feel free to reach out if you have any questions or need further assistance with the project.