- install dependencies using composer install
- create a new .env file at the root of your project
- Copy .env.example and paste it in .env
- Then generate a key with the command php artisan key:generate
- php artisan jwt:secret
- php artisan migrate --seed
- php artisan serve