Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 425 Bytes

File metadata and controls

12 lines (9 loc) · 425 Bytes

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.

Installation

  1. Clone this repository
  2. Run composer install
  3. Run ./yii migrate/up and apply the migration
  4. Start a web server using ./yii serve