Skip to content

This is an online test application developed using laravel8 framework with mysql as dbms

Notifications You must be signed in to change notification settings

SamjuTheCoder/mcqs_test

Repository files navigation

About MCQS TEST

This project is about MCQS Test. It is developed using laravel framework. The design pattern is based on repository design pattern using dependency injection.

Installation Guide

  1. Download the project and change directory
  2. Open your phpmyadmin from locahost and create database 'mcqstest'
  3. On the .evn file, set this: /* DB_CONNECTION=mysql DB_HOST=127.0.0.1 DB_PORT=3306 DB_DATABASE=mcqstest DB_USERNAME=root DB_PASSWORD= */
  4. Run 'php artisan migrate' to migrate all the tables
  5. Seed initial record into the db by running: 'php artisan db:seed DatabaseSeeder'
  6. Run 'php artisan serve' to run the application
  7. Open http://127.0.0.1:8000/
  8. Login with: admin@gmail.com and password: 12345
  9. Click 'Assign User to Role' to assign user to a particulary role
  10. Click 'Assign Module to Role' to assign the available modules to Admin Role(Create Questions module, Create Options module, All Exam module) and Student Role (Take Exam module, My Exam module)

#You can upload .sql file located in the repos

#Project is ongoing development

About

This is an online test application developed using laravel8 framework with mysql as dbms

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published