Posts by Alex Sander • 1 point
3 posts
-
0
votes1
answer26
viewsA: problems with routes in JS + handlebars (Referenceerror: home is not defined)
Create a folder with the name of pages inside the views, move home.handlebars into it, and test that code, what I did was just change the layout of the handlebars and render it. const express =…
-
0
votes2
answers35
viewsA: I cannot return the requested amount ( Mongodb )
Opa I came back here, I found a way to leave the listing the way I want, I just want to add the "query" Lean after find and do not need to put the name value on the route it already appears…
-
0
votes2
answers35
viewsQ: I cannot return the requested amount ( Mongodb )
I’m trying to make a list of names of people who are registered in my database, and print on the web The model I’m using is this const mongoose = require('../../database/conn') const bcrypt =…