An example project following clean architecture principles in Symfony
- create a .env file
cp .env.dist .env
- create containers
make start
- build php app
- install vendor packages
- check style/mess detector
- run unit tests
make build-php-app php
- restart php container
make restart php
Service
- README.md
- docs/architecture_overview.pdf
- Swagger/OpenAPI
- json: http://localhost:8021/api/docs.json
- swagger ui: http://localhost:8021/docs/