The "Symfony Demo Application" is a reference application created to show how to develop applications following the Symfony Best Practices.
You can also learn about these practices in the official Symfony Book.
- Docker
There's no need to configure anything before running the application. To build the images and start the containers, run:
docker compose up -dThen access the application in your browser at http://localhost:8000. And PHPMyAdmin interface at http://localhost:8080.
