Deploying a NextJS and Python FastAPI

Is it possible to deploy a NextJS app and FastAPI in a single repo?

Only other option I could like of was to create 2 application and bridge between them some how.

Hi @Chop_Wood!

If I read the description in the README of the repository that you linked, this would sill be one app, running FastAPI on the backend and serving a javascript next.js-based frontend.