Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 548 Bytes

README.md

File metadata and controls

28 lines (21 loc) · 548 Bytes

Idea Book

The web application for storing your ideas. Used technologies REST API, Vue.js, Yii2.

Requirements

  • PHP >=5.6.0
  • Yii2
  • Composer
  • Node.js
  • Vue.js

Quick start

$ composer install
$ cd frontend
$ npm install
$ docker-compose up -d
$ npm run serve
$ docker exec -it ideabook-yii2-php-1 bash
$ php yii migrate

References