EduApp is a simple web application.
Requirements:
- PHP 8.2
- Composer
- MySQL 5.7
To initialize db at the first time you can use db_ddl.sql
To configure the project you can use the following commands:
cp .env.example .envThen you can edit the .env file to match your configuration.
To install the project you can use the following commands:
composer installTo serve the project you can use php built-in server with the following command:
php -S localhost:8000 -t public/