To visualize the solution of the test in the browser, follow these steps:
hexadash
folder.npm install
npm run dev
To inspect the solution in the code, follow these steps:
Open the 'db.js' file located at: hexadash/src/lib/server/db.js
In this file, you will find the code implemented to establish the connection and query the database.
Open the 'data-test' folder located at: hexadash/src/routes/(common-layout)/pages/data-test
Here, you will find the files +page.server.js
and +page.svelte
where the code is implemented to load the data from the database query and then display it on the web page.