Simple Api Rest with Symfony 5 + AWS + DDD + Hexagonal Architecture & CQRS.
-
Execute docker-compose:
docker-compose up
-
Enter to the container:
docker exec -it php-app bash
-
Create .env.local and configure it.
-
Execute composer install:
composer install
-
Go to the browser and visit http://localhost:8000