Posts by João Victor Nóbrega • 25 points
4 posts
-
0
votes0
answers94
viewsQ: Node js without framework, check code
I’m trying to work with nodejs without framework to get a more detailed idea of how Node works. This code is the following: I make a request in the database and pass the result to renderFile to send…
node.jsasked João Victor Nóbrega 25 -
-3
votes1
answer173
viewsQ: In a login system, will all tables be connected with the user table?
I am creating a system for barbershop and would like to make a login system for each user, where the user would register his trade, employees, etc. In my database I have the barber and customer…
-
1
votes1
answer1126
viewsQ: Node.js: How to extract database information and display in HTML pages
I have learned how to fetch information from Mysql database, but I cannot manipulate this data to expose in HTML pages. The code I’m going to expose underneath I got from w3school: var mysql =…
-
2
votes0
answers56
viewsQ: How to create a dynamic website like normal blogs on the web
I need help with a question I’ve been having. The URL of blogs in general on the web are by directories for example: www.qualquercoisa/post/example-do-post. I am creating a blog that is dynamic and…