Mongoose JS Tutorial - 4 - Build a CRUD App (2)

Опубликовано: 03 Ноябрь 2024
на канале: JsWiz
26,053
149

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...