Skip to content

mohitj2401/quize_beckendV2

Repository files navigation

Its The Back-end Of Quizies App

Quizies app repo link : https://github.com/mohitj2401/Quiz_app

Installation

1. Clone the repository

Type these command

2. cd quizie_backend
3. composer install
4. npm install
5. cp .env.example .env (configure your database their)
6. php artisan key:generate
6. php artisan migrate --seed

Owner Account details :

email : owner@gmail.com
password : password@123

Teacher Account details :

email : teacher@gmail.com
password : password@123

About

#Its a teachers and owner Portal teachers can add quiz , users, questions

Featrues

1. Allow to uploads from excel file
2. Teachers can see all the student who attended their quiz and also can download quiz result
3. Owner can manage every thing 
4. Permission package added