- clone the project
- create a file with name .env
- copy content of .env.example to .env
- set up your database connection in .env
- run $composer insatll
- run $php artisan migrate --seed (note --seed will fill the database with dummy data)
- your are good to go 😊