- git clone https://github.com/kemalovski/airoCodingChallenge.git
- cd airoCodingChallenge
- composer update
- cp .env.example .env
- docker-compose up -d
- docker exec -it airocodingchallenge_laravel.test_1 bash
- php artisan migrate
Ready to use
- Our frontend side we will see from localhost. We have 2 form there;
- From Get Token Form we can create user to get our JWT TOKEN
- From Quotation Form we can create new Quotation with using JWT TOKEN
It was pleasure the solve this task. Best Regards