This application was designed to be a sample application for lorem article generation, listing and statistics. Some parts of the code are not optimized and work slower, than could be.
During the workshop, we will find the bottlenecks using profiler and fix them.
- Clone this repository
- Run
composer install
- Run
./yii migrate/up
and apply the migration - Start a web server using
./yii serve