Project written on Laravel: Instructions and additional information for installing and testing the application:
- composer install or composer update
- Create a DB (in the .env file and the database, enter the correct data for configuration)
- php artisan migrate
- php artisan serve
- php artisan route:cache
- php artisan route:clear
- php artisan config:clear
- php artisan cache:clear
- php artisan optimize