Application created for assessment for StuDocu Backend engineer
The purpose of the exercise is to see how comfortable you are with a Laravel project.
Clone the repository
gh repo clone SreeAnir/my_sailapplication
Switch to the repo folder
cd my_sailapplication
Install all the dependencies using composer
composer install
Run the database migrations (Set the database connection in .env before migrating)
php artisan migrate
Use qanda:interactive command to run the process
Find the testcases in tests folder.
You can user docker commands to run.
./vendor/bin/sail up
./vendor/bin/sail artisan qanda:test