Skip to content

Mohsen-mhm/exam

Repository files navigation

Laravel Logo

About project

Exam site using Laravel and Tailwind.CSS

  • Laravel
  • PHP
  • Tailwind
  • Flowbite
  • Js

not complete yet, working on it... :)


Getting Started

Clone the project repository by running the command below if you use SSH

git clone [email protected]:Mohsen-mhm/exam.git

If you use https, use this instead

git clone https://github.com/Mohsen-mhm/exam.git

After cloning, run:

composer install

and:

npm install

Duplicate .env.example and rename it .env

Then run:

php artisan key:generate

!! important !!

set your name, email and password in config/app.php to insert first user as admin in database


Database Migrations

Be sure to fill in your database details in your .env file before running the migrations:

php artisan migrate

And finally, start the application:

php artisan serve

visit http://localhost:8000 to see the application in action.

Languages