docker-compose up --build -d in the root directory of the projectlocalhost:8080localhost:15672/. login with guest/guest credentialsbash start.sh in the root directory of the project. This will create the database and tablesdocker-compose run app php bin/console messenger:consume async -vv to start worker.docker-compose run app php bin/console app:start-parsing-news --url='' to start parsing news. The url is the url of the news site you want to parse. The url should be in the format https://www.example.comhttps://highload.today/category/novosti/.localhost:8080/loginjohn_admin/password credentials for admin userjohn_moderator/password credentials for moderator userphp bin/console app:start-parsing-newsPosted Sep 9, 2025
Developed a news parser application using Docker and RabbitMQ.
0
2