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,…
A not so simple booking system for sports clubs (Version 1.0)
Some sport clubs offer trainings to their members and must ask for money to participate. At least that’s how it is with my son’s ice hockey club. This causes an…
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…