Code Examples for my Blog Post: Getting Started with Mongo Shell Scripting – Basic CRUD Operations.
What you need to run this app:
- Clone this repo:
git clone https://github.com/kevinchisholm/mongo-shell-scripting-basic-crud-operations.git
In a terminal widow, execute this command:
mongod
In a DIFFERENT terminal widow, execute these commands:
mongo ex1.js
mongo ex2.js
mongo ex3.js
mongo ex4.js
mongo ex5.js