/airo-be

Airo challenge backend

Primary LanguagePHP

How to run it

1. Install the dependencies

composer update

2. Copy the .env.example file to .env and set the database credentials

cp .env.example .env

3. Generate the application key

php artisan key:generate

4. Generate the JWT secret

php artisan jwt:secret

5. Run the migrations

php artisan migrate

6. Run the server

php artisan serve