How can i deploy Next (frontend) and Nestjs (backend) full-stack application. #168491
-
Select Topic AreaShow & Tell BodyWhich platform do you think is best for deploying this combination? |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 1 reply
-
|
my suggestion: Simple, fast, great DX use Vercel (Next.js) + Railway (NestJS) |
Beta Was this translation helpful? Give feedback.
This comment was marked as off-topic.
This comment was marked as off-topic.
-
|
You can deploy a full-stack Next.js + NestJS app by hosting them separately and connecting via API. Frontend (Next.js):
Backend (NestJS):
Optional:
Let me know if you need help with a specific platform! |
Beta Was this translation helpful? Give feedback.
-
|
Thanks for posting in the GitHub Community, @Umohmarvelous ! We’ve moved your post to our Programming Help 🧑💻 category, which is more appropriate for this type of discussion. Please review our guidelines about the Programming Help category for more information. |
Beta Was this translation helpful? Give feedback.
You can deploy a full-stack Next.js + NestJS app by hosting them separately and connecting via API.
Frontend (Next.js):
NEXT_PUBLIC_API_URL=https://api.example.com)Backend (NestJS):
Optional:
Let me know if you need help with a specific platform!