“examinee” is a platform for Schools, Colleges, Institute & Coaching Centers. With the help of this platform, you can take Online-Offline Course, Lesson, Exams, Quiz, Test, Quiz Competition, Challenges etc
- Course and lesson
- Scholar and student mangement
- Course enrollment
- Quiz and Exam System
- File Management
- Login System
- Secure login and change password
- Bootstrap 4 Framework
- Cross Browser Compatible
- Unique and Exclusive Idea
- Unique and Creative Project
- Clean Code and Clean Design
- Easy To Customize
- PHP >= 7.3.0
- Laravel => 7.5.0
- Fileinfo PHP Extension
- Clone the repo
git clone https://github.com/mshossain110/examinee.git
- Move Directory
cd examinee
- Install composer
composer install
- Copy .env file
cp .env.example .env
- Generate key
php artisan key:generate
- Create database and edit
.env
file to add database, MAIL_DRIVER - Dont forget to edit APP_URL (required to assest compile ) and SANCTUM_STATEFUL_DOMAINS (For API Authentication)
- Migrate database
php artisan migrate:fresh --seed
- Install npm
npm i
- Watch file
npm run watch