Skip to content

Chafithafid30/Online-Exam-Application

Repository files navigation

Online-Exam-Application

Requirements

You need to have PHP version 8.1 or above. Node.js version 16.0 or above, and also Install Laravel version 10.0

How To Installation Project??

  1. Clone the project / Downloading Project
  2. Go to the project root directory
  3. Open terminal and then Run composer install and npm install && npm run dev
  4. Run php artisan key:generate
  5. Run php artisan make:migration
  6. Run php artisan db:seed
  7. Copy .env.example into .env file and don't forget adjust parameters
  8. Run php artisan serve to start the project
  9. Congratulation!!

License

The Laravel framework is open-sourced software licensed under the MIT license.