#Next.js + Payload cms Local API Vercel deployment

1 messages · Page 1 of 1 (latest)

hushed tendon
#

How do i make use of local API and deploy both frontend and expresss app (payload cms) together

#

Any starter template ?

Or should i deploy it seperatly and use Rest API

long prairie
#

Else use REST or GraphQL for separated front and back ends. For example when hosting Nextjs with Vercel and using Payload Cloud.

#

There is also a Serverless option which I think is fairly recent. That allows you to colocate on Vercel, although you still need to set up mongo DB Atlas, etc.

#

Sure enough, the next-payload option allows local API. And I need to try that!