Skip to content

timiTao/material-management

Repository files navigation

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]

About

Proof of concept - hexagonal architecture

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published