Skip to content

Commit 5e1d654

Browse files
committed
import collection into database
1 parent a10f4e0 commit 5e1d654

File tree

2 files changed

+1007
-0
lines changed

2 files changed

+1007
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
M101JS: MongoDB for Node.js developers, 2015.
44

5+
### Importing database
6+
7+
````
8+
mongoimport -d blog -c posts < posts.json
9+
````
10+
11+
512
## License
613

714
Released under the MIT License

0 commit comments

Comments
 (0)