Symfony Demo Application
November 25, 2020 ยท View on GitHub
The "Symfony Demo Application" is a reference application created to show how to develop applications following the Symfony Best Practices. Original Read me. This repo is part of Symfony on Google Cloud Run blog post.
Run Locally with docker and docker-compose
Run the following command:
docker-compose up
Then hit http://localhost:8080 on your browser.
Run on Google Cloud Run
Gotcha
As it uses a sqlite which is a local file, all changes will be lost as the file is not saved to a bucket.