An open API service indexing awesome lists of open source software.

https://github.com/yiisolutions/yii2-last-lesson


https://github.com/yiisolutions/yii2-last-lesson

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# Yii2 Last Lesson

Up and running:

1. Edit `.env` file
2. Create MySQL database
3. Apply migration `./yii migrate`
4. Apply demo data

```bash
./yii demo/teacher
./yii demo/group
./yii demo/lesson
```

5. Start webserver `./yii serve`
6. Open http://localhost:8080/.