-
Notifications
You must be signed in to change notification settings - Fork 2
ZakTaccardi/nodeChat
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
I ran the below comments in the mongoDB shell to create a small database //inserts a record into the database db.chat.save({"name": "Zak", "msg": "Hey greg, why are you so greggish?"}) db.chat.save({"name": "Greg", "msg": "I don't know zak, I just am"}); //returns everything in the database db.chat.find();
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published