Olymp Platform is an automated platform for informatics competitions. The platform is designed to be easy to use and to provide a wide range of features to help teachers and students manage their competitions.
- php 8.1
- postgresql 13
- composer
- Clone or download the repository
- Go to the project directory
cd src - Run
composer installto install the dependencies - Copy the
.env.examplefile to.envand configure the database connection - Generate the application key by running
php artisan key:generate - Run the migrations with
php artisan migrate - Run development server with
php artisan serve