I am deploying Nuxt (frontend, universal configuration), Django (backend API, DRF), and Postgres on Google App Engine and Cloud SQL.
If this is relevant: (I need to be able to store images, dynamically create and store new images and dynamically create and store pdfs.)
- In Google App Engine, what is the ideal setup for Django and Nuxt in terms of speed and performance?
- Should they be on separate apps?
Any information you can provide/suggest regarding this setup would be helpful as this is my first time deploying this configuration on GAE.