Hi guys I need help on creating a login/setup and authorization screen with
node js and mysql, I'm very new to node js and mysql, need to understand
how to create
login and authorization using sql. I will create a user maintenance app
with node js and mysql
--
Job board: http://jobs.nodejs.or
I would like to know how can i show up an error message on an form besides
the input field using express validator or any other way.
most of the example that I have search on the internet just show up the
message on top of the form and I do not want to do this.
pls show me some example or point m
Can someone explain to me how to use express validator middleware v5.x and
ejs,
for example I need to validate that the minimal length of username not less
than 5
and then show up any error message produced by the validator on EJS layout.
I know Express validator has a .islenght validation but h