Full Course: https://goo.gl/rT7o2k
Part 2 of Building a CRUD app Using Node.js, Mongoose and Express.js.
Get Javascript Skills: http://jswiz.net
Learn how to use the findOne() method to retrieve just one book.
How to use the req.params method for retrieving a single book
Learn how to create a single book route that accepts a /:id parameter to grab a single book that corresponds to our _id Model.
Repo for the code:
https://github.com/jakblak/MongooseJS-Essentials