nodejs-mysql-links
nodejs-mysql-links copied to clipboard
A CRUD Web Application with authentication using Nodejs, Mysql and other Javascript technologies
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...
hola buenas: he estado viendo el curso y me esta dando este error, no entiendo por que si la notacion fue actualizada > [email protected] dev > nodemon src/index.js [nodemon] 2.0.15...
Archivos de rutas router.post('/add', async (req, res) => { const { title, url, description } = req.body; const newLink = { title, url, description, }; await pool.query('INSERT INTO links set...
Everything is working ok but the logo and the background. All is like the example code but I can't figure why the background and logo image are not showing up....
Buenas: Estoy aprendiendo mucho, por no puedo pasar este error busque todos los métodos y no logro dar con la solución. ``` TypeError: Cannot read property 'acquireTimeout' of undefined this.acquireTimeout...
Saludos, puse en practica el tutorial muy instructivo y para aprender solo hize cambios de nombre de variables para familiarizarme con el, pero no entiendo por que la fuccion **bcrypts.compare**...
Intento hacer la configuración de express-handlebars y me dice que exphbs no es una función
Bumps [minimist](https://github.com/minimistjs/minimist) from 1.2.5 to 1.2.8. Changelog Sourced from minimist's changelog. v1.2.8 - 2023-02-09 Merged [Fix] Fix long option followed by single dash [#17](https://github.com/minimistjs/minimist/issues/17) [Tests] Remove duplicate test [#12](https://github.com/minimistjs/minimist/issues/12) [Fix]...
Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 3.1.2. Commits 699c459 3.1.2 2f2b5ff fix: trim pattern 25d7c0d 3.1.1 55dda29 fix: treat nocase:true as always having magic 5e1fb8d 3.1.0 f8145c5 Add 'allowWindowsEscape' option 570e8b1...