cd nginx
docker compose up -d --build
edit file hosts and add these lines
127.0.0.1 mahmoudi.local
127.0.0.1 backend.mahmoudi.local
docker exec -it mahmoudi_frontend_container bash
cd angular
yarn install
docker exec -it mahmoudi_symfony_container bash
cd symfony
composer install
symfony console doctrine:migrations:migrate
symfony console doctrine:fixtures:load