Skip to content

Latest commit

 

History

History
31 lines (13 loc) · 425 Bytes

README.md

File metadata and controls

31 lines (13 loc) · 425 Bytes

ddd-cqrs-aws-example

Simple Api Rest with Symfony 5 + AWS + DDD + Hexagonal Architecture & CQRS.

Installation

  1. Execute docker-compose:

     docker-compose up
    
  2. Enter to the container:

     docker exec -it php-app bash
    
  3. Create .env.local and configure it.

  4. Execute composer install:

     composer install
    
  5. Go to the browser and visit http://localhost:8000