To use this demo run this command in the terminal:
npm install
Then create a file named .env in the root of the application folder and paste this contents:
PORT=1337
DB_HOST=localhost
DB_USER=root
DB_PASSWORD=root
DB_DATABASE=test
Replace the variables with your own.
To run the demo, type npm run dev in the terminal.