Build a Weight Tracker App with Node.js and PostgreSQL

Build a Weight Tracker App with Node.js and PostgreSQL

In this tutorial, you will learn how to build a secure weight tracker web application and API using Node.js, PostgreSQL, and hapi.js!

Manuel Segovia

I am following this tutorial using handlebars instead of EJS
question
how the auth object is passed in to the views, i can see the routes handlers includes the page title but nothing related to the auth object declared.
for instance: handler: ( request, h ) => {
return h.view( “list”, { title: “Measurements” } );
the ejs template uses the auth object as declared in the pre-response ext
i appreciate any help

Sandra Fonseca

Hello David the blog and the video are great! I was wondering , how would the code be if I include a BMI equation as a new column ?