These commands will configure the application for you
npm install -g nodemon
npm installThis command will start the server
# it assumes index.js
nodemonNavigate to http://localhost:3082 in your browser and click on the login link.
Check ./lib/auth/users.js for a list of available users and passwords.