Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 426 Bytes

File metadata and controls

12 lines (9 loc) · 426 Bytes

This application was designed to be a sample application for lorem news generation, listing and statistics. Some parts of the code are not optimized and work slower, than could be.

During the training, we will find these bottlenecks using profilers 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