Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 292 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 292 Bytes

MongoDB-books

To import the books data into MongoDB:

  1. Make sure mongod is running by typing mongod - you should see it start up concluding with

    waiting for connections on port 27017

  2. From the command line inside the project directory, type:

    mongo bookAPI < booksJSON.js