Get up and running with Nhost and Next.js
Create Project
Setup Database
movies
with some great movies.Track this
is enabledpermissions
movies
just created, and click in Edit Permissions to set the following permissions for the public
role and select
action.Setup a Next.js Application
Install the Nhost package for Next.js
@nhost/nextjs
.Configure the Nhost client and fetch the list of movies
<subdomain>
and <region>
with the subdomain and region for the project./src/app/page.js
to fetch the list of movies.The end
npm run dev
and navigate to http://localhost:3000
in your browser.