You do not need a database to run this, as the correct login credentials are hardcoded into the app.
username: helloworld
password: 123
to run:
$ git clone https://github.com/swyftycodes/sveltekit-jwt-auth-demo
$ cd sveltekit-jwt-auth-demo
$ npm install
$ npm run dev