Download and Install nodejs from https://nodejs.org/en/download/.
Run npm i -g nodemon
to install nodemon to your system.
Run npm install
to install all dependencies.
To start server, run npm run server
.
If you host using your local env, visit http://localhost:8089/ to view the website.
All frontend content is store in the views/ folder.