DEV Community

Cover image for NodeJS From Scratch

NodeJS From Scratch

Shubham Lakhara on April 05, 2023

Session - 1 JS engine How node comes into the picture -How Js works outside browser? Why use Node JS? Npm (what and why)? npm init // ...
Collapse
 
lakharashubham007 profile image
Shubham Lakhara
  1. coderHouse project

codersGyan

Collapse
 
lakharashubham007 profile image
Shubham Lakhara • Edited

Check the data in DB

db
test
db test
uncaught exception: SyntaxError: unexpected token: identifier :
@(shell):1:3
db
test
use website
switched to db website
db.getCollectionNames()
[ "blogs" ]
db.blogs.find({})
db.blogs.find({}).pretty()