This is a Laravel-based technical test project
- PHP >= 8.1
- Composer
- MySQL Database
- Laravel >= 10.x
git clone https://github.com/AnantaWeda/Technical-Test.git
cd Technical-Testcomposer installcp .env.example .envEdit your .env file and set the correct database credentials like:
DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=your_database_name
DB_USERNAME=your_username
DB_PASSWORD=your_passwordphp artisan key:generatephp artisan migrate --seedphp artisan serve