[nodejs] Need help creating a user login and registration form with mysql i don' know how to.

2019-02-18 Thread Jose Perez
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

[nodejs] Express validator form valildation error message placement

2019-03-17 Thread Jose Perez
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

[nodejs] Experss validator and ejs how to use it?

2019-04-22 Thread Jose Perez
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