Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 1.03 KB

README.md

File metadata and controls

33 lines (25 loc) · 1.03 KB

TimeRiddle

TimeRiddle is a web based e-learning platform for programming.

The aim of the project is to publish the code together with the tasks in a way that is clear and accessible to the student. The ability to disable code publication makes it possible for the student to work on the assignments themselves and when the teacher decides to publish the code, they can do so immediately.

Join Our Community

Stargazers repo roster for @PeterPorzuczek/TimeRiddle

Preview

Example course

app-preview

Admin panel

app-preview

To run application

$ composer install
$ php artisan key:generate
$ php artisan serve --host 0.0.0.0 --port 90

To optimize application

$ php artisan route:cache
$ php artisan config:cache
$ php artisan optimize