timitao/material-management

Proof of concept - hexagonal architecture

dev-master 2016-04-14 19:01 UTC

This package is auto-updated.

Last update: 2024-03-29 03:01:30 UTC


README

License Latest Stable Version Latest Unstable Version Total Downloads SensioLabsInsight Scrutinizer Code Quality Build Status

Material management

Proof of concept - hexagonal architecture

Domain

Logic is in project Material-management-domain

Initialization

  • configure DB connect app/config/parameters.yml
  • run update db php app/console doctrine:database:create
  • run update db php app/console doctrine:schema:update --force

Test's command

To run behat AppBundle tests

  • php bin/behat --suite="AppBundle"

For AppBundle tests, need to

  • run server by php by default -> php app/console server:run
  • or create vHost and change destination host in behat.yml.dist from http://localhost:8000

Versioning

Staring version 1.0.0, will follow Semantic Versioning v2.0.0.

Contributors

  • Tomasz Kunicki TimiTao [lead developer]