Get up and running with Nhost and React
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 React Application
Install the Nhost package for React
@nhost/react
.Configure the Nhost client and fetch the list of movies
<subdomain>
and <region>
with the subdomain and region for the project./src/App.jsx
to fetch the list of movies.The end
npm run dev -- --open --port 3000
and enter http://localhost:3000
in your browser.