Yarob50 / nodejs-bootcamp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is the project of Tuwaiq Bootcamp

My Project

Hello world

/Hello Route:


Project Structure (With Routes)

alt text

The app is listening to the port 8000

// step: 3
app.listen(8000, function () {
	console.log("listening");
});
// step: 3 app.listen(8000, function () { console.log("listening"); });

About


Languages

Language:JavaScript 100.0%