Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 939 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 939 Bytes

Boilerplate DDD

A Docker-based boilerplate for the Symfony web framework and DDD projects. based on:

Getting Started

  1. If not already done, install Docker Compose (v2.10+)
  2. Run make build to build fresh images
  3. Run make up to set up and start a fresh Symfony project
  4. Run make open to open https://localhost in your favorite web browser and accept the auto-generated TLS certificate
  5. Run make down to stop the Docker containers.

Licence

This project is released under the MIT license. See the included LICENSE file for more information.