installed "handlebars": "^4.7.6"
changed start: "node index.js", to start: "node app.js"
added auth.js
Created routes to render main page, dashboard, calendar, login and signup.
changed the app.js file in order to run the routes (I have commented the previous code and added alterations below)
installed "handlebars": "^4.7.6" changed start: "node index.js", to start: "node app.js" added auth.js Created routes to render main page, dashboard, calendar, login and signup. changed the app.js file in order to run the routes (I have commented the previous code and added alterations below)