Skip to content

Instantly share code, notes, and snippets.

@jonathanfmills
jonathanfmills / booksjson.js
Created April 14, 2015 18:49
MongoDB Import for REST APIs course
db.books.insert([
{
title: 'War and Peace',
genre: 'Historical Fiction',
author: 'Lev Nikolayevich Tolstoy',
read: false
},
{
title: 'Les Misérables',
genre: 'Historical Fiction',