Sample Bootstrap Website running as nodes app
First I design the HTML site. The website is a simple Bootstrap-based site. This html part has the following tree structure. The index.html contain the HTML and include a navbar,…
Role Based Access Control using express-session in a node-js app
In this article I refer to an application I created a couple of months ago. It’s about a booking system with which players can book ice-hockey trainings in different locations,…
Node.js series Part 4. Express Website with authentication and authorization in a Mac Production Environment
In a real production environment the app runs as a service in the background and this service is managed by a process manager. And the app should run behind a…