Nodejs tutorial: read data from database and render it using expressjs part7

preview_player
Показать описание
read data from database and render it using expressjs

Share, Support, Subscribe!!!

Connect with Me:
Рекомендации по теме
Комментарии
Автор

Hi Durgesh, please make video of edit and delete records in this series.

prasantpatra
Автор

1:38
If the table isn't displaying, make the following changes:
- Line 29, change "function (err, rows, fields)" to "function (err, values)"
- Line 32, change "items: rows" to "items: values.rows"

davidhong
Автор

Error: No default engine was specified and no extension was provided.
At console:- 404 file not found.

ritabratagoswami
Автор

in the last step i have the message : cannot read property lenght of undifined !!!

madjidsafari
Автор

Great tutorial, thank you for your help and God with you and helps you like you helping us

tahaomar
Автор

thank you for your lessons but it would be easier if you post the js and html files

madjidsafari
Автор

Nice one...can you make a video or suggest
If we want to display the table on same page like we use Ajax

sabirsayyad
Автор

I tried the above code for displaying table.but it is showing expected indent but got new line.what is that?

ashamanjhi
Автор

how to display another query data in same route?

JayRoy