Using MongoDB
Practice Using MongoDB
MongoDB provides a nice online tutorial where you can try it out in the shell!
Now that you have some experience, practice!
- Add your own movie
- Query for that movie
- Remove that movie from the collection
Resources
MongoDB's CRUD operations
There are lots ways you can use MongoDB programmatically (SDKs -- Software Development Kits), e.g., using Java.