Skip to content

bhavanishankar/nodejs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

nodejs

npm update -g express

npm update -g express-generator

express nodetest1

npm install

mkdir data

COMMAND C:\MONGO\BIN\

mongod --dbpath c:\node\nodetest1\data

COMMAND C:\MONGO\BIN\

mongo

MONGO CONSOLE

use nodetest1

db.userlist.insert({'username' : 'test1','email' : 'test1@test.com','fullname' : 'Bob Smith','age' : 27,'location' : 'San Francisco','gender' : 'Male'})

npm start

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors