Geckos.io HTTPS Test using Express.js

# install
npm i

# create certs
node createCerts.js

# run server
node index.mjs

# open browser on
https://localhost:3000/index.html

The browser should display a simple response (userData, id and localDescription) from the geckos server.