Fireship video at link
Start PocketBase this repo has the linux version, replace it if on mac or windows
./pocketbase serve
Open Admin UI, create a admin account if necessary. With that on hands create a collection named "notes". Go to the 'API Rules' tab and unlock all from the admin requirement.
run next development server on a new terminal:
npm run dev
# or
yarn dev
Open localhost:3000 on your browser to see the result.