Symfony Demo Application

The "Symfony Demo Application" is a reference application created to show how to develop applications following the Symfony Best Practices. Original Read me

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

Run on Google Cloud

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.