Testing handlebars and javascript functionality.
To run the application using docker run:
docker-compose up -d
Handlebars files go to views
directory.
Example on how to access handlebars in browser:
http://localhost:3000/hbs/my/restful/url/myFile
Javascript files go to js
directory.
Example on how to access javascript files in browser:
http://localhost:3000/js/my/restful/url/myScript
Note! URL must not end with .js
extension.