2017 © Pedro Peláez
 

project material-management

Proof of concept - hexagonal architecture

image

timitao/material-management

Proof of concept - hexagonal architecture

  • Thursday, April 14, 2016
  • by timiTao
  • Repository
  • 1 Watchers
  • 0 Stars
  • 0 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

License Latest Stable Version Latest Unstable Version Total Downloads SensioLabsInsight Scrutinizer Code Quality Build Status, (*1)

Material management

Proof of concept - hexagonal architecture, (*2)

Domain

Logic is in project Material-management-domain, (*3)

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, (*4)

  • 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, (*5)

Versioning

Staring version 1.0.0, will follow Semantic Versioning v2.0.0., (*6)

Contributors

  • Tomasz Kunicki TimiTao [lead developer]

The Versions