I have read both Wasp's and Render's documentation. As a newbie I am a little bit unsure of the right procedure.
My app structure consists of:
1. The Database (Prisma/PostgreSQL)
2. A Python FastAPI backend using uvicorn.
3. The Wasp App
I have created 2 services in Render for the first two elements: a PostgreSQL service for the database and a Web service for the FastAPI backend. However I am unsure of the 3rd. It seems like I can run the "wasp build" command directly in a Web service on Render rather than locally on my machine, but I am not sure of how that will build the wasp front end client and server and what the start command will be for both.
Any useful guides and tips that can help me deploy the app would be great.
Thanks!