- PHP 8.2
- MySQL 8
- Composer
- Install composer dependencies:
composer install- Create the
.envfile from sample:
cp .env.example .env-
Configure database connection in the
.envfile -
Import SQL dump from
database/dump.sql -
Configure the web server OR run the PHP local server via:
php -S 127.0.0.1:8001 server.php