Get up and running with Nhost and SvelteKit
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 SvelteKit Application
Install the Nhost package for SvelteKit
@nhost/nhost-js
.Configure the Nhost client and fetch the list of movies
<subdomain>
and <region>
with the subdomain and region for the projectsrc/routes/+page.svelte
to fetch the list of movies.The end
npm run dev
and navigate to http://localhost:5173
in your browser.