The web application for storing your ideas. Used technologies REST API, Vue.js, Yii2.
- PHP >=5.6.0
- Yii2
- Composer
- Node.js
- Vue.js
$ composer install
$ cd frontend
$ npm install
$ docker-compose up -d
$ npm run serve
$ docker exec -it ideabook-yii2-php-1 bash
$ php yii migrate
- Heavily Inspired by https://www.youtube.com/watch?v=7vrctmDQYW4&list=PLLQuc_7jk__VeTjHhOsHjP1IHFoLOSMOi&index=1
- Partially stolen from https://github.com/thecodeholic/VueJs-Yii2-Notes