Skip to content

A tool that gives you the ability to create a test/exam from scratch. It was built using Laravel and Vue.js.

Notifications You must be signed in to change notification settings

psegurap/exams_rebuilt

Repository files navigation

Exams

Description

Welcome! Exams is a tool that gives you the ability to create a test/exam from scratch. The user has the opportunity to select which kind of topics/questions will be part of the test.

In addition, an authentication process has been incorporated.

Required dependencies

Install and run the project

  • Fork this repository

  • Clone your forked repository

  • Navigate to the cloned repository and open your terminal

  • Run the following commands:

    - composer install #install laravel dependencies
    - cp .env.example .env #create a new environment file (edit the created file with your database information)
    - php artisan key:generate #generate a new key
    - php artisan migrate #create all the necessaries tables in our database
    - php artisan db:seed #create a user 
    - npm install #install dependencies for authentication
    - npm run build #build assets and create the manifest file
    - php artisan serve #start our project in a local/development server
    
  • Use the following credentials to authenticate:

    email: testuser@exams.com
    password: password
    

About

A tool that gives you the ability to create a test/exam from scratch. It was built using Laravel and Vue.js.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published