Exercise: Create a New Movie
Practice creating a unique document in MongoDB using the Go API.
We'll cover the following...
Problem statement
The duplication of documents in a collection is an interesting phenomenon. Sometimes we allow duplication, for example, a genre_id
may repeat for multiple ...