radudiaconu0 / airo-be

Airo challenge backend

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Airo challenge backend


Languages

Language:PHP 66.8%Language:Blade 33.0%Language:JavaScript 0.3%