Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 494 Bytes

README.md

File metadata and controls

28 lines (17 loc) · 494 Bytes

matrix-multiply

Matrix multiplication UI and backend for a comma separated matrix definition. PSR-12 compliant.

  • Back end: Laravel
  • Front end: vue

Both vue and laravel runs in the same container

  • matrix-app

Dependencies

NPM:

  • vue, vue-bootstrap
  • axios

Composer:

  • laravel
  • easy-coding-standart

Usage: docker-compose up

Builds the project, checks PSR-12 standart, runs unit tests and starts the artisan web server.

App will be available at http://127.0.0.1:8000/