npm installcomposer install- copy
.env.exampleto.envand config the mysql database php artisan migrateorphp artisan migrate:refreshif neededphp artisan storage:linkif neededphp artisan tinker--> Generate fake data (optionally)factory(App\User::class, 10)->create()factory(App\Activity::class, 10)->create()
php artisan serve
