I’m trying to figure out if it is possible to host the frontend and backend of my app on the same app on App Platform or if I need to create 2 apps for that and pay double. The frontend is done with Nuxt and the Backend with Node/Express. Both have their own Github repo. Thanks for your help in advance :)
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Sign up for Infrastructure as a Newsletter.
Working on improving health and education, reducing inequality, and spurring economic growth? We'd like to help.
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Hi there,
Yes, you can host both under 1 App with separate components. You can have your Node backend deployed as a web service component and your frontend as a static site component.
For more information on how to manage components in the App Platform I could suggest this documentation here:
Besides that, I could also suggest this guide here which shows how to deploy a frontend + a backend service on the App Platform:
Hope that this helps!
Best,
Bobby